Crs.Linked Method

Definition

Overloads

Linked(String)

Creates linked CRS in the Azure DocumentDB database service.

Linked(String, String)

Creates linked CRS with the optional type specified in the Azure DocumentDB database service.

Linked(String)

Creates linked CRS in the Azure DocumentDB database service.

public static Microsoft.Azure.Documents.Spatial.LinkedCrs Linked (string href);
Parameters
href
String

CRS link.

Returns

Instance of Crs class.

Linked(String, String)

Creates linked CRS with the optional type specified in the Azure DocumentDB database service.

public static Microsoft.Azure.Documents.Spatial.LinkedCrs Linked (string href, string type);
Parameters
href
String

CRS link.

type
String

CRS link type.

Returns

Instance of Crs class.