Table of Contents

Class GeoJsonMultiPolygon<TCoordinates>

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
GeoJsonObject<TCoordinates>
GeoJsonGeometry<TCoordinates>
GeoJsonMultiPolygon<TCoordinates>
Inherited Members

Constructors

GeoJsonMultiPolygon(GeoJsonMultiPolygonCoordinates<TCoordinates>)

Initializes a new instance of the GeoJsonMultiPolygon<TCoordinates> class.

GeoJsonMultiPolygon(GeoJsonObjectArgs<TCoordinates>, GeoJsonMultiPolygonCoordinates<TCoordinates>)

Initializes a new instance of the GeoJsonMultiPolygon<TCoordinates> class.

Properties

Coordinates

Gets the coordinates.

Type

Gets the type of the GeoJson object.