Constructor PolygonBuilder
PolygonBuilder(SpatialReference)
Initializes a new instance of the Polygon
Declaration
public PolygonBuilder(SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
Spatial |
spatialReference | The builder's spatial reference. |
Remarks
The Spatial
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
Relevant samples
PolygonBuilder(Polygon)
Initializes a new instance of the Polygon
Declaration
public PolygonBuilder(Polygon polygon)
Parameters
Type | Name | Description |
---|---|---|
Polygon | polygon | A polygon used to initialize the new builder. |
Remarks
The Spatial
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
PolygonBuilder(IEnumerable<MapPoint>, SpatialReference)
Initializes a new instance of the Polygon
Declaration
public PolygonBuilder(IEnumerable<MapPoint> points, SpatialReference spatialReference = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
points | Points for the first part |
Spatial |
spatialReference | Spatial reference of the Polygon |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
PolygonBuilder(IEnumerable<IEnumerable<MapPoint>>, SpatialReference)
Initializes a new instance of the Polygon
Declaration
public PolygonBuilder(IEnumerable<IEnumerable<MapPoint>> points, SpatialReference spatialReference = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
points | Points for the parts in the polygon |
Spatial |
spatialReference | Spatial reference of the Polygon |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
PolygonBuilder(IEnumerable<Segment>, SpatialReference)
Initializes a new instance of the Polygon
Declaration
public PolygonBuilder(IEnumerable<Segment> part, SpatialReference spatialReference = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
part | The Polygon part |
Spatial |
spatialReference | SpatialReference of the Polygon |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
PolygonBuilder(IEnumerable<IEnumerable<Segment>>, SpatialReference)
Initializes a new instance of the Polygon
Declaration
public PolygonBuilder(IEnumerable<IEnumerable<Segment>> parts, SpatialReference spatialReference = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
parts | The Polygon part |
Spatial |
spatialReference | SpatialReference of the Polygon |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |