Creates a transformation method for converting data between two geographic coordinate systems or datums. The output of this tool can be used as a transformation method for any tool with a parameter that requires a geographic transformation.
Syntax
Visual Basic (Declaration) | |
---|
Public Class CreateCustomGeoTransformation
Implements IGPProcess |
C# | |
---|
public class CreateCustomGeoTransformation : IGPProcess |
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.DataManagementTools.CreateCustomGeoTransformation
See Also