Show / Hide Table of Contents

Class GeodesicSectorParameters

Specifies options for the SectorGeodesic(GeodesicSectorParameters) operation.

Inheritance
Object
GeodesicSectorParameters
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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

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.