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