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