|
|||||||||
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.analyst3dtools.RemoveTerrainPoints
public class RemoveTerrainPoints
This tool removes points within an area of interest from one or more embedded feature classes. The Remove Terrain Points tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RemoveTerrainPoints()
Creates the Remove Terrain Points tool with defaults. |
|
RemoveTerrainPoints(Object inTerrain,
Object dataSource,
Object aoiExtents)
Creates the Remove Terrain Points tool with the required parameters. |
Method Summary | |
---|---|
Object |
getAoiExtents()
Returns the Area of Interest parameter of this tool . |
Object |
getDataSource()
Returns the Input Terrain Data Source parameter of this tool . |
Object |
getDerivedOutTerrain()
Returns the Output Terrain parameter of this tool (Read only). |
Object |
getInTerrain()
Returns the Input Terrain 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. |
void |
setAoiExtents(Object aoiExtents)
Sets the Area of Interest parameter of this tool . |
void |
setDataSource(Object dataSource)
Sets the Input Terrain Data Source parameter of this tool . |
void |
setInTerrain(Object inTerrain)
Sets the Input Terrain 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 RemoveTerrainPoints()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RemoveTerrainPoints(Object inTerrain, Object dataSource, Object aoiExtents)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTerrain
- the terrain dataset to be modifieddataSource
- one or more embedded feature classes from which points will be removedaoiExtents
- the XY extent defining the area from which points will be removedMethod Detail |
---|
public Object getInTerrain()
public void setInTerrain(Object inTerrain)
inTerrain
- the terrain dataset to be modifiedpublic Object getDataSource()
public void setDataSource(Object dataSource)
dataSource
- one or more embedded feature classes from which points will be removedpublic Object getAoiExtents()
public void setAoiExtents(Object aoiExtents)
aoiExtents
- the XY extent defining the area from which points will be removedpublic Object getDerivedOutTerrain()
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 |