rootToCartographicUsingGcs Method

Convert spatial coordinates to cartographic coordinates using the GCS reprojection.

rootToCartographicUsingGcs(root: Readonly<WritableXYAndZ>[]): Promise<undefined | Cartographic[]>

@returns the converted coordinates of the same length and order as root, or undefined if the conversion cannot be performed.

@see ViewState3d.cartographicToRootUsingGcs for the inverse conversion.

Parameter Type Description
root Readonly<WritableXYAndZ>[] Spatial coordinates to be converted

Returns - Promise<undefined | Cartographic[]>

the converted coordinates of the same length and order as root, or undefined if the conversion cannot be performed.

Defined in

Last Updated: 16 April, 2024