|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumTinNode
Provides access to members that control TIN node enumerators.
Method Summary | |
---|---|
ITinNode |
IEnumTinNode_next()
Gets next node element. |
void |
queryNext(ITinNode pNode)
Queries next node element. |
void |
queryNextAsWKSPointZ(_WKSPointZ[] pPoint,
boolean[] pbIsEnd)
Queries next node element as a WKS point with z values. |
void |
reset()
Resets the enumerator. |
Method Detail |
---|
void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITinNode IEnumTinNode_next() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryNext(ITinNode pNode) throws IOException, AutomationException
pNode
- A reference to a com.esri.arcgis.geodatabase.ITinNode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryNextAsWKSPointZ(_WKSPointZ[] pPoint, boolean[] pbIsEnd) throws IOException, AutomationException
pPoint
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pbIsEnd
- The pbIsEnd (out: use single element array)
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 |