|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.BatchProject
public class BatchProject
Changes the coordinate system of a set of input feature classes or feature datasets, including the datum or spheroid, and defines the location of points on a planar surface. If you want to change projections of several datasets then use this tool. For a single dataset use Project tool instead. The output datasets go to the location set in output workspace parameter. The Batch Project tool is contained in the Data Management Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
BatchProject()
Creates the Batch Project tool with defaults. |
|
BatchProject(Object inputFeatureClassOrDataset,
Object outputWorkspace)
Creates the Batch Project tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getDerivedOutput()
Returns the Derived Output parameter of this tool (Read only). |
Object |
getInputFeatureClassOrDataset()
Returns the Input Feature Class or Dataset parameter of this tool . |
Object |
getOutputCoordinateSystem()
Returns the Output Coordinate System parameter of this tool . |
Object |
getOutputWorkspace()
Returns the Output Workspace 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. |
String |
getTransformation()
Returns the Transformation parameter of this tool . |
void |
setInputFeatureClassOrDataset(Object inputFeatureClassOrDataset)
Sets the Input Feature Class or Dataset parameter of this tool . |
void |
setOutputCoordinateSystem(Object outputCoordinateSystem)
Sets the Output Coordinate System parameter of this tool . |
void |
setOutputWorkspace(Object outputWorkspace)
Sets the Output Workspace parameter of this tool . |
void |
setTemplateDataset(Object templateDataset)
Sets the Template dataset parameter of this tool . |
void |
setTransformation(String transformation)
Sets the Transformation 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 BatchProject()
Initializes the array of tool parameters with the default values specified when the tool was created.
public BatchProject(Object inputFeatureClassOrDataset,
Object outputWorkspace)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputFeatureClassOrDataset - Geodataset, the input feature classes or feature datasets whose coordinates are to be converted.outputWorkspace - Workspace | Feature Dataset, the output location of each new feature class or feature dataset whose coordinates have been converted.| Method Detail |
|---|
public Object getInputFeatureClassOrDataset()
public void setInputFeatureClassOrDataset(Object inputFeatureClassOrDataset)
inputFeatureClassOrDataset - Geodataset, the input feature classes or feature datasets whose coordinates are to be converted.public Object getOutputWorkspace()
public void setOutputWorkspace(Object outputWorkspace)
outputWorkspace - Workspace | Feature Dataset, the output location of each new feature class or feature dataset whose coordinates have been converted.public Object getOutputCoordinateSystem()
public void setOutputCoordinateSystem(Object outputCoordinateSystem)
outputCoordinateSystem - Coordinate System, name of the coordinate system to be applied to each input dataset or feature class.public Object getTemplateDataset()
public void setTemplateDataset(Object templateDataset)
templateDataset - Geodataset, a feature class or feature dataset whose coordinate system is used during project.public String getTransformation()
public void setTransformation(String transformation)
transformation - String, a local datum aligns its spheroid to closely fit the earth's surface in a particular area.public Object getDerivedOutput()
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 | ||||||||