|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.TinNodeEnumerator
public class TinNodeEnumerator
COM Class 'TinNodeEnumerator'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'The Esri TinNodeEnumerator 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.IEnumTinElement |
---|
IID, IID4eee3271_fa94_11d2_ae10_000000000000, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IEnumTinNode |
---|
IID, IID6bfa889c_bf0d_11d3_ab4f_0008c73fd50c, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
TinNodeEnumerator(java.lang.Object obj)
Construct a TinNodeEnumerator using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
ITinNode |
IEnumTinNode_next()
Gets next node element. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
ITinElement |
next()
Gets next element. |
void |
queryNext(ITinElement pElement)
Queries next 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 |
release()
Release a TinNodeEnumerator. |
void |
reset()
Resets the enumerator. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TinNodeEnumerator(java.lang.Object obj) throws java.io.IOException
obj
to TinNodeEnumerator
. *
TinNodeEnumerator o = (TinNodeEnumerator)obj; // will not work
TinNodeEnumerator o = new TinNodeEnumerator(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
TinNodeEnumerator theTinNodeEnumerator = (TinNodeEnumerator) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void reset() throws java.io.IOException, AutomationException
reset
in interface IEnumTinElement
reset
in interface IEnumTinNode
java.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 IEnumTinElement
java.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 IEnumTinElement
pElement
- 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 ITinNode IEnumTinNode_next() throws java.io.IOException, AutomationException
IEnumTinNode_next
in interface IEnumTinNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryNext(ITinNode pNode) throws java.io.IOException, AutomationException
queryNext
in interface IEnumTinNode
pNode
- A reference to a com.esri.arcgis.geodatabase.ITinNode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryNextAsWKSPointZ(_WKSPointZ[] pPoint, boolean[] pbIsEnd) throws java.io.IOException, AutomationException
queryNextAsWKSPointZ
in interface IEnumTinNode
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)
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 ISupportErrorInfo
riid
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |