Table of Contents

Method Projected

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll

Projected(double, double)

Creates a GeoJson 2D projected position (easting, northing).

public static GeoJson2DProjectedCoordinates Projected(double easting, double northing)

Parameters

easting double

The easting.

northing double

The northing.

Returns

GeoJson2DProjectedCoordinates

A GeoJson 2D projected position.

Projected(double, double, double)

Creates a GeoJson 3D projected position (easting, northing, altitude).

public static GeoJson3DProjectedCoordinates Projected(double easting, double northing, double altitude)

Parameters

easting double

The easting.

northing double

The northing.

altitude double

The altitude.

Returns

GeoJson3DProjectedCoordinates

A GeoJson 3D projected position.