|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinSurfaceElement
Provides access to members that control TIN surface elements.
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. |
Method Detail |
---|
double getElevation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSlopeDegrees() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAspectDegrees() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFaceTagValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNodeTagValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITinTriangle getTriangle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |