Constructor GeoJson3DProjectedCoordinates
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
GeoJson3DProjectedCoordinates(double, double, double)
Initializes a new instance of the GeoJson3DProjectedCoordinates class.
public GeoJson3DProjectedCoordinates(double easting, double northing, double altitude)
Parameters
easting
double
The easting.
northing
double
The northing.
altitude
double
The altitude.