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 | undefined | string | Source geodetic datum key name | |
targetDatumId | undefined | string | Target geodetic datum key name | |
transforms | undefined | GeodeticTransformProps[] | The transformation path from source datum to target datum. |
Defined in
Last Updated: 20 June, 2023