|
|||||||||
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.RasterTin
public class RasterTin
Converts a raster to a TIN. The Raster 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 | |
---|---|
RasterTin()
Creates the Raster to TIN tool with defaults. |
|
RasterTin(Object inRaster,
Object outTin)
Creates the Raster to TIN tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInRaster()
Returns the Input Raster parameter of this tool . |
int |
getMaxPoints()
Returns the Maximum Number of Points parameter of this tool . |
Object |
getOutTin()
Returns the Output TIN 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. |
double |
getZFactor()
Returns the Z Factor parameter of this tool . |
double |
getZTolerance()
Returns the Z Tolerance parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input Raster parameter of this tool . |
void |
setMaxPoints(int maxPoints)
Sets the Maximum Number of Points parameter of this tool . |
void |
setOutTin(Object outTin)
Sets the Output TIN parameter of this tool . |
void |
setZFactor(double zFactor)
Sets the Z Factor parameter of this tool . |
void |
setZTolerance(double zTolerance)
Sets the Z Tolerance 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 RasterTin()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterTin(Object inRaster, 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.
inRaster
- the input raster.outTin
- the output TIN.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster.public Object getOutTin()
public void setOutTin(Object outTin)
outTin
- the output TIN.public double getZTolerance()
public void setZTolerance(double zTolerance)
zTolerance
- the maximum allowable difference in (z units) between the height of the input raster and the height of the output TIN. By default, the z tolerance is 1/10 of the z range of the input raster.public int getMaxPoints()
public void setMaxPoints(int maxPoints)
maxPoints
- the maximum number of points that will be added to the TIN before the process is terminated. By default, the process will continue until all the points are added.public double getZFactor()
public void setZFactor(double zFactor)
zFactor
- the factor that the heights of the resultant TIN will be multiplied from those of the input raster. Used to convert z units to x and y units.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 |