com.esri.arcgis.geoprocessing.tools.analyst3dtools
Class TinRaster

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.analyst3dtools.TinRaster
All Implemented Interfaces:
GPTool

public class TinRaster
extends AbstractGPTool

This tool converts a TIN to a raster. The TIN to Raster tool is contained in the 3D Analyst Tools tool box.

Usage tips:


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

TinRaster

public TinRaster()
Creates the TIN to Raster tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


TinRaster

public TinRaster(Object inTin,
                 Object outRaster)
Creates the TIN to Raster tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inTin - the TIN to be converted.
outRaster - the output raster.
Method Detail

getInTin

public Object getInTin()
Returns the Input TIN parameter of this tool . This parameter is the TIN to be converted. This is a required parameter.

Returns:
the Input TIN

setInTin

public void setInTin(Object inTin)
Sets the Input TIN parameter of this tool . This parameter is the TIN to be converted. This is a required parameter.

Parameters:
inTin - the TIN to be converted.

getOutRaster

public Object getOutRaster()
Returns the Output Raster parameter of this tool . This parameter is the output raster. This is a required parameter.

Returns:
the Output Raster

setOutRaster

public void setOutRaster(Object outRaster)
Sets the Output Raster parameter of this tool . This parameter is the output raster. This is a required parameter.

Parameters:
outRaster - the output raster.

getDataType

public String getDataType()
Returns the Output Data Type parameter of this tool . This parameter is choose whether the output raster will be floating point or integer. By default, the output raster is floating point. This is an optional parameter.

Returns:
the Output Data Type

setDataType

public void setDataType(String dataType)
Sets the Output Data Type parameter of this tool . This parameter is choose whether the output raster will be floating point or integer. By default, the output raster is floating point. This is an optional parameter.

Parameters:
dataType - choose whether the output raster will be floating point or integer. By default, the output raster is floating point.

getMethod

public String getMethod()
Returns the Method parameter of this tool . This parameter is choose an interpolation method. By default, cell values are calculated using the LINEAR method. This is an optional parameter.

Returns:
the Method

setMethod

public void setMethod(String method)
Sets the Method parameter of this tool . This parameter is choose an interpolation method. By default, cell values are calculated using the LINEAR method. This is an optional parameter.

Parameters:
method - choose an interpolation method. By default, cell values are calculated using the LINEAR method.

getSampleDistance

public String getSampleDistance()
Returns the Sampling Distance parameter of this tool . This parameter is choose the sampling distance. This is an optional parameter.

Returns:
the Sampling Distance

setSampleDistance

public void setSampleDistance(String sampleDistance)
Sets the Sampling Distance parameter of this tool . This parameter is choose the sampling distance. This is an optional parameter.

Parameters:
sampleDistance - choose the sampling distance.

getZFactor

public double getZFactor()
Returns the Z Factor parameter of this tool . This parameter is 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. This is an optional parameter.

Returns:
the Z Factor

setZFactor

public void setZFactor(double zFactor)
Sets the Z Factor parameter of this tool . This parameter is 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. This is an optional parameter.

Parameters:
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.

getToolName

public String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias