Table of Contents

Constructor GeoJsonLinkedCoordinateReferenceSystem

Namespace
MongoDB.Driver.GeoJsonObjectModel
Assembly
MongoDB.Driver.dll

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.