Method SectorGeodesic
SectorGeodesic(GeodesicSectorParameters)
The function returns a piecewise approximation of a geodesic sector. If this method is used to generate a polygon or a polyline, the result may have more than one path, depending on the size of the sector and its position relative to the horizon of the coordinate system. When the method generates a polyline or a multipoint, the result vertices lie on the boundary of the ellipse. When a polygon is generated, the interior of the polygon is the interior of the sector, however the boundary of the polygon may contain segments from the spatial reference horizon, or from the GCS extent.
Declaration
public static Geometry SectorGeodesic(GeodesicSectorParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
GeodesicSectorParameters | parameters | The geodesic sector parameter that describes how to create the geodesic sector. |
Returns
Type | Description |
---|---|
Geometry | The geometry that contains sector of the geodesic sector. |
Remarks
Supported output geometry types are Polygon, Polyline and Multipoint.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |