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: 13 May, 2024