Class GeodesicSectorParameters
Specifies options for the SectorGeodesic(GeodesicSectorParameters) operation.
Inheritance
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeodesicSectorParameters
Remarks
Geodesic circular sectors can be constructed by specifying the same value for SemiAxis1Length and SemiAxis2Length.
Constructors
Name | Description |
---|---|
GeodesicSectorParameters() | Initializes a new instance of the GeodesicSectorParameters class. |
GeodesicSectorParameters(MapPoint, Double, Double, Double, Double) | Initializes a new instance of the GeodesicSectorParameters class with given center point, axis lengths, and angles. |
GeodesicSectorParameters(Double, AngularUnit, MapPoint, LinearUnit, UInt32, Double, GeometryType, Double, Double, Double, Double) | Initializes a new instance of the GeodesicSectorParameters class from given parameters. |
Properties
Name | Description |
---|---|
AngularUnit | Gets or sets the unit of measure for AxisDirection, SectorAngle, and StartDirection. |
AxisDirection | Gets or sets the direction of the major axis of the ellipse as an angle in AngularUnit. |
Center | Gets or sets the center point of the sector's ellipse. |
GeometryType | Gets or sets the type of geometry that will be created. |
LinearUnit | Gets or sets the unit of measure for SemiAxis1Length, SemiAxis2Length, and MaxSegmentLength. |
MaxPointCount | Gets or sets the maximum number of points permitted in the constructed sector. The default value is 10000. |
MaxSegmentLength | Gets or sets the maximum segment length (distance between vertices), in LinearUnit. |
SectorAngle | Gets or sets the sweep angle of the sector, in AngularUnit. |
SemiAxis1Length | Gets or sets the length of ellipse's first axis, in units of LinearUnit. |
SemiAxis2Length | Gets or sets the length of ellipse's second axis, in units of LinearUnit. |
StartDirection | Gets or sets the direction of starting radius of the sector, as an angle expressed in terms of AngularUnit. The default value is 0. |
Applies to
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 |