|
|||||||||
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.BatchProject
public class BatchProject
Changes the coordinate system of a set of input feature classes or feature datasets to a common coordinate system. To change the coordinate system of a single feature class or dataset use the Project tool. The Batch Project tool is contained in the Data Management Tools tool box.
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
- the input feature classes or feature datasets whose coordinates are to be converted.outputWorkspace
- the location of each new output feature class or feature dataset.Method Detail |
---|
public Object getInputFeatureClassOrDataset()
public void setInputFeatureClassOrDataset(Object inputFeatureClassOrDataset)
inputFeatureClassOrDataset
- the input feature classes or feature datasets whose coordinates are to be converted.public Object getOutputWorkspace()
public void setOutputWorkspace(Object outputWorkspace)
outputWorkspace
- the location of each new output feature class or feature dataset.public Object getOutputCoordinateSystem()
public void setOutputCoordinateSystem(Object outputCoordinateSystem)
outputCoordinateSystem
- the coordinate system to be used to project the inputs. valid values are a file with a .prj extension (.prj files shipped with ArcGIS are available at the ArcGIS installation directory > Coordinate System folder) or a string representation of a coordinate system. This string representation can be generated by adding a coordinate system variable to ModelBuilder, setting the variable's value as desired, then exporting the model to a Python script. The string can then be copied from the Python script.public Object getTemplateDataset()
public void setTemplateDataset(Object templateDataset)
templateDataset
- the feature class or the feature dataset used to specify the output coordinate system used for projection.public String getTransformation()
public void setTransformation(String transformation)
transformation
- name of the geographic transformation to be applied to convert data between two geographic coordinate systems (datums).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 |