Constructor GeoJson2DProjectedCoordinates

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.GeoJsonObjectModel

Assembly

MongoDB.Driver.dll

GeoJson2DProjectedCoordinates(double, double)

Initializes a new instance of the GeoJson2DProjectedCoordinates class.

public GeoJson2DProjectedCoordinates(double easting, double northing)

Parameters

easting double

The easting.

northing double

The northing.