com.esri.arcgis.geodatabase
Interface INetworkFeature

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComplexEdgeFeature, ComplexJunctionFeature, INetworkFeatureProxy, SimpleEdgeFeature, SimpleJunctionFeature

public interface INetworkFeature
extends java.io.Serializable

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

Description: 'Provides access to members that are common to all features in a GeometricNetwork.' 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 IID317e551c_55fc_11d1_ae55_0000f80372b4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void connect()
          Connect the Feature to the geometrically coincident NetworkFeature.
 IEnumNetEID createNetworkElements()
          Create the necessary NetworkElements in the associated Logical Network.
 void disconnect()
          Disconnect the Feature from all connected NetworkFeatures.
 IGeometricNetwork getGeometricNetwork()
          The containing GeometricNetwork.
 boolean isEnabled()
          Indicates whether the NetworkFeature is open or not (i.e., closed).
 void onDisconnect()
          Preparation for disconnecting the NetworkFeature.
 void setEnabled(boolean isEnabled)
          Indicates whether the NetworkFeature is open or not (i.e., closed).
 

Field Detail

IID317e551c_55fc_11d1_ae55_0000f80372b4

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

getGeometricNetwork

IGeometricNetwork getGeometricNetwork()
                                      throws java.io.IOException,
                                             AutomationException
The containing GeometricNetwork.

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

isEnabled

boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the NetworkFeature is open or not (i.e., closed).

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

setEnabled

void setEnabled(boolean isEnabled)
                throws java.io.IOException,
                       AutomationException
Indicates whether the NetworkFeature is open or not (i.e., closed).

Parameters:
isEnabled - The isEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connect

void connect()
             throws java.io.IOException,
                    AutomationException
Connect the Feature to the geometrically coincident NetworkFeature.

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

disconnect

void disconnect()
                throws java.io.IOException,
                       AutomationException
Disconnect the Feature from all connected NetworkFeatures.

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

onDisconnect

void onDisconnect()
                  throws java.io.IOException,
                         AutomationException
Preparation for disconnecting the NetworkFeature.

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

createNetworkElements

IEnumNetEID createNetworkElements()
                                  throws java.io.IOException,
                                         AutomationException
Create the necessary NetworkElements in the associated Logical Network.

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