GeodeticTransformPathProps Interface
This interface represents a geodetic datum transform path. It contains a list of transforms linking a source to a target geodetic datum.
Implemented by
Properties
Name | Type | Description | |
---|---|---|---|
sourceDatumId | string | undefined | Source geodetic datum key name | |
targetDatumId | string | undefined | Target geodetic datum key name | |
transforms | GeodeticTransformProps[] | undefined | The transformation path from source datum to target datum. |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.