Class GeoJsonGeometryCollection<TCoordinates>
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
public class GeoJsonGeometryCollection<TCoordinates> : GeoJsonGeometry<TCoordinates> where TCoordinates : GeoJsonCoordinates
Type Parameters
TCoordinates
- Inheritance
-
GeoJsonObject<TCoordinates>GeoJsonGeometry<TCoordinates>GeoJsonGeometryCollection<TCoordinates>
- Inherited Members
Constructors
GeoJsonGeometryCollection(GeoJsonObjectArgs<TCoordinates>, IEnumerable<GeoJsonGeometry<TCoordinates>>)
public GeoJsonGeometryCollection(GeoJsonObjectArgs<TCoordinates> args, IEnumerable<GeoJsonGeometry<TCoordinates>> geometries)
Parameters
args
GeoJsonObjectArgs<TCoordinates>geometries
IEnumerable<GeoJsonGeometry<TCoordinates>>
GeoJsonGeometryCollection(IEnumerable<GeoJsonGeometry<TCoordinates>>)
public GeoJsonGeometryCollection(IEnumerable<GeoJsonGeometry<TCoordinates>> geometries)
Parameters
geometries
IEnumerable<GeoJsonGeometry<TCoordinates>>
Properties
Geometries
public ReadOnlyCollection<GeoJsonGeometry<TCoordinates>> Geometries { get; }
Property Value
- ReadOnlyCollection<GeoJsonGeometry<TCoordinates>>
Type
public override GeoJsonObjectType Type { get; }