com.esri.arcgis.networkanalyst
Interface IGPNAHierarchySettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPNAHierarchySettings, IGPNAHierarchySettingsProxy

public interface IGPNAHierarchySettings
extends java.io.Serializable

COM Interface 'IGPNAHierarchySettings'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to properties/methods of the network analyst hierarchy settings object.' 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 IID1266fd4f_dc96_4c24_92c5_862ce8498336
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMaxValueForHierarchy(int level)
          The maximum value for a hierarchy level.
 IGPMessage initialize(IDENetworkDataset network)
          Initialize hierarchy levels based on defaults found in the network.
 void setMaxValueForHierarchy(int level, int value)
          The maximum value for a hierarchy level.
 

Field Detail

IID1266fd4f_dc96_4c24_92c5_862ce8498336

static final int IID1266fd4f_dc96_4c24_92c5_862ce8498336
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

setMaxValueForHierarchy

void setMaxValueForHierarchy(int level,
                             int value)
                             throws java.io.IOException,
                                    AutomationException
The maximum value for a hierarchy level.

Parameters:
level - The level (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxValueForHierarchy

int getMaxValueForHierarchy(int level)
                            throws java.io.IOException,
                                   AutomationException
The maximum value for a hierarchy level.

Parameters:
level - The level (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initialize

IGPMessage initialize(IDENetworkDataset network)
                      throws java.io.IOException,
                             AutomationException
Initialize hierarchy levels based on defaults found in the network.

Parameters:
network - A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.