Class GeoJson3DCoordinates
- 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
- Values
Gets the coordinate values.
- X
Gets the X coordinate.
- Y
Gets the Y coordinate.
- Z
Gets the Z coordinate.