GeographicCRSProps Interface
Geographic Coordinate Reference System definition that includes the horizontal and vertical definitions as well as an optional additional transformation.
see GeographicCRS.
extensions
Implemented by
Properties
| Name | Type | Description | |
|---|---|---|---|
| additionalTransform | undefined | AdditionalTransformProps | The optional additional transform the geographic coordinate reference system. | |
| horizontalCRS | undefined | HorizontalCRSProps | The horizontal portion of the geographic coordinate reference system. | |
| verticalCRS | undefined | VerticalCRSProps | The vertical portion of the geographic coordinate reference system. |
Defined in
Last Updated: 30 November, 2023