Class GeoJsonLinkedCoordinateReferenceSystem
- Namespace
- MongoDB.Driver.GeoJsonObjectModel
- Assembly
- MongoDB.Driver.dll
Represents a GeoJson linked coordinate reference system.
[BsonSerializer(typeof(GeoJsonLinkedCoordinateReferenceSystemSerializer))]
public class GeoJsonLinkedCoordinateReferenceSystem : GeoJsonCoordinateReferenceSystem
- Inheritance
-
GeoJsonLinkedCoordinateReferenceSystem
- Inherited Members
Constructors
GeoJsonLinkedCoordinateReferenceSystem(string)
Initializes a new instance of the GeoJsonLinkedCoordinateReferenceSystem class.
public GeoJsonLinkedCoordinateReferenceSystem(string href)
Parameters
href
stringThe href.
GeoJsonLinkedCoordinateReferenceSystem(string, string)
Initializes a new instance of the GeoJsonLinkedCoordinateReferenceSystem class.
public GeoJsonLinkedCoordinateReferenceSystem(string href, string hrefType)
Parameters
Properties
HRef
Gets the href.
public string HRef { get; }
Property Value
HRefType
Gets the type of the href.
public string HRefType { get; }
Property Value
Type
Gets the type of the GeoJson coordinate reference system.
public override string Type { get; }