Table of Contents

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

easting double
northing double
altitude double

Properties

Altitude

public double Altitude { get; }

Property Value

double

Easting

public double Easting { get; }

Property Value

double

Northing

public double Northing { get; }

Property Value

double

Values

public override ReadOnlyCollection<double> Values { get; }

Property Value

ReadOnlyCollection<double>