com.esri.arcgis.geodatabase
Interface IEnumHierarchyRange

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

public interface IEnumHierarchyRange
extends java.io.Serializable

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

Description: 'Provides access to a container for accessing network dataset hierarchy ranges.' 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 IIDf41ff50c_6aa3_4d41_8953_e7c4e3986438
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void next(int[] index, int[] lowRange, int[] highRange)
          Moves the enumerator forward and returns the hierarchy range pointed by the enumerator.
 void reset()
          Forces the enumerator pointing before first range; a subsequent next gives the first range in the enumeration.
 

Field Detail

IIDf41ff50c_6aa3_4d41_8953_e7c4e3986438

static final int IIDf41ff50c_6aa3_4d41_8953_e7c4e3986438
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
Forces the enumerator pointing before first range; a subsequent next gives the first range in the enumeration.

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

next

void next(int[] index,
          int[] lowRange,
          int[] highRange)
          throws java.io.IOException,
                 AutomationException
Moves the enumerator forward and returns the hierarchy range pointed by the enumerator.

Parameters:
index - The index (out: use single element array)
lowRange - The lowRange (out: use single element array)
highRange - The highRange (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.