Class GeoJson3DGeographicCoordinates
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
Represents a GeoJson 3D geographic position (longitude, latitude, altitude).
[BsonSerializer(typeof(GeoJson3DGeographicCoordinatesSerializer))]
public class GeoJson3DGeographicCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>
Inheritance
GeoJson3DGeographicCoordinates
Implements
Inherited Members
Constructors
GeoJson3DGeographicCoordinates(double, double, double)
Initializes a new instance of the GeoJson3DGeographicCoordinates class.
Properties
Gets the altitude.
Gets the latitude.
Gets the longitude.
Gets the coordinate values.