Partager via


Polygon Constructeurs

Définition

Surcharges

Polygon(IList<LinearRing>)

Initialise une nouvelle instance de la Polygon classe dans le service Azure Cosmos DB.

Polygon(IList<Position>)

Initialise une nouvelle instance de la Polygon classe, à partir d’un anneau externe (le polygone ne contient pas de trous) dans le service Azure Cosmos DB.

Polygon(IList<LinearRing>, GeometryParams)

Initialise une nouvelle instance de la Polygon classe dans le service Azure Cosmos DB.

Polygon(IList<LinearRing>)

Initialise une nouvelle instance de la Polygon classe dans le service Azure Cosmos DB.

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

Paramètres

rings
IList<LinearRing>

Anneaux polygonaux.

Le premier anneau est un anneau externe. Les anneaux suivants définissent les « trous » dans le polygone.

S’applique à

Polygon(IList<Position>)

Initialise une nouvelle instance de la Polygon classe, à partir d’un anneau externe (le polygone ne contient pas de trous) dans le service Azure Cosmos DB.

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

Paramètres

externalRingPositions
IList<Position>

Coordonnées d’anneau de polygone externe.

S’applique à

Polygon(IList<LinearRing>, GeometryParams)

Initialise une nouvelle instance de la Polygon classe dans le service Azure Cosmos DB.

public Polygon (System.Collections.Generic.IList<Azure.Cosmos.Spatial.LinearRing> rings, Azure.Cosmos.Spatial.GeometryParams geometryParams);
new Azure.Cosmos.Spatial.Polygon : System.Collections.Generic.IList<Azure.Cosmos.Spatial.LinearRing> * Azure.Cosmos.Spatial.GeometryParams -> Azure.Cosmos.Spatial.Polygon
Public Sub New (rings As IList(Of LinearRing), geometryParams As GeometryParams)

Paramètres

rings
IList<LinearRing>

Anneaux polygonaux.

geometryParams
GeometryParams

Paramètres géométriques supplémentaires.

S’applique à