|
|||||||||
| 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.DefineProjection
public class DefineProjection
Records the The Define Projection 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 | |
|---|---|
DefineProjection()
Creates the Define Projection tool with defaults. |
|
DefineProjection(Object inDataset,
Object coorSystem)
Creates the Define Projection tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getCoorSystem()
Returns the Coordinate System parameter of this tool . |
Object |
getInDataset()
Returns the Input Dataset or Feature Class parameter of this tool . |
Object |
getOutDataset()
Returns the Output Dataset or Feature Class parameter of this tool (Read only). |
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 |
setCoorSystem(Object coorSystem)
Sets the Coordinate System parameter of this tool . |
void |
setInDataset(Object inDataset)
Sets the Input Dataset or Feature Class 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 inDataset,
Object coorSystem)
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 - Feature Layer | Geodataset, or feature class whose projection is to be defined.coorSystem - Coordinate System, name of the coordinate system to be applied to the input dataset or feature class.| Method Detail |
|---|
public Object getInDataset()
public void setInDataset(Object inDataset)
inDataset - Feature Layer | Geodataset, or feature class whose projection is to be defined.public Object getCoorSystem()
public void setCoorSystem(Object coorSystem)
coorSystem - Coordinate System, name of the coordinate system to be applied to the input dataset or feature class.public Object getOutDataset()
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 | ||||||||