com.esri.arcgis.datasourcesfile
Interface ISMNetBarrier

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISMNetBarrierProxy, SMNetBarrier

public interface ISMNetBarrier
extends java.io.Serializable

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

Description: 'Deprecated as of 10.1. Provides access to the network barrier properties.' 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_GET_NAME
           
static java.lang.String DISPID_1_PUT_NAME
           
static java.lang.String DISPID_2_GET_NAME
           
static java.lang.String DISPID_2_PUT_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf8b65ffc_5850_11d7_b321_008048db11de
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBarrierID()
          The network barrier ID.
 ISMRouterPoint getPoint()
          Geographic location of the barrier.
 void setBarrierID(int pVal)
          The network barrier ID.
 void setPoint(ISMRouterPoint pVal)
          Geographic location of the barrier.
 

Field Detail

IIDf8b65ffc_5850_11d7_b321_008048db11de

static final int IIDf8b65ffc_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_GET_NAME

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

DISPID_1_PUT_NAME

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

DISPID_2_GET_NAME

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

DISPID_2_PUT_NAME

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

getBarrierID

int getBarrierID()
                 throws java.io.IOException,
                        AutomationException
The network barrier ID.

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

setBarrierID

void setBarrierID(int pVal)
                  throws java.io.IOException,
                         AutomationException
The network barrier ID.

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

getPoint

ISMRouterPoint getPoint()
                        throws java.io.IOException,
                               AutomationException
Geographic location of the barrier.

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

setPoint

void setPoint(ISMRouterPoint pVal)
              throws java.io.IOException,
                     AutomationException
Geographic location of the barrier.

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