MongoDB.Driver.GeoJsonObjectModel Namespace (original) (raw)

Classes used to build GeoJson objects in a type-safe manner.

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