Table of Contents

Constructor GeoJson2DProjectedCoordinates

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.