Class GeoJson3DGeographicCoordinates
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
public class GeoJson3DGeographicCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>
- Inheritance
-
GeoJson3DGeographicCoordinates
- Implements
- Inherited Members
Constructors
GeoJson3DGeographicCoordinates(double, double, double)
public GeoJson3DGeographicCoordinates(double longitude, double latitude, double altitude)
Parameters
Properties
Altitude
public double Altitude { get; }
Property Value
Latitude
public double Latitude { get; }
Property Value
Longitude
public double Longitude { get; }
Property Value
Values
public override ReadOnlyCollection<double> Values { get; }