GeoJson3DCoordinates Class | 
Namespace: MongoDB.Driver.GeoJsonObjectModel
The GeoJson3DCoordinates type exposes the following members.
| Name | Description | |
|---|---|---|
| GeoJson3DCoordinates | 
            Initializes a new instance of the GeoJson3DCoordinates class.
              | 
| Name | Description | |
|---|---|---|
| Values | 
            Gets the coordinate values.
              (Overrides GeoJsonCoordinatesValues.) | |
| X | 
            Gets the X coordinate.
              | |
| Y | 
            Gets the Y coordinate.
              | |
| Z | 
            Gets the Z coordinate.
              | 
| Name | Description | |
|---|---|---|
| Equals(Object) | 
            Determines whether the specified Object is equal to this instance.
              (Inherited from GeoJsonCoordinates.) | |
| Equals(GeoJsonCoordinates) | 
            Determines whether the specified GeoJsonCoordinates is equal to this instance.
              (Inherited from GeoJsonCoordinates.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | 
            Returns a hash code for this instance.
              (Inherited from GeoJsonCoordinates.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| ToBson | 
            Serializes an object to a BSON byte array.
              (Defined by BsonExtensionMethods.) | |
| ToBsonDocument | 
            Serializes an object to a BsonDocument.
              (Defined by BsonExtensionMethods.) | |
| ToJson | 
            Serializes an object to a JSON string.
              (Defined by BsonExtensionMethods.) |