com.esri.arcgis.schematic
Interface ISchematicNetworkDatasetBuilderContext

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicNetworkDatasetBuilderContextProxy

public interface ISchematicNetworkDatasetBuilderContext
extends java.io.Serializable

COM Interface 'ISchematicNetworkDatasetBuilderContext'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control information related to the context when the schematic Network Dataset builder runs.' 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 IIDb8d0714f_01a2_4fcc_8fc4_75a75fa4d608
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INALayer getNetworkAnalystLayer()
          Network Analyst layer the schematic Network Dataset builder works with.
 void setNetworkAnalystLayerByRef(INALayer layer)
          Network Analyst layer the schematic Network Dataset builder works with.
 

Field Detail

IIDb8d0714f_01a2_4fcc_8fc4_75a75fa4d608

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

setNetworkAnalystLayerByRef

void setNetworkAnalystLayerByRef(INALayer layer)
                                 throws java.io.IOException,
                                        AutomationException
Network Analyst layer the schematic Network Dataset builder works with.

Parameters:
layer - A reference to a com.esri.arcgis.networkanalyst.INALayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkAnalystLayer

INALayer getNetworkAnalystLayer()
                                throws java.io.IOException,
                                       AutomationException
Network Analyst layer the schematic Network Dataset builder works with.

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