Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0
In This Article
Back to top Copyright © 2022 Esri.