Table of Contents

Class GeoJsonMultiPolygonCoordinates<TCoordinates>

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll

Represents the coordinates of a GeoJson MultiPolygon object.

[BsonSerializer(typeof(GeoJsonMultiPolygonCoordinatesSerializer<>))]
public class GeoJsonMultiPolygonCoordinates<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates

The type of the coordinates.

Inheritance
GeoJsonMultiPolygonCoordinates<TCoordinates>
Inherited Members

Constructors

GeoJsonMultiPolygonCoordinates(IEnumerable<GeoJsonPolygonCoordinates<TCoordinates>>)

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

Properties

Polygons

Gets the Polygons.