Class GeodesicEllipseParameters
Specifies options for the Ellipse
Inheritance
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeodesicEllipseParameters
Remarks
Geodesic circles can be constructed by specifying the same value for
Semi
Constructors
Name | Description |
---|---|
Geodesic |
Initializes a new instance of the Geodesic |
Geodesic |
Initializes a new instance of the Geodesic |
Geodesic |
Initializes a new instance of the Geodesic |
Properties
Name | Description |
---|---|
Angular |
Gets or sets the unit of measure for Axis |
Axis |
Gets or sets the direction of the major axis of
the ellipse as an angle, in Angular |
Center | Gets or sets the center point of the ellipse. |
Geometry |
Gets or sets the type of geometry that will be created. |
Linear |
Gets or sets the unit of measure for Semi |
Max |
Gets or sets the maximum number of points permitted in the constructed ellipse. The default value is 10000. |
Max |
Gets or sets the maximum segment length (distance between vertices) in the constructed ellipse,
expressed in terms of Linear |
Semi |
Gets or sets the length of ellipse's first axis, in units of Linear |
Semi |
Gets or sets the length of ellipse's second axis, in units of Linear |
Applies to
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 |