Class GeoJson3DCoordinates
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
Represents a GeoJson 3D position (x, y, z).
[BsonSerializer(typeof(GeoJson3DCoordinatesSerializer))]
public class GeoJson3DCoordinates : GeoJsonCoordinates, IEquatable<GeoJsonCoordinates>
Inheritance
GeoJson3DCoordinates
Implements
Inherited Members
Constructors
GeoJson3DCoordinates(double, double, double)
Initializes a new instance of the GeoJson3DCoordinates class.
Properties
Gets the coordinate values.
Gets the X coordinate.
Gets the Y coordinate.
Gets the Z coordinate.