com.esri.arcgis.catalogUI
Interface INetworkDatasetDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkDatasetDialogProxy, NetworkDatasetDialog

public interface INetworkDatasetDialog
extends java.io.Serializable

COM Interface 'INetworkDatasetDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that show dialogs for creating and editing network 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 IID9d465195_f9bb_4d61_b4ea_b3f867f6ca03
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INetworkDataset doModalAdvancedCreateNetwork(IFeatureDatasetName fdsName, int parentWindow)
          Prompts the user to define a new network dataset.
 INetworkDataset doModalCreateNetwork(IFeatureClassName lineClassName, int parentWindow)
          Prompts the user to define a new network dataset.
 INetworkDataset doModalDataElementCreateNetwork(IDatasetContainer2 datasetContainer, IDENetworkDataset netDataElement, int parentWindow)
          Prompts the user to define a new network dataset.
 void doModalEdit(INetworkDataset network, int parentWindow)
          Shows the properties of a network dataset.
 

Field Detail

IID9d465195_f9bb_4d61_b4ea_b3f867f6ca03

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

doModalCreateNetwork

INetworkDataset doModalCreateNetwork(IFeatureClassName lineClassName,
                                     int parentWindow)
                                     throws java.io.IOException,
                                            AutomationException
Prompts the user to define a new network dataset.

Parameters:
lineClassName - A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
parentWindow - The parentWindow (A COM typedef) (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.

doModalAdvancedCreateNetwork

INetworkDataset doModalAdvancedCreateNetwork(IFeatureDatasetName fdsName,
                                             int parentWindow)
                                             throws java.io.IOException,
                                                    AutomationException
Prompts the user to define a new network dataset.

Parameters:
fdsName - A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)
parentWindow - The parentWindow (A COM typedef) (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.

doModalDataElementCreateNetwork

INetworkDataset doModalDataElementCreateNetwork(IDatasetContainer2 datasetContainer,
                                                IDENetworkDataset netDataElement,
                                                int parentWindow)
                                                throws java.io.IOException,
                                                       AutomationException
Prompts the user to define a new network dataset.

Parameters:
datasetContainer - A reference to a com.esri.arcgis.geodatabase.IDatasetContainer2 (in)
netDataElement - A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset (in)
parentWindow - The parentWindow (A COM typedef) (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.

doModalEdit

void doModalEdit(INetworkDataset network,
                 int parentWindow)
                 throws java.io.IOException,
                        AutomationException
Shows the properties of a network dataset.

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