Table of Contents

Class GeoJsonPolygonCoordinates<TCoordinates>

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

Represents the coordinates of a GeoJson Polygon object.

[BsonSerializer(typeof(GeoJsonPolygonCoordinatesSerializer<>))]
public class GeoJsonPolygonCoordinates<TCoordinates> where TCoordinates : GeoJsonCoordinates

Type Parameters

TCoordinates

The type of the coordinates.

Inheritance
GeoJsonPolygonCoordinates<TCoordinates>
Inherited Members

Constructors

GeoJsonPolygonCoordinates(GeoJsonLinearRingCoordinates<TCoordinates>)

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

GeoJsonPolygonCoordinates(GeoJsonLinearRingCoordinates<TCoordinates>, IEnumerable<GeoJsonLinearRingCoordinates<TCoordinates>>)

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

Properties

Exterior

Gets the exterior.

Holes

Gets the holes.