Class GeoJson3DProjectedCoordinates
- 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
- Altitude
Gets the altitude.
- Easting
Gets the easting.
- Northing
Gets the northing.
- Values
Gets the coordinate values.