|
|||||||||
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.samples.BatchDefine
public class BatchDefine
Records the coordinate system information for the specified input datasets including any associated projection parameters, datum, or spheroid. It creates or modifies the dataset's projection parameters.This tool has been deprecated. For more information, see An overview of the Samples toolbox. The Batch Define Coordinate System tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
BatchDefine()
Creates the Batch Define Coordinate System tool with defaults. |
|
BatchDefine(Object inputDatasets)
Creates the Batch Define Coordinate System tool with the required parameters. |
Method Summary | |
---|---|
String |
getCompleted()
Returns the Completed parameter of this tool (Read only). |
Object |
getCoordinateSystem()
Returns the Coordinate System parameter of this tool . |
String |
getError()
Returns the Error parameter of this tool (Read only). |
Object |
getInputDatasets()
Returns the Input Datasets parameter of this tool . |
Object |
getTemplateDataset()
Returns the Template Dataset 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 |
setCoordinateSystem(Object coordinateSystem)
Sets the Coordinate System parameter of this tool . |
void |
setInputDatasets(Object inputDatasets)
Sets the Input Datasets parameter of this tool . |
void |
setTemplateDataset(Object templateDataset)
Sets the Template Dataset 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 BatchDefine()
Initializes the array of tool parameters with the default values specified when the tool was created.
public BatchDefine(Object inputDatasets)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputDatasets
- nullMethod Detail |
---|
public Object getInputDatasets()
public void setInputDatasets(Object inputDatasets)
inputDatasets
- nullpublic Object getCoordinateSystem()
public void setCoordinateSystem(Object coordinateSystem)
coordinateSystem
- name of the coordinate system to be applied to the input datasets.public Object getTemplateDataset()
public void setTemplateDataset(Object templateDataset)
templateDataset
- dataset that will be used to select an existing projection definition to be applied to the input datasets.public String getCompleted()
public String getError()
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 |