MongoDB.Driver.GeoJsonObjectModel Namespace (original) (raw)
Classes used to build GeoJson objects in a type-safe manner.
| | Class | Description | |
| ------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| | GeoJson | A static class containing helper methods to create GeoJson objects. |
|
| GeoJson2DCoordinates | Represents a GeoJson 2D position (x, y). |
|
| GeoJson2DGeographicCoordinates | Represents a GeoJson 2D geographic position (longitude, latitude). |
|
| GeoJson2DProjectedCoordinates | Represents a GeoJson 2D projected position (easting, northing). |
|
| GeoJson3DCoordinates | Represents a GeoJson 3D position (x, y, z). |
|
| GeoJson3DGeographicCoordinates | Represents a GeoJson 3D geographic position (longitude, latitude, altitude). |
|
| GeoJson3DProjectedCoordinates | Represents a GeoJson 3D projected position (easting, northing, altitude). |
|
| GeoJsonBoundingBoxTCoordinates | Represents a GeoJson bounding box. |
|
| GeoJsonCoordinateReferenceSystem | Represents a GeoJson coordinate reference system (see subclasses). |
|
| GeoJsonCoordinates | Represents a GeoJson position in some coordinate system (see subclasses). |
|
| GeoJsonFeatureTCoordinates | Represents a GeoJson Feature object. |
|
| GeoJsonFeatureArgsTCoordinates | Represents additional arguments for a GeoJson Feature object. |
|
| GeoJsonFeatureCollectionTCoordinates | Represents a GeoJson FeatureCollection. |
|
| GeoJsonGeometryTCoordinates | Represents a GeoJson Geometry object. |
|
| GeoJsonGeometryCollectionTCoordinates | Represents a GeoJson GeometryCollection object. |
|
| GeoJsonLinearRingCoordinatesTCoordinates | Represents the coordinates of a GeoJson linear ring. |
|
| GeoJsonLineStringTCoordinates | Represents a GeoJson LineString object. |
|
| GeoJsonLineStringCoordinatesTCoordinates | Represents the coordinates of a GeoJson LineString object. |
|
| GeoJsonLinkedCoordinateReferenceSystem | Represents a GeoJson linked coordinate reference system. |
|
| GeoJsonMultiLineStringTCoordinates | Represents a GeoJson MultiLineString object. |
|
| GeoJsonMultiLineStringCoordinatesTCoordinates | Represents the coordinates of a GeoJson MultiLineString object. |
|
| GeoJsonMultiPointTCoordinates | Represents a GeoJson MultiPoint object. |
|
| GeoJsonMultiPointCoordinatesTCoordinates | Represents the coordinates of a GeoJson MultiPoint object. |
|
| GeoJsonMultiPolygonTCoordinates | Represents a GeoJson MultiPolygon object. |
|
| GeoJsonMultiPolygonCoordinatesTCoordinates | Represents the coordinates of a GeoJson MultiPolygon object. |
|
| GeoJsonNamedCoordinateReferenceSystem | Represents a GeoJson named coordinate reference system. |
|
| GeoJsonObjectTCoordinates | Represents a GeoJson object (see subclasses). |
|
| GeoJsonObjectArgsTCoordinates | Represents additional args provided when creating a GeoJson object. |
|
| GeoJsonPointTCoordinates | Represents a GeoJson Point object. |
|
| GeoJsonPolygonTCoordinates | Represents a GeoJson Polygon object. |
|
| GeoJsonPolygonCoordinatesTCoordinates | Represents the coordinates of a GeoJson Polygon object. |