MultiPolygon Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MultiPolygon(IList<PolygonCoordinates>) |
Initialise une nouvelle instance de la classe MultiPolygon. |
MultiPolygon(IList<PolygonCoordinates>, GeometryParams) |
Initialise une nouvelle instance de la classe MultiPolygon. |
MultiPolygon(IList<PolygonCoordinates>)
- Source:
- MultiPolygon.cs
Initialise une nouvelle instance de la classe MultiPolygon.
public MultiPolygon(System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Spatial.PolygonCoordinates> polygons);
new Microsoft.Azure.Cosmos.Spatial.MultiPolygon : System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Spatial.PolygonCoordinates> -> Microsoft.Azure.Cosmos.Spatial.MultiPolygon
Public Sub New (polygons As IList(Of PolygonCoordinates))
Paramètres
- polygons
- IList<PolygonCoordinates>
Liste des PolygonCoordinates instances. Chacun PolygonCoordinates représente un polygone distinct.
S’applique à
MultiPolygon(IList<PolygonCoordinates>, GeometryParams)
- Source:
- MultiPolygon.cs
Initialise une nouvelle instance de la classe MultiPolygon.
public MultiPolygon(System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Spatial.PolygonCoordinates> polygons, Microsoft.Azure.Cosmos.Spatial.GeometryParams geometryParams);
new Microsoft.Azure.Cosmos.Spatial.MultiPolygon : System.Collections.Generic.IList<Microsoft.Azure.Cosmos.Spatial.PolygonCoordinates> * Microsoft.Azure.Cosmos.Spatial.GeometryParams -> Microsoft.Azure.Cosmos.Spatial.MultiPolygon
Public Sub New (polygons As IList(Of PolygonCoordinates), geometryParams As GeometryParams)
Paramètres
- polygons
- IList<PolygonCoordinates>
Liste des PolygonCoordinates instances. Chacun PolygonCoordinates représente un polygone distinct.
- geometryParams
- GeometryParams
Paramètres géométriques supplémentaires.
S’applique à
Azure SDK for .NET