com.esri.arcgis.carto
Interface IOverposterLayerProperties2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicOverposterLayerProperties, IOverposterLayerProperties2Proxy, MaplexOverposterLayerProperties

public interface IOverposterLayerProperties2
extends java.io.Serializable

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

Description: 'Provides access to members that control the placement of labels or symbols on top of features (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 IIDc1e3c2fd_dcc1_4f7e_be2d_2f989b0b7e6a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isBarrier()
          Indicates if features are treated as barriers to label/symbol placement.
 boolean isHasFeatureWeight()
          Indicates if the layer has a feature weight.
 boolean isPlaceLabels()
          Indicates if labels are placed for the layer.
 boolean isPlaceSymbols()
          Indicates if symbols are placed for the layer.
 boolean isTagUnplaced()
          Indicates if overflow labels are put into a graphics container tagged placed or unplaced.
 void setIsBarrier(boolean isBarrier)
          Indicates if features are treated as barriers to label/symbol placement.
 void setPlaceLabels(boolean place)
          Indicates if labels are placed for the layer.
 void setPlaceSymbols(boolean place)
          Indicates if symbols are placed for the layer.
 void setTagUnplaced(boolean value)
          Indicates if overflow labels are put into a graphics container tagged placed or unplaced.
 

Field Detail

IIDc1e3c2fd_dcc1_4f7e_be2d_2f989b0b7e6a

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

setPlaceLabels

void setPlaceLabels(boolean place)
                    throws java.io.IOException,
                           AutomationException
Indicates if labels are placed for the layer.

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

isPlaceLabels

boolean isPlaceLabels()
                      throws java.io.IOException,
                             AutomationException
Indicates if labels are placed for the layer.

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

setPlaceSymbols

void setPlaceSymbols(boolean place)
                     throws java.io.IOException,
                            AutomationException
Indicates if symbols are placed for the layer.

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

isPlaceSymbols

boolean isPlaceSymbols()
                       throws java.io.IOException,
                              AutomationException
Indicates if symbols are placed for the layer.

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

setIsBarrier

void setIsBarrier(boolean isBarrier)
                  throws java.io.IOException,
                         AutomationException
Indicates if features are treated as barriers to label/symbol placement.

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

isBarrier

boolean isBarrier()
                  throws java.io.IOException,
                         AutomationException
Indicates if features are treated as barriers to label/symbol placement.

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

isTagUnplaced

boolean isTagUnplaced()
                      throws java.io.IOException,
                             AutomationException
Indicates if overflow labels are put into a graphics container tagged placed or unplaced.

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

setTagUnplaced

void setTagUnplaced(boolean value)
                    throws java.io.IOException,
                           AutomationException
Indicates if overflow labels are put into a graphics container tagged placed or unplaced.

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

isHasFeatureWeight

boolean isHasFeatureWeight()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the layer has a feature weight.

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