com.esri.arcgis.carto
Interface IMapBarriers

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapBarriersProxy, Map

public interface IMapBarriers
extends java.io.Serializable

COM Interface 'IMapBarriers'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control map 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 IID
          Deprecated. Internal use only
static int IID2c616e2f_b074_4119_868a_caa5115f5961
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IBarrierCollection getBarriers2(IEnvelope pExtent, ITrackCancel pTrackCancel)
          The list of barriers and their weight for labeling.
 

Field Detail

IID2c616e2f_b074_4119_868a_caa5115f5961

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

getBarriers2

IBarrierCollection getBarriers2(IEnvelope pExtent,
                                ITrackCancel pTrackCancel)
                                throws java.io.IOException,
                                       AutomationException
The list of barriers and their weight for labeling.

Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
A reference to a com.esri.arcgis.carto.IBarrierCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.