com.esri.arcgis.networkanalyst
Interface IGPNALayer2

All Superinterfaces:
IGPNALayer, java.io.Serializable
All Known Implementing Classes:
GPNALayer, IGPNALayer2Proxy

public interface IGPNALayer2
extends IGPNALayer, java.io.Serializable

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

Description: 'Provides access to additional properties/methods of the geoprocessing network analyst layer.' 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 IIDbcc1bb95_6b2b_4b03_892d_c0d73f50e289
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.IGPNALayer
IID50d92590_06f5_4aa4_bf93_1cc78d5b2b06
 
Method Summary
 boolean isExcludeRestrictedElements()
          Indicates whether to exclude restricted portions of the network when loading points.
 void setExcludeRestrictedElements(boolean bExcludeRestrictedElements)
          Indicates whether to exclude restricted portions of the network when loading points.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.IGPNALayer
addClassDefinition, getClassDefinition, getClassDefinitions, getDENetworkDataset, getLocatorFeatureAgents, getSearchRadius, isFindClosestAmongAllAgents, setDENetworkDatasetByRef, setFindClosestAmongAllAgents, setLocatorFeatureAgentsByRef, setSearchRadiusByRef
 

Field Detail

IIDbcc1bb95_6b2b_4b03_892d_c0d73f50e289

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

setExcludeRestrictedElements

void setExcludeRestrictedElements(boolean bExcludeRestrictedElements)
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether to exclude restricted portions of the network when loading points.

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

isExcludeRestrictedElements

boolean isExcludeRestrictedElements()
                                    throws java.io.IOException,
                                           AutomationException
Indicates whether to exclude restricted portions of the network when loading points.

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