|
|||||||||
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.TinTriangle
public class TinTriangle
This tool extracts triangles as polygons from an input TIN into an output feature class and produces a polygon feature class whose polygons are constructed from the input TIN's triangles. The TIN Triangle tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
TinTriangle()
Creates the TIN Triangle tool with defaults. |
|
TinTriangle(Object inTin,
Object outFeatureClass)
Creates the TIN Triangle tool with the required parameters. |
Method Summary | |
---|---|
String |
getHillshade()
Returns the HILLSHADE azimuth, altitude parameter of this tool . |
Object |
getInTin()
Returns the Input TIN parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
String |
getTagField()
Returns the Tag Value Field 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. |
String |
getUnits()
Returns the Slope Units parameter of this tool . |
double |
getZFactor()
Returns the Z Factor parameter of this tool . |
void |
setHillshade(String hillshade)
Sets the HILLSHADE azimuth, altitude parameter of this tool . |
void |
setInTin(Object inTin)
Sets the Input TIN parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setTagField(String tagField)
Sets the Tag Value Field parameter of this tool . |
void |
setUnits(String units)
Sets the Slope Units 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 TinTriangle()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TinTriangle(Object inTin, Object outFeatureClass)
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 input TIN.outFeatureClass
- the output feature class.Method Detail |
---|
public Object getInTin()
public void setInTin(Object inTin)
inTin
- the input TIN.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output feature class.public String getUnits()
public void setUnits(String units)
units
- the units of measure to be used in calculating the slope. By default, the units will be degrees.public double getZFactor()
public void setZFactor(double zFactor)
zFactor
- the factor applied to the triangle slope calculation to convert the TIN's z-units to its x- and y-units. By default, the Z factor is 1.public String getHillshade()
public void setHillshade(String hillshade)
hillshade
- provides hillshading for the feature class and sets the light source's.public String getTagField()
public void setTagField(String tagField)
tagField
- the output tag value field name into which the triangle tags will be placed.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 |