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