DK for .NET | TatukGIS.NDK.TGIS_CSTransformAbstract | Constructors | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| Assign | public | Copies the shared definition fields from another object. (Overrides TGIS_CSAbstract.Assign) |
|
| FromWGS | public | Shift a geodetic coordinate relative to WGS84 into a geodetic coordinate relative to the source datum. | |
| FromWGS3D | public | Shift a geodetic 3D coordinate relative to WGS84 into a geodetic 3D coordinate relative to the source datum using the WGS84->Geocentric->Coordinates pipeline. | |
| FromWGS3D_Ref | public | This method shifts a geodetic coordinate relative to WGS84 into a geodetic coordinate relative to Datum. | |
| MarkDeprecated | public | Marks this coordinate system definition as deprecated or current. (Inherited from TGIS_CSAbstract) |
|
| ToString | public | (Inherited from TGIS_CSAbstract) |
|
| ToWGS | public | Shift a geodetic coordinate relative to the source datum into a geodetic coordinate relative to WGS84. | |
| ToWGS3D | public | Shift a geodetic 3D coordinate relative to the source datum into a geodetic 3D coordinate relative to WGS84 using the Coordinates->Geocentric->WGS84 pipeline. | |
| ToWGS3D_Ref | public | This method shifts a geodetic coordinate relative to Datum into a geodetic coordinate relative to WGS84. | |