|
|||||||||
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.coveragetools.DefineProjection
public class DefineProjection
Records the coordinate system information of the Input Coverage including any associated projection parameters, such as datum and spheroid. The Define Projection tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
DefineProjection()
Creates the Define Projection tool with defaults. |
|
DefineProjection(Object inCover,
Object projectionFile)
Creates the Define Projection tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage parameter of this tool (Read only). |
Object |
getProjectionFile()
Returns the Projection File 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 |
setInCover(Object inCover)
Sets the Input Coverage parameter of this tool . |
void |
setProjectionFile(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 |
---|
public DefineProjection()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DefineProjection(Object inCover, Object projectionFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inCover
- the coverage for which the projection information is being defined.projectionFile
- the name of a text file defining the input projection parameters.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage for which the projection information is being defined.public Object getProjectionFile()
public void setProjectionFile(Object projectionFile)
projectionFile
- the name of a text file defining the input projection parameters.public Object getOutCover()
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 |