GeographicCRSProps Interface
Geographic Coordinate Reference System definition that includes the horizontal and vertical definitions as well as an optional additional transformation.
@see GeographicCRS.
Implemented by
Properties
Name | Type | Description | |
---|---|---|---|
additionalTransform | AdditionalTransformProps | undefined | The optional additional transform the geographic coordinate reference system. | |
horizontalCRS | HorizontalCRSProps | undefined | The horizontal portion of the geographic coordinate reference system. | |
verticalCRS | VerticalCRSProps | undefined | The vertical portion of the geographic coordinate reference system. |
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.