Namespace MongoDB.Driver.GeoJsonObjectModel
| MongoDB CSharp Driver API Reference (original) (raw)
Classes used to build GeoJson objects in a type-safe manner.
Classes
A static class containing helper methods to create GeoJson objects.
Represents a GeoJson 2D position (x, y).
GeoJson2DGeographicCoordinates
Represents a GeoJson 2D geographic position (longitude, latitude).
Represents a GeoJson 2D projected position (easting, northing).
Represents a GeoJson 3D position (x, y, z).
GeoJson3DGeographicCoordinates
Represents a GeoJson 3D geographic position (longitude, latitude, altitude).
Represents a GeoJson 3D projected position (easting, northing, altitude).
Represents a GeoJson bounding box.
GeoJsonCoordinateReferenceSystem
Represents a GeoJson coordinate reference system (see subclasses).
Represents a GeoJson position in some coordinate system (see subclasses).
Represents additional arguments for a GeoJson Feature object.
Represents a GeoJson FeatureCollection.
Represents a GeoJson Feature object.
Represents a GeoJson GeometryCollection object.
Represents a GeoJson Geometry object.
Represents the coordinates of a GeoJson LineString object.
Represents a GeoJson LineString object.
Represents the coordinates of a GeoJson linear ring.
GeoJsonLinkedCoordinateReferenceSystem
Represents a GeoJson linked coordinate reference system.
GeoJsonMultiLineStringCoordinates
Represents the coordinates of a GeoJson MultiLineString object.
Represents a GeoJson MultiLineString object.
Represents the coordinates of a GeoJson MultiPoint object.
Represents a GeoJson MultiPoint object.
GeoJsonMultiPolygonCoordinates
Represents the coordinates of a GeoJson MultiPolygon object.
Represents a GeoJson MultiPolygon object.
GeoJsonNamedCoordinateReferenceSystem
Represents a GeoJson named coordinate reference system.
Represents additional args provided when creating a GeoJson object.
Represents a GeoJson object (see subclasses).
Represents a GeoJson Point object.
Represents the coordinates of a GeoJson Polygon object.
Represents a GeoJson Polygon object.
Enums
Represents the type of a GeoJson object.