|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumTinTriangle
Provides access to members that control TIN triangle enumerators.
Method Summary | |
---|---|
ITinTriangle |
IEnumTinTriangle_next()
Gets next triangle elements. |
ITinNodeArray |
nextTriangleStrip(int maxSize)
Gets next triangle strip. |
ILongArray |
nextTriangleStripIndices(int maxSize)
Gets next triangle strip indices. |
void |
queryNext(ITinTriangle pTriangle)
Queries next triangle elements. |
void |
queryNextAsWKSPointZs(_WKSPointZ[] pPi,
_WKSPointZ[] pPj,
_WKSPointZ[] pPk,
boolean[] pbIsEnd)
Queries next triangle element as a WKS point with z values. |
void |
reset()
Resets the enumerators. |
Method Detail |
---|
void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITinTriangle IEnumTinTriangle_next() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryNext(ITinTriangle pTriangle) throws IOException, AutomationException
pTriangle
- A reference to a com.esri.arcgis.geodatabase.ITinTriangle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryNextAsWKSPointZs(_WKSPointZ[] pPi, _WKSPointZ[] pPj, _WKSPointZ[] pPk, boolean[] pbIsEnd) throws IOException, AutomationException
pPi
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pPj
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)pPk
- 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.ITinNodeArray nextTriangleStrip(int maxSize) throws IOException, AutomationException
maxSize
- The maxSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray nextTriangleStripIndices(int maxSize) throws IOException, AutomationException
maxSize
- The maxSize (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 |