Table of Contents

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

easting double
northing double

Properties

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>