|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumTinEdge
Provides access to members that control TIN edge enumerators.
Method Summary | |
---|---|
ITinEdge |
IEnumTinEdge_next()
Gets next edge element. |
void |
queryNext(ITinEdge pEdge)
Queries next edge element. |
void |
queryNextAsWKSPointZs(_WKSPointZ[] pFrom,
_WKSPointZ[] pTo,
boolean[] pbIsEnd)
Queries next edge 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.ITinEdge IEnumTinEdge_next() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryNext(ITinEdge pEdge) throws IOException, AutomationException
pEdge
- A reference to a com.esri.arcgis.geodatabase.ITinEdge (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryNextAsWKSPointZs(_WKSPointZ[] pFrom, _WKSPointZ[] pTo, boolean[] pbIsEnd) throws IOException, AutomationException
pFrom
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pTo
- 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 |