com.esri.arcgis.geoprocessing.tools.coveragetools
Class Project

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.coveragetools.Project
All Implemented Interfaces:
GPTool

public class Project
extends AbstractGPTool

Changes the coordinate system of your coverage including its datum or spheroid. The Project tool is contained in the Coverage Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
Project()
          Creates the Project tool with defaults.
Project(java.lang.Object inCover, java.lang.Object outCover, java.lang.Object projectionFile)
          Creates the Project tool with the required parameters.
 
Method Summary
 java.lang.Object getInCover()
          Returns the Input Coverage parameter of this tool .
 java.lang.Object getOutCover()
          Returns the Output Coverage parameter of this tool .
 java.lang.Object getProjectionFile()
          Returns the Projection File parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setInCover(java.lang.Object inCover)
          Sets the Input Coverage parameter of this tool .
 void setOutCover(java.lang.Object outCover)
          Sets the Output Coverage parameter of this tool .
 void setProjectionFile(java.lang.Object projectionFile)
          Sets the Projection File 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

Project

public Project()
Creates the Project tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


Project

public Project(java.lang.Object inCover,
               java.lang.Object outCover,
               java.lang.Object projectionFile)
Creates the Project tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inCover - the coverage whose coordinates are to be converted.
outCover - the output coverage whose coordinates have been converted to the new coordinate system. The output coverage may exist, but must be empty.
projectionFile - the name of a text file defining the input and output projection parameters.
Method Detail

getInCover

public java.lang.Object getInCover()
Returns the Input Coverage parameter of this tool . This parameter is the coverage whose coordinates are to be converted. This is a required parameter.

Returns:
the Input Coverage

setInCover

public void setInCover(java.lang.Object inCover)
Sets the Input Coverage parameter of this tool . This parameter is the coverage whose coordinates are to be converted. This is a required parameter.

Parameters:
inCover - the coverage whose coordinates are to be converted.

getOutCover

public java.lang.Object getOutCover()
Returns the Output Coverage parameter of this tool . This parameter is the output coverage whose coordinates have been converted to the new coordinate system. The output coverage may exist, but must be empty. This is a required parameter.

Returns:
the Output Coverage

setOutCover

public void setOutCover(java.lang.Object outCover)
Sets the Output Coverage parameter of this tool . This parameter is the output coverage whose coordinates have been converted to the new coordinate system. The output coverage may exist, but must be empty. This is a required parameter.

Parameters:
outCover - the output coverage whose coordinates have been converted to the new coordinate system. The output coverage may exist, but must be empty.

getProjectionFile

public java.lang.Object getProjectionFile()
Returns the Projection File parameter of this tool . This parameter is the name of a text file defining the input and output projection parameters. This is a required parameter.

Returns:
the Projection File

setProjectionFile

public void setProjectionFile(java.lang.Object projectionFile)
Sets the Projection File parameter of this tool . This parameter is the name of a text file defining the input and output projection parameters. This is a required parameter.

Parameters:
projectionFile - the name of a text file defining the input and output projection parameters.

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias