|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinPolyline
Provides access to members that control TIN polyline characteristics.
Method Summary | |
---|---|
IEnumTinEdge |
asEdges()
The specified polyline as triangle edges. |
IEnumTinNode |
asNodes()
The specified polyline as TIN nodes. |
IPolyline |
asPolyline(ITinFilter pNodeFilter,
boolean bGetZ)
The specified polyline as polyline geometry. |
Method Detail |
---|
IEnumTinNode asNodes() throws IOException, AutomationException
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.IPolyline asPolyline(ITinFilter pNodeFilter, boolean bGetZ) throws IOException, AutomationException
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 |