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

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

public class TinAspect
extends AbstractGPTool

Extracts aspect information from an input TIN into an output feature class. The TIN Aspect 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
TinAspect()
          Creates the TIN Aspect tool with defaults.
TinAspect(java.lang.Object inTin, java.lang.Object outFeatureClass)
          Creates the TIN Aspect tool with the required parameters.
 
Method Summary
 java.lang.String getAspectField()
          Returns the Aspect Field parameter of this tool .
 java.lang.Object getClassBreaksTable()
          Returns the Class Breaks Table parameter of this tool .
 java.lang.Object getInTin()
          Returns the Input TIN parameter of this tool .
 java.lang.Object getOutFeatureClass()
          Returns the Output Feature Class parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setAspectField(java.lang.String aspectField)
          Sets the Aspect Field parameter of this tool .
 void setClassBreaksTable(java.lang.Object classBreaksTable)
          Sets the Class Breaks Table parameter of this tool .
 void setInTin(java.lang.Object inTin)
          Sets the Input TIN parameter of this tool .
 void setOutFeatureClass(java.lang.Object outFeatureClass)
          Sets the Output 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

TinAspect

public TinAspect()
Creates the TIN Aspect tool with defaults.

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


TinAspect

public TinAspect(java.lang.Object inTin,
                 java.lang.Object outFeatureClass)
Creates the TIN Aspect 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 input TIN.
outFeatureClass - the output feature class.
Method Detail

getInTin

public java.lang.Object getInTin()
Returns the Input TIN parameter of this tool . This parameter is the input TIN. This is a required parameter.

Returns:
the Input TIN

setInTin

public void setInTin(java.lang.Object inTin)
Sets the Input TIN parameter of this tool . This parameter is the input TIN. This is a required parameter.

Parameters:
inTin - the input TIN.

getOutFeatureClass

public java.lang.Object getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . This parameter is the output feature class. This is a required parameter.

Returns:
the Output Feature Class

setOutFeatureClass

public void setOutFeatureClass(java.lang.Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . This parameter is the output feature class. This is a required parameter.

Parameters:
outFeatureClass - the output feature class.

getClassBreaksTable

public java.lang.Object getClassBreaksTable()
Returns the Class Breaks Table parameter of this tool . This parameter is an input table containing the classification breaks that will be used to classify the output feature class. This is an optional parameter.

Returns:
the Class Breaks Table

setClassBreaksTable

public void setClassBreaksTable(java.lang.Object classBreaksTable)
Sets the Class Breaks Table parameter of this tool . This parameter is an input table containing the classification breaks that will be used to classify the output feature class. This is an optional parameter.

Parameters:
classBreaksTable - an input table containing the classification breaks that will be used to classify the output feature class.

getAspectField

public java.lang.String getAspectField()
Returns the Aspect Field parameter of this tool . This parameter is the field containing aspect values. This is an optional parameter.

Returns:
the Aspect Field

setAspectField

public void setAspectField(java.lang.String aspectField)
Sets the Aspect Field parameter of this tool . This parameter is the field containing aspect values. This is an optional parameter.

Parameters:
aspectField - the field containing aspect values.

getToolName

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

Returns:
the tool name

getToolboxName

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

Returns:
the tool box name

getToolboxAlias

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

Returns:
the tool box alias