DataManagementTools | |
CreateCustomGeoTransformation Constructor(String,Object,Object,String) | |
See Also Send Feedback |
ESRI.ArcGIS.DataManagementTools Namespace > CreateCustomGeoTransformation Class > CreateCustomGeoTransformation Constructor : CreateCustomGeoTransformation Constructor(String,Object,Object,String) |
- geot_name
- Name of the transformation method. All custom geographic transformation files are saved with a *.gtf extension and stored in the users Documents and Settings folder: ...\\Documents and Settings\<user>\Application Data\ESRI\ArcToolbox\My GeoTransformations. (In, Required)
- in_coor_system
- Specify the starting geographic coordinate system. (In, Required)
- out_coor_system
- Specify the final geographic coordinate system. (Out, Required)
- custom_geot
- Specify an existing transformation method from the drop-down list that will be used to transform the data from the input geographic coordinate system to the output geographic coordinate system. Once selected you may customize the methods values. (In, Required)
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal geot_name As String, _ ByVal in_coor_system As Object, _ ByVal out_coor_system As Object, _ ByVal custom_geot As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim geot_name As String Dim in_coor_system As Object Dim out_coor_system As Object Dim custom_geot As String Dim instance As New CreateCustomGeoTransformation(geot_name, in_coor_system, out_coor_system, custom_geot) |
C# | |
---|---|
public CreateCustomGeoTransformation( string geot_name, object in_coor_system, object out_coor_system, string custom_geot ) |
Parameters
- geot_name
- Name of the transformation method. All custom geographic transformation files are saved with a *.gtf extension and stored in the users Documents and Settings folder: ...\\Documents and Settings\<user>\Application Data\ESRI\ArcToolbox\My GeoTransformations. (In, Required)
- in_coor_system
- Specify the starting geographic coordinate system. (In, Required)
- out_coor_system
- Specify the final geographic coordinate system. (Out, Required)
- custom_geot
- Specify an existing transformation method from the drop-down list that will be used to transform the data from the input geographic coordinate system to the output geographic coordinate system. Once selected you may customize the methods values. (In, Required)
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family