com.esri.arcgis.networkanalyst
Interface INAServerLocations2

All Superinterfaces:
INAServerLocations, java.io.Serializable
All Known Implementing Classes:
INAServerLocations2Proxy, NAServerDataLayer, NAServerPropertySets, NAServerRecordSet

public interface INAServerLocations2
extends INAServerLocations, java.io.Serializable

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

Description: 'Deprecated as of 10.0. Provides access to objects that can be used to load network locations in NAServer.' 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 IID87e00517_fa96_47d4_9b4e_15f1658dc67f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerLocations
IID3e1cb0a9_9917_42d7_af13_78d2494b4714
 
Method Summary
 boolean isDoNotLocateOnRestrictedElements()
          Indicates if restricted network elements should be considered when finding network locations.
 void setDoNotLocateOnRestrictedElements(boolean pValue)
          Indicates if restricted network elements should be considered when finding network locations.
 

Field Detail

IID87e00517_fa96_47d4_9b4e_15f1658dc67f

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

isDoNotLocateOnRestrictedElements

boolean isDoNotLocateOnRestrictedElements()
                                          throws java.io.IOException,
                                                 AutomationException
Indicates if restricted network elements should be considered when finding network locations.

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

setDoNotLocateOnRestrictedElements

void setDoNotLocateOnRestrictedElements(boolean pValue)
                                        throws java.io.IOException,
                                               AutomationException
Indicates if restricted network elements should be considered when finding network locations.

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