HTDP

The "HTDP" DatumTransform does not have fixed parameters.  Instead, it is dynamically created with a call to the DataSource object's ConstructHTDPTransformation() method, or selected from the options provided in a TransformPicker.  In order to create a valid transformation, the input and output geodetic coordinate system must be one of the following:

Additionally, the transform requires an input and output epoch date that is used for all computations.  These dates are specified in a decimal year format, and can be easily generated using the TimeUtil class.  For more information on how to construct and use an HTDP transformation, please take a look at Lesson 6 in the Getting Started portion of this manual.