public static CompositeHVDatumTransformation Create( string wkt, bool transformForward )
Public Overloads Shared Function Create( _ ByVal wkt As String, _ Optional ByVal transformForward As Boolean _ ) As CompositeHVDatumTransformation
Parameters
- wkt
- The well-known text of the geographic transformation to be created and added.
- transformForward
- (Optional) Default is true. If false, the created geographic transformation is inverted.
Return Value
A new composite geographic transformation that contains the created hv datum transformation.