com.esri.arcgis.geodatabase
Interface IPlugInNetworkDatasetContainer

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

public interface IPlugInNetworkDatasetContainer
extends java.io.Serializable

COM Interface 'IPlugInNetworkDatasetContainer'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that get network datasets from plug-in workspaces and feature datasets.' 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 IIDbd7acddc_c32a_4068_925b_9c3eb1345f04
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INetworkDataset getNetworkDataset(int index)
          The NetworkDataset specified by the index.
 INetworkDataset getNetworkDatasetByName(java.lang.String networkName)
          The NetworkDataset with the specified name.
 int getNetworkDatasetCount()
          The number of NetworkDatasets in this container.
 IEnumDatasetName getNetworkDatasetNames()
          The names of the NetworkDatasets in this container.
 IEnumDataset getNetworkDatasets()
          The NetworkDatasets in this container.
 

Field Detail

IIDbd7acddc_c32a_4068_925b_9c3eb1345f04

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

getNetworkDatasetCount

int getNetworkDatasetCount()
                           throws java.io.IOException,
                                  AutomationException
The number of NetworkDatasets in this container.

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

getNetworkDataset

INetworkDataset getNetworkDataset(int index)
                                  throws java.io.IOException,
                                         AutomationException
The NetworkDataset specified by the index.

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

getNetworkDatasetByName

INetworkDataset getNetworkDatasetByName(java.lang.String networkName)
                                        throws java.io.IOException,
                                               AutomationException
The NetworkDataset with the specified name.

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

getNetworkDatasets

IEnumDataset getNetworkDatasets()
                                throws java.io.IOException,
                                       AutomationException
The NetworkDatasets in this container.

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

getNetworkDatasetNames

IEnumDatasetName getNetworkDatasetNames()
                                        throws java.io.IOException,
                                               AutomationException
The names of the NetworkDatasets in this container.

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