|
|||||||||
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.analyst3dtools.TerrainToPoints
public class TerrainToPoints
This tool converts a terrain dataset into a new point or multipoint feature class. The Terrain to 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 | |
---|---|
TerrainToPoints()
Creates the Terrain to Points tool with defaults. |
|
TerrainToPoints(Object inTerrain,
Object outFeatureClass)
Creates the Terrain to Points tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInTerrain()
Returns the Input Terrain parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
String |
getOutGeometryType()
Returns the Output Feature Class Type parameter of this tool . |
double |
getPyramidLevelResolution()
Returns the Pyramid Level Resolution parameter of this tool . |
String |
getSourceEmbeddedFeatureClass()
Returns the Input Embedded 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. |
void |
setInTerrain(Object inTerrain)
Sets the Input Terrain parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setOutGeometryType(String outGeometryType)
Sets the Output Feature Class Type parameter of this tool . |
void |
setPyramidLevelResolution(double pyramidLevelResolution)
Sets the Pyramid Level Resolution parameter of this tool . |
void |
setSourceEmbeddedFeatureClass(String sourceEmbeddedFeatureClass)
Sets the Input Embedded 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 TerrainToPoints()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TerrainToPoints(Object inTerrain, Object outFeatureClass)
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 input terrain dataset.outFeatureClass
- the output point or multipoint feature class name.Method Detail |
---|
public Object getInTerrain()
public void setInTerrain(Object inTerrain)
inTerrain
- the input terrain dataset.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output point or multipoint feature class name.public double getPyramidLevelResolution()
public void setPyramidLevelResolution(double pyramidLevelResolution)
pyramidLevelResolution
- the resolution of the pyramid level to use for conversion. The default is 0, full resolution.public String getSourceEmbeddedFeatureClass()
public void setSourceEmbeddedFeatureClass(String sourceEmbeddedFeatureClass)
sourceEmbeddedFeatureClass
- the terrain's embedded point feature class to use for output. if the Input Embedded Feature Class is not specified then the points are taken from all data sources of the terrain. If the Input Embedded Feature Class is specified the points are only taken from the embedded source. All attributes will be output.public String getOutGeometryType()
public void setOutGeometryType(String outGeometryType)
outGeometryType
- the type of the output features (multipoints or points).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 |