Crs.Linked Method

Definition

Overloads

Linked(String)

Creates linked CRS in the Azure Cosmos DB service.

Linked(String, String)

Creates linked CRS with the optional type specified in the Azure Cosmos DB service.

Linked(String)

Source:
Crs.cs

Creates linked CRS in the Azure Cosmos DB service.

public static Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked (string href);
static member Linked : string -> Microsoft.Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String) As LinkedCrs

Parameters

href
String

CRS link.

Returns

Instance of Crs class.

Applies to

Linked(String, String)

Source:
Crs.cs

Creates linked CRS with the optional type specified in the Azure Cosmos DB service.

public static Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked (string href, string type);
static member Linked : string * string -> Microsoft.Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String, type As String) As LinkedCrs

Parameters

href
String

CRS link.

type
String

CRS link type.

Returns

Instance of Crs class.

Applies to