Method EllipseGeodesic
EllipseGeodesic(GeodesicEllipseParameters)
The function returns a piecewise approximation of a geodesic ellipse (or geodesic circle, if semiAxis1Length = semiAxis2Length). Constructs a geodesic ellipse centered on the specified point. 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 ellipse 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 ellipse, however the boundary of the polygon may contain segments from the spatial reference horizon, or from the GCS extent.
Declaration
public static Geometry EllipseGeodesic(GeodesicEllipseParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
GeodesicEllipseParameters | parameters | The geodesic ellipse parameter that describes how to create the geodesic ellipse. |
Returns
Type | Description |
---|---|
Geometry | The geometry that contains the geodesic ellipse. |
Remarks
If the smaller axis is zero, the ellipse will degenerate to a line segment, a point, or an empty geometry (depending on the larger axis and output type). Otherwise, if MaxPointCount < 10, the number of vertices will default to 10. 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 |