Freigeben über


GeoPolygonCollection Konstruktoren

Definition

Überlädt

GeoPolygonCollection(IEnumerable<GeoPolygon>)

Initialisiert neue instance von GeoPolygonCollection.

GeoPolygonCollection(IEnumerable<GeoPolygon>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)

Initialisiert neue instance von GeoPolygonCollection.

GeoPolygonCollection(IEnumerable<GeoPolygon>)

Quelle:
GeoPolygonCollection.cs

Initialisiert neue instance von GeoPolygonCollection.

public GeoPolygonCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoPolygon> polygons);
new Azure.Core.GeoJson.GeoPolygonCollection : seq<Azure.Core.GeoJson.GeoPolygon> -> Azure.Core.GeoJson.GeoPolygonCollection
Public Sub New (polygons As IEnumerable(Of GeoPolygon))

Parameter

polygons
IEnumerable<GeoPolygon>

Die Sammlung innerer Polygone.

Gilt für:

GeoPolygonCollection(IEnumerable<GeoPolygon>, GeoBoundingBox, IReadOnlyDictionary<String,Object>)

Quelle:
GeoPolygonCollection.cs

Initialisiert neue instance von GeoPolygonCollection.

public GeoPolygonCollection (System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoPolygon> polygons, Azure.Core.GeoJson.GeoBoundingBox? boundingBox, System.Collections.Generic.IReadOnlyDictionary<string,object?> customProperties);
new Azure.Core.GeoJson.GeoPolygonCollection : seq<Azure.Core.GeoJson.GeoPolygon> * Azure.Core.GeoJson.GeoBoundingBox * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Azure.Core.GeoJson.GeoPolygonCollection
Public Sub New (polygons As IEnumerable(Of GeoPolygon), boundingBox As GeoBoundingBox, customProperties As IReadOnlyDictionary(Of String, Object))

Parameter

polygons
IEnumerable<GeoPolygon>

Die Sammlung innerer Geometrien.

boundingBox
GeoBoundingBox

Der zu verwendende GeoBoundingBox.

customProperties
IReadOnlyDictionary<String,Object>

Der Satz benutzerdefinierter Eigenschaften, die dem zugeordnet sind GeoObject.

Gilt für: