com.esri.arcgis.networkanalysis
Interface INetworkLoaderProps

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkLoaderPropsProxy, NetworkLoader

public interface INetworkLoaderProps
extends java.io.Serializable

COM Interface 'INetworkLoaderProps'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to memebers that return the default names of fields and domains used by the network loader.' 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 IID8f313d14_49de_11d3_9f5a_00c04f68e627
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDefaultAncillaryRoleDomain()
          Default ancillary role domain name.
 java.lang.String getDefaultAncillaryRoleField()
          Default ancillary role field name.
 java.lang.String getDefaultEnabledDomain()
          Default enabled domain name.
 java.lang.String getDefaultEnabledField()
          Default enabled field name.
 

Field Detail

IID8f313d14_49de_11d3_9f5a_00c04f68e627

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

getDefaultEnabledDomain

java.lang.String getDefaultEnabledDomain()
                                         throws java.io.IOException,
                                                AutomationException
Default enabled domain name.

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

getDefaultEnabledField

java.lang.String getDefaultEnabledField()
                                        throws java.io.IOException,
                                               AutomationException
Default enabled field name.

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

getDefaultAncillaryRoleDomain

java.lang.String getDefaultAncillaryRoleDomain()
                                               throws java.io.IOException,
                                                      AutomationException
Default ancillary role domain name.

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

getDefaultAncillaryRoleField

java.lang.String getDefaultAncillaryRoleField()
                                              throws java.io.IOException,
                                                     AutomationException
Default ancillary role field name.

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