Table of Contents

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

longitude double
latitude double
altitude double

Properties

Altitude

public double Altitude { get; }

Property Value

double

Latitude

public double Latitude { get; }

Property Value

double

Longitude

public double Longitude { get; }

Property Value

double

Values

public override ReadOnlyCollection<double> Values { get; }

Property Value

ReadOnlyCollection<double>