com.esri.arcgis.geodatabase
Interface ITinSurfaceElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinSurfaceElementProxy, TinSurfaceElement

public interface ITinSurfaceElement
extends java.io.Serializable

COM Interface 'ITinSurfaceElement'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control TIN surface elements.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDff7e9000_d0dd_11d2_9f76_00c04f8ece27
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAspectDegrees()
          The aspect of the element in degrees.
 double getElevation()
          The z value of the element.
 int getFaceTagValue()
          The face tag value of the triangle associated with the element.
 int getNodeTagValue()
          The node tag value of the associated triangle node closest to the element.
 double getSlopeDegrees()
          The slope of the element in degrees.
 ITinTriangle getTriangle()
          The triangle referenced by the element.
 

Field Detail

IIDff7e9000_d0dd_11d2_9f76_00c04f8ece27

static final int IIDff7e9000_d0dd_11d2_9f76_00c04f8ece27
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getElevation

double getElevation()
                    throws java.io.IOException,
                           AutomationException
The z value of the element.

Returns:
The pElevation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSlopeDegrees

double getSlopeDegrees()
                       throws java.io.IOException,
                              AutomationException
The slope of the element in degrees.

Returns:
The pSlope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAspectDegrees

double getAspectDegrees()
                        throws java.io.IOException,
                               AutomationException
The aspect of the element in degrees.

Returns:
The pAspect
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFaceTagValue

int getFaceTagValue()
                    throws java.io.IOException,
                           AutomationException
The face tag value of the triangle associated with the element.

Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNodeTagValue

int getNodeTagValue()
                    throws java.io.IOException,
                           AutomationException
The node tag value of the associated triangle node closest to the element.

Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTriangle

ITinTriangle getTriangle()
                         throws java.io.IOException,
                                AutomationException
The triangle referenced by the element.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITinTriangle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.