public interface ITinSurfaceElement
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDff7e9000_d0dd_11d2_9f76_00c04f8ece27 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDff7e9000_d0dd_11d2_9f76_00c04f8ece27
static final int xxDummy
static final java.lang.String IID
double getElevation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSlopeDegrees() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getAspectDegrees() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFaceTagValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNodeTagValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITinTriangle getTriangle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.