com.esri.arcgis.geodatabase
Interface IEnumTGHitInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumTGHitInfoProxy

public interface IEnumTGHitInfo
extends java.io.Serializable

COM Interface 'IEnumTGHitInfo'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that interate through topology elements.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDba303a42_6aff_42f8_b457_85a689b051ca
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Number of topology elements.
 void next(ITopologyElement[] hitElement, IPoint[] hitPoint, double[] hitDistance)
          Iterates to the next topology element.
 void reset()
          Resets enumerator.
 

Field Detail

IIDba303a42_6aff_42f8_b457_85a689b051ca

static final int IIDba303a42_6aff_42f8_b457_85a689b051ca
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

reset

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of topology elements.

Returns:
The hitElements
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

void next(ITopologyElement[] hitElement,
          IPoint[] hitPoint,
          double[] hitDistance)
          throws java.io.IOException,
                 AutomationException
Iterates to the next topology element.

Parameters:
hitElement - A reference to a com.esri.arcgis.geodatabase.ITopologyElement (out: use single element array)
hitPoint - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
hitDistance - The hitDistance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.