|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInNetworkDatasetContainer
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 |
---|
static final int IIDbd7acddc_c32a_4068_925b_9c3eb1345f04
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getNetworkDatasetCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetworkDataset getNetworkDataset(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetworkDataset getNetworkDatasetByName(java.lang.String networkName) throws java.io.IOException, AutomationException
networkName
- The networkName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDataset getNetworkDatasets() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumDatasetName getNetworkDatasetNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |