com.esri.arcgis.datasourcesfile
Interface ISMNetBarriersCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISMNetBarriersCollectionProxy, SMNetBarriersCollection

public interface ISMNetBarriersCollection
extends java.io.Serializable

COM Interface 'ISMNetBarriersCollection'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Deprecated as of 10.1. Provides access to the collection of network barriers.' 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 DISPID_1_NAME
           
static java.lang.String DISPID_2_NAME
           
static java.lang.String DISPID_3_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf8b65fff_5850_11d7_b321_008048db11de
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(ISMNetBarrier pItem)
          Adds a barrier to the collection.
 void clear()
          Removes all barriers from the collection.
 void remove(int lID)
          Removes a barrier with a specified ID from the collection.
 

Field Detail

IIDf8b65fff_5850_11d7_b321_008048db11de

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

DISPID_1_NAME

static final java.lang.String DISPID_1_NAME
See Also:
Constant Field Values

DISPID_2_NAME

static final java.lang.String DISPID_2_NAME
See Also:
Constant Field Values

DISPID_3_NAME

static final java.lang.String DISPID_3_NAME
See Also:
Constant Field Values
Method Detail

add

void add(ISMNetBarrier pItem)
         throws java.io.IOException,
                AutomationException
Adds a barrier to the collection.

Parameters:
pItem - A reference to a com.esri.arcgis.datasourcesfile.ISMNetBarrier (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int lID)
            throws java.io.IOException,
                   AutomationException
Removes a barrier with a specified ID from the collection.

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

clear

void clear()
           throws java.io.IOException,
                  AutomationException
Removes all barriers from the collection.

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