Udostępnij za pośrednictwem


LinearRing(IList<Position>) Constructor

Definition

Initializes a new instance of the LinearRing class in the Azure Cosmos DB service.

public LinearRing (System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Spatial.Position> coordinates);
new Microsoft.Azure.Cosmos.Spatial.LinearRing : System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Spatial.Position> -> Microsoft.Azure.Cosmos.Spatial.LinearRing
Public Sub New (coordinates As IList(Of Position))

Parameters

coordinates
IList<Position>

The coordinates. 4 or more positions. The first and last positions are equivalent (they represent equivalent points).

Applies to