com.esri.arcgis.carto
Interface IBarrierProperties2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, ChartRenderer, ClassBreaksRenderer, CompositeGraphicsLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, GraphicsSubLayer, IBarrierProperties2Proxy, ProportionalSymbolRenderer

public interface IBarrierProperties2
extends java.io.Serializable

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

Description: 'Provides access to members that control how objects (text, features, graphics) act as barriers for labelling with the cancel tracker.' 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 IIDe2d07333_5605_4ea6_87bd_7830927452e0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getWeight()
          Weight of the barriers for this layer.
 void queryBarriers(IDisplay display, IGeometryCollection pBarriers, IEnvelope extent, ITrackCancel trackCancel)
          List of barriers within the specified extent, or all barriers if no extent given.
 void setWeight(int weight)
          Weight of the barriers for this layer.
 

Field Detail

IIDe2d07333_5605_4ea6_87bd_7830927452e0

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

getWeight

int getWeight()
              throws java.io.IOException,
                     AutomationException
Weight of the barriers for this layer.

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

setWeight

void setWeight(int weight)
               throws java.io.IOException,
                      AutomationException
Weight of the barriers for this layer.

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

queryBarriers

void queryBarriers(IDisplay display,
                   IGeometryCollection pBarriers,
                   IEnvelope extent,
                   ITrackCancel trackCancel)
                   throws java.io.IOException,
                          AutomationException
List of barriers within the specified extent, or all barriers if no extent given.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
pBarriers - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.