com.esri.arcgis.geodatabase
Interface INetworkUpdate

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkUpdateProxy, StreetNetwork, UtilityNetwork

public interface INetworkUpdate
extends java.io.Serializable

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

Description: 'Provides access to members that start and end sessions for updating the attributes, schema, and topology of the network.' 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 IID051c9860_1880_11d2_b289_0000f878229e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isAttributesBeingUpdated()
          Indicates if the attributes of the network are currently being updated.
 boolean isSchemaBeingUpdated()
          Indicates if the schema of the network is currently being updated.
 boolean isTopologyBeingUpdated()
          Indicates if the topology of the network is currently being updated.
 void startAttributesUpdating()
          Starts a session for updating the attributes of the network.
 void startSchemaUpdating()
          Starts a session for updating the schema of the network.
 void startTopologyUpdating()
          Starts a session for updating the topology of the network.
 void stopAttributesUpdating()
          Ends the session for updating the attributes of the network.
 void stopSchemaUpdating()
          Ends the session for updating the schema for the network.
 void stopTopologyUpdating()
          Ends the session for updating the topology of the network.
 

Field Detail

IID051c9860_1880_11d2_b289_0000f878229e

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

startSchemaUpdating

void startSchemaUpdating()
                         throws java.io.IOException,
                                AutomationException
Starts a session for updating the schema of the network.

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

stopSchemaUpdating

void stopSchemaUpdating()
                        throws java.io.IOException,
                               AutomationException
Ends the session for updating the schema for the network.

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

isSchemaBeingUpdated

boolean isSchemaBeingUpdated()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the schema of the network is currently being updated.

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

startTopologyUpdating

void startTopologyUpdating()
                           throws java.io.IOException,
                                  AutomationException
Starts a session for updating the topology of the network.

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

stopTopologyUpdating

void stopTopologyUpdating()
                          throws java.io.IOException,
                                 AutomationException
Ends the session for updating the topology of the network.

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

isTopologyBeingUpdated

boolean isTopologyBeingUpdated()
                               throws java.io.IOException,
                                      AutomationException
Indicates if the topology of the network is currently being updated.

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

startAttributesUpdating

void startAttributesUpdating()
                             throws java.io.IOException,
                                    AutomationException
Starts a session for updating the attributes of the network.

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

stopAttributesUpdating

void stopAttributesUpdating()
                            throws java.io.IOException,
                                   AutomationException
Ends the session for updating the attributes of the network.

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

isAttributesBeingUpdated

boolean isAttributesBeingUpdated()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the attributes of the network are currently being updated.

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