|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinPolygon
Provides access to members that control TIN polygon characteristics.
Method Summary | |
---|---|
IEnumTinEdge |
asEdges()
The specified polygon as triangle edges. |
IEnumTinNode |
asNodes()
The specified polygon as TIN nodes. |
IPolygon |
asPolygon(ITinFilter pNodeFilter,
boolean bGetZ)
The specified polygon as polygon geometry. |
IEnumTinTriangle |
asTriangles()
The specified polygon as its constituent triangles. |
Method Detail |
---|
IEnumTinNode asNodes() throws IOException, AutomationException
Returns a node enumerator representing the nodes around the polygon exterior.
The resulting enumerator will return nodes in ordered sequence, ring by ring. The end of each ring is indicated by repeating the first node of the ring.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumTinEdge asEdges() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumTinTriangle asTriangles() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPolygon asPolygon(ITinFilter pNodeFilter, boolean bGetZ) throws IOException, AutomationException
The returned polygon has not been topologically simplified for the sake of performance. For example, you may just want to draw the polygon. Drawing doesn't require simplification. If you'll be performing topological operations on the polygon you will need to call ITopologicalOperator.Simplify.
The filter argument can be NULL ('Nothing' in VB) if no filtering is desired.
pNodeFilter
- A reference to a com.esri.arcgis.geodatabase.ITinFilter (in)bGetZ
- The bGetZ (in)
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 |