Class GeoJson2DProjectedCoordinates

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

Namespace

MongoDB.Driver.GeoJsonObjectModel

Assembly

MongoDB.Driver.dll

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

[BsonSerializer(typeof(GeoJson2DProjectedCoordinatesSerializer))]
public class GeoJson2DProjectedCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>

Inheritance

GeoJson2DProjectedCoordinates

Implements

Inherited Members

Constructors

GeoJson2DProjectedCoordinates(double, double)

Initializes a new instance of the GeoJson2DProjectedCoordinates class.

Properties

Easting

Gets the easting.

Northing

Gets the northing.

Values

Gets the coordinate values.