|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.CreateCustomGeoTransformation
public class CreateCustomGeoTransformation
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. The Create Custom Geographic Transformation tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateCustomGeoTransformation()
Creates the Create Custom Geographic Transformation tool with defaults. |
|
CreateCustomGeoTransformation(String geotName,
Object inCoorSystem,
Object outCoorSystem,
String customGeot)
Creates the Create Custom Geographic Transformation tool with the required parameters. |
Method Summary | |
---|---|
String |
getCustomGeot()
Returns the Custom Geographic Transformation parameter of this tool . |
String |
getGeotName()
Returns the Geographic Transformation Name parameter of this tool . |
Object |
getInCoorSystem()
Returns the Input Geographic Coordinate System parameter of this tool . |
Object |
getOutCoorSystem()
Returns the Output Geographic Coordinate System parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setCustomGeot(String customGeot)
Sets the Custom Geographic Transformation parameter of this tool . |
void |
setGeotName(String geotName)
Sets the Geographic Transformation Name parameter of this tool . |
void |
setInCoorSystem(Object inCoorSystem)
Sets the Input Geographic Coordinate System parameter of this tool . |
void |
setOutCoorSystem(Object outCoorSystem)
Sets the Output Geographic Coordinate System parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateCustomGeoTransformation()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateCustomGeoTransformation(String geotName, Object inCoorSystem, Object outCoorSystem, String customGeot)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
geotName
- name of the custom transformation method. all custom geographic transformation files are saved with a .gtf extension and stored in the Documents and Settings folder: ...\Documents and Settings\inCoorSystem
- the starting geographic coordinate system.outCoorSystem
- the final geographic coordinate system.customGeot
- the transformation method that will be used to transform the data from the input geographic coordinate system to the output geographic coordinate system. The transformation parameters can be set or edited as part of the custom geographic transformation string.Method Detail |
---|
public String getGeotName()
public void setGeotName(String geotName)
geotName
- name of the custom transformation method. all custom geographic transformation files are saved with a .gtf extension and stored in the Documents and Settings folder: ...\Documents and Settings\public Object getInCoorSystem()
public void setInCoorSystem(Object inCoorSystem)
inCoorSystem
- the starting geographic coordinate system.public Object getOutCoorSystem()
public void setOutCoorSystem(Object outCoorSystem)
outCoorSystem
- the final geographic coordinate system.public String getCustomGeot()
public void setCustomGeot(String customGeot)
customGeot
- the transformation method that will be used to transform the data from the input geographic coordinate system to the output geographic coordinate system. The transformation parameters can be set or edited as part of the custom geographic transformation string.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |