|
|||||||||
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.TerrainToTin
public class TerrainToTin
This tool converts a terrain dataset to a file-based TIN. The Terrain to TIN tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
TerrainToTin()
Creates the Terrain to TIN tool with defaults. |
|
TerrainToTin(Object inTerrain,
Object outTin)
Creates the Terrain to TIN tool with the required parameters. |
Method Summary | |
---|---|
String |
getClipToExtent()
Returns the Clip to Extent parameter of this tool . |
Object |
getInTerrain()
Returns the Input Terrain parameter of this tool . |
int |
getMaxNodes()
Returns the Maximum Number of Nodes parameter of this tool . |
Object |
getOutTin()
Returns the Output TIN parameter of this tool . |
double |
getPyramidLevelResolution()
Returns the Pyramid Level Resolution 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 |
setClipToExtent(String clipToExtent)
Sets the Clip to Extent parameter of this tool . |
void |
setInTerrain(Object inTerrain)
Sets the Input Terrain parameter of this tool . |
void |
setMaxNodes(int maxNodes)
Sets the Maximum Number of Nodes parameter of this tool . |
void |
setOutTin(Object outTin)
Sets the Output TIN parameter of this tool . |
void |
setPyramidLevelResolution(double pyramidLevelResolution)
Sets the Pyramid Level Resolution 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 TerrainToTin()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TerrainToTin(Object inTerrain, Object outTin)
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 converted.outTin
- the TIN to be created.Method Detail |
---|
public Object getInTerrain()
public void setInTerrain(Object inTerrain)
inTerrain
- the terrain dataset to be converted.public Object getOutTin()
public void setOutTin(Object outTin)
outTin
- the TIN to be created.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 int getMaxNodes()
public void setMaxNodes(int maxNodes)
maxNodes
- the maximum number of nodes permitted in the output TIN. The tool will return an error if the conversion properties (in other words, analysis extent and pyramid level) would produce a TIN that exceeds this size. The default is 5 million.public String getClipToExtent()
public void setClipToExtent(String clipToExtent)
clipToExtent
- performs a neatline clip on the output TIN. The analysis extent is used as the clip polygon. This only has an effect if the analysis extent is defined and it's smaller than the extent of the input terrain.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 |