Class GeoJson3DProjectedCoordinates
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
public class GeoJson3DProjectedCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>
- Inheritance
-
GeoJson3DProjectedCoordinates
- Implements
- Inherited Members
Constructors
GeoJson3DProjectedCoordinates(double, double, double)
public GeoJson3DProjectedCoordinates(double easting, double northing, double altitude)
Parameters
Properties
Altitude
public double Altitude { get; }
Property Value
Easting
public double Easting { get; }
Property Value
Northing
public double Northing { get; }
Property Value
Values
public override ReadOnlyCollection<double> Values { get; }