|
|||||||||
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.Project
public class Project
Creates a new dataset or feature class with the coordinate system specified. The 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 | |
---|---|
Project()
Creates the Project tool with defaults. |
|
Project(Object inDataset,
Object outDataset,
Object outCoorSystem)
Creates the Project tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInCoorSystem()
Returns the Input Coordinate System parameter of this tool . |
Object |
getInDataset()
Returns the Input Dataset or Feature Class parameter of this tool . |
Object |
getOutCoorSystem()
Returns the Output Coordinate System parameter of this tool . |
Object |
getOutDataset()
Returns the Output Dataset or Feature Class 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. |
Object |
getTransformMethod()
Returns the Geographic Transformation parameter of this tool . |
void |
setInCoorSystem(Object inCoorSystem)
Sets the Input Coordinate System parameter of this tool . |
void |
setInDataset(Object inDataset)
Sets the Input Dataset or Feature Class parameter of this tool . |
void |
setOutCoorSystem(Object outCoorSystem)
Sets the Output Coordinate System parameter of this tool . |
void |
setOutDataset(Object outDataset)
Sets the Output Dataset or Feature Class parameter of this tool . |
void |
setTransformMethod(Object transformMethod)
Sets the Geographic 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 Project()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Project(Object inDataset, Object outDataset, Object outCoorSystem)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inDataset
- the feature class, feature layer, or feature dataset to be projected.outDataset
- the new feature dataset or feature class that has the coordinate system specified in the output coordinate system parameter.outCoorSystem
- 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.Method Detail |
---|
public Object getInDataset()
public void setInDataset(Object inDataset)
inDataset
- the feature class, feature layer, or feature dataset to be projected.public Object getOutDataset()
public void setOutDataset(Object outDataset)
outDataset
- the new feature dataset or feature class that has the coordinate system specified in the output coordinate system parameter.public Object getOutCoorSystem()
public void setOutCoorSystem(Object outCoorSystem)
outCoorSystem
- 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 getTransformMethod()
public void setTransformMethod(Object transformMethod)
transformMethod
- this method can be used for converting data between two geographic coordinate systems or datums. This initially optional parameter may be required if the input and output coordinate systems have different data.public Object getInCoorSystem()
public void setInCoorSystem(Object inCoorSystem)
inCoorSystem
- the coordinate system of the input feature class or dataset.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 |