Class GeoJsonMultiPolygon
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
Represents a GeoJson MultiPolygon object.
[BsonSerializer(typeof(GeoJsonMultiPolygonSerializer<>))]
public class GeoJsonMultiPolygon<TCoordinates> : GeoJsonGeometry<TCoordinates> where TCoordinates : GeoJsonCoordinates
Type Parameters
TCoordinates
The type of the coordinates.
Inheritance
GeoJsonMultiPolygon
Inherited Members
Constructors
GeoJsonMultiPolygon(GeoJsonMultiPolygonCoordinates)
Initializes a new instance of the GeoJsonMultiPolygon class.
GeoJsonMultiPolygon(GeoJsonObjectArgs, GeoJsonMultiPolygonCoordinates)
Initializes a new instance of the GeoJsonMultiPolygon class.
Properties
Gets the coordinates.
Gets the type of the GeoJson object.