Table of Contents

Class GeoJsonLinkedCoordinateReferenceSystem

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll
public class GeoJsonLinkedCoordinateReferenceSystem : GeoJsonCoordinateReferenceSystem
Inheritance
GeoJsonLinkedCoordinateReferenceSystem
Inherited Members

Constructors

GeoJsonLinkedCoordinateReferenceSystem(string)

public GeoJsonLinkedCoordinateReferenceSystem(string href)

Parameters

href string

GeoJsonLinkedCoordinateReferenceSystem(string, string)

public GeoJsonLinkedCoordinateReferenceSystem(string href, string hrefType)

Parameters

href string
hrefType string

Properties

HRef

public string HRef { get; }

Property Value

string

HRefType

public string HRefType { get; }

Property Value

string

Type

public override string Type { get; }

Property Value

string