Skip to content

GeodesicEllipseParams

GeodesicEllipseParams = object

Defined in: src/ExpoArcgis.types.ts:1157

Parameters for geometryEngine.ellipseGeodesic. Mirrors the native GeodesicEllipseParameters (Swift) / com.arcgismaps.geometry.GeodesicEllipseParameters (Kotlin).

optional angularUnit?: AngularUnit

Defined in: src/ExpoArcgis.types.ts:1169

Unit for axisDirection. Defaults to degrees.


optional axisDirection?: number

Defined in: src/ExpoArcgis.types.ts:1167

Direction of the major axis, in angularUnit clockwise from north. Defaults to 0.


center: PointGeometry

Defined in: src/ExpoArcgis.types.ts:1159

Center point of the ellipse.


optional geometryType?: GeodesicGeometryType

Defined in: src/ExpoArcgis.types.ts:1179

Output geometry type. Defaults to polygon.


optional linearUnit?: LinearUnit

Defined in: src/ExpoArcgis.types.ts:1171

Unit for semiAxis1Length / semiAxis2Length. Defaults to meters.


optional maxPointCount?: number

Defined in: src/ExpoArcgis.types.ts:1177

Maximum number of vertices on the output geometry. Defaults to 10 (SDK default).


optional maxSegmentLength?: number

Defined in: src/ExpoArcgis.types.ts:1175

Maximum segment length on the output geometry. 0 / omitted lets the SDK choose.


semiAxis1Length: number

Defined in: src/ExpoArcgis.types.ts:1161

Length of the semi-major axis.


semiAxis2Length: number

Defined in: src/ExpoArcgis.types.ts:1163

Length of the semi-minor axis.