public class TinTriangleEnumerator extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IEnumTinElement, IEnumTinTriangle, ISupportErrorInfo
Description 'The Esri TinTriangleEnumerator component.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
IID, IID4eee3271_fa94_11d2_ae10_000000000000, xxDummyIID, IID6bfa889e_bf0d_11d3_ab4f_0008c73fd50c, xxDummyIID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy| Constructor and Description |
|---|
TinTriangleEnumerator(java.lang.Object obj)
Construct a TinTriangleEnumerator using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
ITinTriangle |
IEnumTinTriangle_next()
Gets next triangle elements.
|
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo
|
ITinElement |
next()
Gets next element.
|
ITinNodeArray |
nextTriangleStrip(int maxSize)
Gets next triangle strip.
|
ILongArray |
nextTriangleStripIndices(int maxSize)
Gets next triangle strip indices.
|
void |
queryNext(ITinElement pElement)
Queries next element.
|
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 |
release()
Release this COM object reference
|
void |
reset()
Resets the enumerator.
|
public TinTriangleEnumerator(java.lang.Object obj)
throws java.io.IOException
obj to TinTriangleEnumerator. *
TinTriangleEnumerator o = (TinTriangleEnumerator)obj; // will not work
TinTriangleEnumerator o = new TinTriangleEnumerator(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
TinTriangleEnumerator theTinTriangleEnumerator = (TinTriangleEnumerator) obj;public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void reset()
throws java.io.IOException,
AutomationException
reset in interface IEnumTinElementreset in interface IEnumTinTrianglejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinElement next() throws java.io.IOException, AutomationException
next in interface IEnumTinElementjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryNext(ITinElement pElement) throws java.io.IOException, AutomationException
queryNext in interface IEnumTinElementpElement - A reference to a com.esri.arcgis.geodatabase.ITinElement (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinTriangle IEnumTinTriangle_next() throws java.io.IOException, AutomationException
IEnumTinTriangle_next in interface IEnumTinTrianglejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryNext(ITinTriangle pTriangle) throws java.io.IOException, AutomationException
queryNext in interface IEnumTinTrianglepTriangle - A reference to a com.esri.arcgis.geodatabase.ITinTriangle (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryNextAsWKSPointZs(_WKSPointZ[] pPi, _WKSPointZ[] pPj, _WKSPointZ[] pPk, boolean[] pbIsEnd) throws java.io.IOException, AutomationException
queryNextAsWKSPointZs in interface IEnumTinTrianglepPi - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITinNodeArray nextTriangleStrip(int maxSize) throws java.io.IOException, AutomationException
nextTriangleStrip in interface IEnumTinTrianglemaxSize - The maxSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILongArray nextTriangleStripIndices(int maxSize) throws java.io.IOException, AutomationException
nextTriangleStripIndices in interface IEnumTinTrianglemaxSize - The maxSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.