|
|||||||||
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.cartographytools.DeleteGridsAndGraticules
public class DeleteGridsAndGraticules
Deletes all the features associated with one or more selected grid and graticule layers from a feature dataset. The Delete Grids and Graticules tool is contained in the Cartography Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
DeleteGridsAndGraticules()
Creates the Delete Grids and Graticules tool with defaults. |
|
DeleteGridsAndGraticules(Object inGridDataset,
Object gridName)
Creates the Delete Grids and Graticules tool with the required parameters. |
Method Summary | |
---|---|
Object |
getGridName()
Returns the Grid Name parameter of this tool . |
Object |
getInGridDataset()
Returns the Input Grid Dataset parameter of this tool . |
Object |
getOutGridDataset()
Returns the Output Grid Dataset 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 |
setGridName(Object gridName)
Sets the Grid Name parameter of this tool . |
void |
setInGridDataset(Object inGridDataset)
Sets the Input Grid 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 DeleteGridsAndGraticules()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DeleteGridsAndGraticules(Object inGridDataset, Object gridName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGridDataset
- the feature dataset location where the grid and graticule layers that can be deleted are stored.gridName
- lists the grid and graticule layers in the feature dataset that can be deleted.Method Detail |
---|
public Object getInGridDataset()
public void setInGridDataset(Object inGridDataset)
inGridDataset
- the feature dataset location where the grid and graticule layers that can be deleted are stored.public Object getGridName()
public void setGridName(Object gridName)
gridName
- lists the grid and graticule layers in the feature dataset that can be deleted.public Object getOutGridDataset()
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 |