Table of Contents

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 string

The href.

GeoJsonLinkedCoordinateReferenceSystem(string, string)

Initializes a new instance of the GeoJsonLinkedCoordinateReferenceSystem class.

public GeoJsonLinkedCoordinateReferenceSystem(string href, string hrefType)

Parameters

href string

The href.

hrefType string

Type of the href.

Properties

HRef

Gets the href.

public string HRef { get; }

Property Value

string

HRefType

Gets the type of the href.

public string HRefType { get; }

Property Value

string

Type

Gets the type of the GeoJson coordinate reference system.

public override string Type { get; }

Property Value

string