com.esri.arcgis.catalogUI
Interface INetworkAttributeConfiguration2

All Superinterfaces:
INetworkAttributeConfiguration, java.io.Serializable
All Known Subinterfaces:
INetworkAttributeConfiguration3
All Known Implementing Classes:
INetworkAttributeConfiguration2Proxy, INetworkAttributeConfiguration3Proxy, NetworkConfiguration

public interface INetworkAttributeConfiguration2
extends INetworkAttributeConfiguration, java.io.Serializable

COM Interface 'INetworkAttributeConfiguration2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to the network attribute configuration.' 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 IID8834a016_8e30_4101_8d1b_46df8ddf0aa9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration
IID2b089c6b_7a8e_4410_9594_1ef8771cca68
 
Method Summary
 IStringArray getAgainstSuffixes()
          The directional suffixes against the digitized direction.
 IStringArray getAlongSuffixes()
          The directional suffixes along the digitized direction.
 ILongArray getHierachyRangeMaxValuesByName(java.lang.String attributeName)
          The default hierarchy range max values for the specified attribute name.
 IStringArray getTimeZoneTemplateAttributeNames()
          The preferred candidate time zone attribute names.
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration
findMatchingTemplateAttribute, findTemplateAttributeByName, getAgainstPrefixes, getAlongPrefixes, getTemplateAttribute, getTemplateAttributeCount, queryEvaluator
 

Field Detail

IID8834a016_8e30_4101_8d1b_46df8ddf0aa9

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

getAlongSuffixes

IStringArray getAlongSuffixes()
                              throws java.io.IOException,
                                     AutomationException
The directional suffixes along the digitized direction.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAgainstSuffixes

IStringArray getAgainstSuffixes()
                                throws java.io.IOException,
                                       AutomationException
The directional suffixes against the digitized direction.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeZoneTemplateAttributeNames

IStringArray getTimeZoneTemplateAttributeNames()
                                               throws java.io.IOException,
                                                      AutomationException
The preferred candidate time zone attribute names.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHierachyRangeMaxValuesByName

ILongArray getHierachyRangeMaxValuesByName(java.lang.String attributeName)
                                           throws java.io.IOException,
                                                  AutomationException
The default hierarchy range max values for the specified attribute name.

Parameters:
attributeName - The attributeName (in)
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.