|
|||||||||
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.TinRaster
public class TinRaster
This tool converts a TIN to a raster. The TIN to Raster tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
TinRaster()
Creates the TIN to Raster tool with defaults. |
|
TinRaster(Object inTin,
Object outRaster)
Creates the TIN to Raster tool with the required parameters. |
Method Summary | |
---|---|
String |
getDataType()
Returns the Output Data Type parameter of this tool . |
Object |
getInTin()
Returns the Input TIN parameter of this tool . |
String |
getMethod()
Returns the Method parameter of this tool . |
Object |
getOutRaster()
Returns the Output Raster parameter of this tool . |
String |
getSampleDistance()
Returns the Sampling Distance 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 . |
void |
setDataType(String dataType)
Sets the Output Data Type parameter of this tool . |
void |
setInTin(Object inTin)
Sets the Input TIN parameter of this tool . |
void |
setMethod(String method)
Sets the Method parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output Raster parameter of this tool . |
void |
setSampleDistance(String sampleDistance)
Sets the Sampling Distance parameter of this tool . |
void |
setZFactor(double zFactor)
Sets the Z Factor 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 TinRaster()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TinRaster(Object inTin, Object outRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTin
- the TIN to be converted.outRaster
- the output raster.Method Detail |
---|
public Object getInTin()
public void setInTin(Object inTin)
inTin
- the TIN to be converted.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output raster.public String getDataType()
public void setDataType(String dataType)
dataType
- choose whether the output raster will be floating point or integer. By default, the output raster is floating point.public String getMethod()
public void setMethod(String method)
method
- choose an interpolation method. By default, cell values are calculated using the LINEAR method.public String getSampleDistance()
public void setSampleDistance(String sampleDistance)
sampleDistance
- choose the sampling distance.public double getZFactor()
public void setZFactor(double zFactor)
zFactor
- the factor by which the heights of the resultant raster will be multiplied from those of the input TIN; 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 |