rootToCartographicFromGcs Method
Convert a point in spatial coordinates to a cartographic coordinate using the GCS reprojection.
rootToCartographicFromGcs(root: XYAndZ, result?: Cartographic): Promise<Cartographic | undefined>
@see - rootToCartographicUsingGcs to convert multiple points at once.
- cartographicToRootFromGcs for the inverse conversion.
| Parameter | Type | Description |
|---|---|---|
| root | XYAndZ | |
| result | Cartographic |
Returns - Promise<Cartographic | undefined>
Defined in
- core/frontend/src/ViewState.ts Line 1726
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.