com.esri.arcgis.carto
Interface IMapBarriers2

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

public interface IMapBarriers2
extends java.io.Serializable

COM Interface 'IMapBarriers2'. 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 IID77af76b1_b80a_ded2_331b_cb3f50e50f2a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IBarrierCollection getBarriers3(IEnvelope pExtent, double scale, ITrackCancel pTrackCancel)
          The list of barriers and their weight for labeling.
 

Field Detail

IID77af76b1_b80a_ded2_331b_cb3f50e50f2a

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

getBarriers3

IBarrierCollection getBarriers3(IEnvelope pExtent,
                                double scale,
                                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)
scale - The scale (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.