GeodesicEllipseParams
GeodesicEllipseParams =
object
Defined in: src/ExpoArcgis.types.ts:1157
Parameters for geometryEngine.ellipseGeodesic. Mirrors the native
GeodesicEllipseParameters (Swift) / com.arcgismaps.geometry.GeodesicEllipseParameters (Kotlin).
Properties
Section titled “Properties”angularUnit?
Section titled “angularUnit?”
optionalangularUnit?:AngularUnit
Defined in: src/ExpoArcgis.types.ts:1169
Unit for axisDirection. Defaults to degrees.
axisDirection?
Section titled “axisDirection?”
optionalaxisDirection?:number
Defined in: src/ExpoArcgis.types.ts:1167
Direction of the major axis, in angularUnit clockwise from north. Defaults to 0.
center
Section titled “center”center:
PointGeometry
Defined in: src/ExpoArcgis.types.ts:1159
Center point of the ellipse.
geometryType?
Section titled “geometryType?”
optionalgeometryType?:GeodesicGeometryType
Defined in: src/ExpoArcgis.types.ts:1179
Output geometry type. Defaults to polygon.
linearUnit?
Section titled “linearUnit?”
optionallinearUnit?:LinearUnit
Defined in: src/ExpoArcgis.types.ts:1171
Unit for semiAxis1Length / semiAxis2Length. Defaults to meters.
maxPointCount?
Section titled “maxPointCount?”
optionalmaxPointCount?:number
Defined in: src/ExpoArcgis.types.ts:1177
Maximum number of vertices on the output geometry. Defaults to 10 (SDK default).
maxSegmentLength?
Section titled “maxSegmentLength?”
optionalmaxSegmentLength?:number
Defined in: src/ExpoArcgis.types.ts:1175
Maximum segment length on the output geometry. 0 / omitted lets the SDK choose.
semiAxis1Length
Section titled “semiAxis1Length”semiAxis1Length:
number
Defined in: src/ExpoArcgis.types.ts:1161
Length of the semi-major axis.
semiAxis2Length
Section titled “semiAxis2Length”semiAxis2Length:
number
Defined in: src/ExpoArcgis.types.ts:1163
Length of the semi-minor axis.