com.esri.arcgis.geodatabase
Class TinEdgeEnumerator

java.lang.Object
  extended by com.esri.arcgis.geodatabase.TinEdgeEnumerator
All Implemented Interfaces:
IEnumTinEdge, IEnumTinElement, com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, java.io.Serializable

public class TinEdgeEnumerator
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IEnumTinElement, IEnumTinEdge, ISupportErrorInfo

COM Class 'TinEdgeEnumerator'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description 'The Esri TinEdgeEnumerator 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 =

See Also:
Serialized Form

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.IEnumTinEdge
IID, IID6bfa889d_bf0d_11d3_ab4f_0008c73fd50c, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
 
Constructor Summary
TinEdgeEnumerator(java.lang.Object obj)
          Construct a TinEdgeEnumerator 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
 ITinEdge IEnumTinEdge_next()
          Gets next edge element.
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 ITinElement next()
          Gets next element.
 void queryNext(ITinEdge pEdge)
          Queries next edge element.
 void queryNext(ITinElement pElement)
          Queries next element.
 void queryNextAsWKSPointZs(_WKSPointZ[] pFrom, _WKSPointZ[] pTo, boolean[] pbIsEnd)
          Queries next edge element as a WKS point with z values.
 void release()
          Release a TinEdgeEnumerator.
 void reset()
          Resets the enumerator.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TinEdgeEnumerator

public TinEdgeEnumerator(java.lang.Object obj)
                  throws java.io.IOException
Construct a TinEdgeEnumerator using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TinEdgeEnumerator.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
TinEdgeEnumerator o = (TinEdgeEnumerator)obj; // will not work

TinEdgeEnumerator o = new TinEdgeEnumerator(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems TinEdgeEnumerator theTinEdgeEnumerator = (TinEdgeEnumerator) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a TinEdgeEnumerator.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator.

Specified by:
reset in interface IEnumTinEdge
Specified by:
reset in interface IEnumTinElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

public ITinElement next()
                 throws java.io.IOException,
                        AutomationException
Gets next element.

Specified by:
next in interface IEnumTinElement
Returns:
A reference to a com.esri.arcgis.geodatabase.ITinElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNext

public void queryNext(ITinElement pElement)
               throws java.io.IOException,
                      AutomationException
Queries next element.

Specified by:
queryNext in interface IEnumTinElement
Parameters:
pElement - A reference to a com.esri.arcgis.geodatabase.ITinElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

IEnumTinEdge_next

public ITinEdge IEnumTinEdge_next()
                           throws java.io.IOException,
                                  AutomationException
Gets next edge element.

Specified by:
IEnumTinEdge_next in interface IEnumTinEdge
Returns:
A reference to a com.esri.arcgis.geodatabase.ITinEdge
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNext

public void queryNext(ITinEdge pEdge)
               throws java.io.IOException,
                      AutomationException
Queries next edge element.

Specified by:
queryNext in interface IEnumTinEdge
Parameters:
pEdge - A reference to a com.esri.arcgis.geodatabase.ITinEdge (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNextAsWKSPointZs

public void queryNextAsWKSPointZs(_WKSPointZ[] pFrom,
                                  _WKSPointZ[] pTo,
                                  boolean[] pbIsEnd)
                           throws java.io.IOException,
                                  AutomationException
Queries next edge element as a WKS point with z values.

Specified by:
queryNextAsWKSPointZs in interface IEnumTinEdge
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws java.io.IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.