Show / Hide Table of Contents

Constructor GeodesicSectorParameters

GeodesicSectorParameters()

Initializes a new instance of the GeodesicSectorParameters class.

Declaration
public GeodesicSectorParameters()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8

GeodesicSectorParameters(Double, AngularUnit, MapPoint, LinearUnit, UInt32, Double, GeometryType, Double, Double, Double, Double)

Initializes a new instance of the GeodesicSectorParameters class from given parameters.

Declaration
public GeodesicSectorParameters(double axisDirection, AngularUnit angularUnit, MapPoint center, LinearUnit linearUnit, uint maxPointCount, double maxSegmentLength, GeometryType geometryType, double sectorAngle, double semiAxis1Length, double semiAxis2Length, double startDirection)
Parameters
Type Name Description
System.Double axisDirection

The direction of the major axis of the ellipse, as an angle the given angularUnit.

AngularUnit angularUnit

The optional angular unit of measure. If null, degrees are assumed.

MapPoint center

The center point of the sector's ellipse.

LinearUnit linearUnit

The optional linear unit of measure. If null, meters are assumed.

System.UInt32 maxPointCount

The maximum number of points permitted in the constructed Geometry.

System.Double maxSegmentLength

The maximum segment length (distance between vertices) used to construct the sector, in the given linearUnit.

GeometryType geometryType

The type of output geometry. Acceptable values are Multipoint, Polyline, and Polygon.

System.Double sectorAngle

The sweep angle of the sector, in units of angularUnit.

System.Double semiAxis1Length

The length of the semi-major or semi-minor axis of the ellipse, in the given linearUnit.

System.Double semiAxis2Length

The length of the semi-major or semi-minor axis of the ellipse, in the given linearUnit.

System.Double startDirection

The direction of starting radius of the sector, as an angle in units of angularUnit.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8

GeodesicSectorParameters(MapPoint, Double, Double, Double, Double)

Initializes a new instance of the GeodesicSectorParameters class with given center point, axis lengths, and angles.

Declaration
public GeodesicSectorParameters(MapPoint center, double semiAxis1Length, double semiAxis2Length, double sectorAngle, double startDirection)
Parameters
Type Name Description
MapPoint center

The center point of the sector's ellipse.

System.Double semiAxis1Length

The length of the semi-major or semi-minor axis of the ellipse.

System.Double semiAxis2Length

The length of the semi-major or semi-minor axis of the ellipse.

System.Double sectorAngle

The sweep angle of the sector.

System.Double startDirection

The direction of starting radius of the sector, as an angle.

Remarks

semiAxis1Length and semiAxis2Length are assumed to be in units of LinearUnit (meters by default). sectorAngle and startDirection are assumed to be in units of AngularUnit (degrees by default).

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.2.1 - 200.8
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.