com.esri.arcgis.carto
Class IOverposterOptionsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IOverposterOptionsProxy
All Implemented Interfaces:
IOverposterOptions, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IOverposterOptions'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to overposter options.' 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 =

public class IOverposterOptionsProxy
extends com.esri.arcgis.interop.Dispatch
implements IOverposterOptions, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IOverposterOptions
IID, IID8112f1a9_0ecd_4e5e_977c_80b358a574b9
 
Constructor Summary
  IOverposterOptionsProxy()
          Deprecated. For internal use only
  IOverposterOptionsProxy(java.lang.Object obj)
          Deprecated.  
protected IOverposterOptionsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IOverposterOptionsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IOverposterOptionsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 double getInvertedLabelTolerance()
          Deprecated. The angle at which the label orientation is switched.
 IColor getUnplacedLabelColor()
          Deprecated. The color with which unplaced labels are drawn.
 boolean isEnableDrawUnplaced()
          Deprecated. Indicates whether the unplaced labels are drawn.
 boolean isEnableLabelCache()
          Deprecated. Indicates whether labels are returned from cache or placement run.
 boolean isRotateLabelWithDataFrame()
          Deprecated. Indicates if labels are rotated if the data frame is rotated.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setEnableDrawUnplaced(boolean flag)
          Deprecated. Indicates whether the unplaced labels are drawn.
 void setEnableLabelCache(boolean flag)
          Deprecated. Indicates whether labels are returned from cache or placement run.
 void setInvertedLabelTolerance(double angle)
          Deprecated. The angle at which the label orientation is switched.
 void setRotateLabelWithDataFrame(boolean flag)
          Deprecated. Indicates if labels are rotated if the data frame is rotated.
 void setUnplacedLabelColorByRef(IColor color)
          Deprecated. The color with which unplaced labels are drawn.
 void stackLabel(ILabelEngineLayerProperties layerProps, boolean forceStack, java.lang.String labelIn, boolean[] stacked, java.lang.String[] labelOut)
          Deprecated. Provides the option to stack a label based on the current overposter properties.
 void translateLabel(ILabelEngineLayerProperties layerProps, java.lang.String labelIn, boolean[] translated, java.lang.String[] labelOut)
          Deprecated. Provides the option to translate a label based on the current overposter properties.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IOverposterOptionsProxy

public IOverposterOptionsProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IOverposterOptionsProxy

public IOverposterOptionsProxy()
Deprecated. 
For internal use only


IOverposterOptionsProxy

public IOverposterOptionsProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IOverposterOptionsProxy

protected IOverposterOptionsProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IOverposterOptionsProxy

protected IOverposterOptionsProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

translateLabel

public void translateLabel(ILabelEngineLayerProperties layerProps,
                           java.lang.String labelIn,
                           boolean[] translated,
                           java.lang.String[] labelOut)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Provides the option to translate a label based on the current overposter properties.

Specified by:
translateLabel in interface IOverposterOptions
Parameters:
layerProps - A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)
labelIn - The labelIn (in)
translated - The translated (out: use single element array)
labelOut - The labelOut (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stackLabel

public void stackLabel(ILabelEngineLayerProperties layerProps,
                       boolean forceStack,
                       java.lang.String labelIn,
                       boolean[] stacked,
                       java.lang.String[] labelOut)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Provides the option to stack a label based on the current overposter properties.

Specified by:
stackLabel in interface IOverposterOptions
Parameters:
layerProps - A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)
forceStack - The forceStack (in)
labelIn - The labelIn (in)
stacked - The stacked (out: use single element array)
labelOut - The labelOut (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnableLabelCache

public boolean isEnableLabelCache()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether labels are returned from cache or placement run.

Specified by:
isEnableLabelCache in interface IOverposterOptions
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEnableLabelCache

public void setEnableLabelCache(boolean flag)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether labels are returned from cache or placement run.

Specified by:
setEnableLabelCache in interface IOverposterOptions
Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnableDrawUnplaced

public boolean isEnableDrawUnplaced()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether the unplaced labels are drawn.

Specified by:
isEnableDrawUnplaced in interface IOverposterOptions
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEnableDrawUnplaced

public void setEnableDrawUnplaced(boolean flag)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether the unplaced labels are drawn.

Specified by:
setEnableDrawUnplaced in interface IOverposterOptions
Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUnplacedLabelColorByRef

public void setUnplacedLabelColorByRef(IColor color)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The color with which unplaced labels are drawn.

Specified by:
setUnplacedLabelColorByRef in interface IOverposterOptions
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUnplacedLabelColor

public IColor getUnplacedLabelColor()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The color with which unplaced labels are drawn.

Specified by:
getUnplacedLabelColor in interface IOverposterOptions
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInvertedLabelTolerance

public void setInvertedLabelTolerance(double angle)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The angle at which the label orientation is switched.

Specified by:
setInvertedLabelTolerance in interface IOverposterOptions
Parameters:
angle - The angle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInvertedLabelTolerance

public double getInvertedLabelTolerance()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The angle at which the label orientation is switched.

Specified by:
getInvertedLabelTolerance in interface IOverposterOptions
Returns:
The angle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRotateLabelWithDataFrame

public void setRotateLabelWithDataFrame(boolean flag)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if labels are rotated if the data frame is rotated.

Specified by:
setRotateLabelWithDataFrame in interface IOverposterOptions
Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRotateLabelWithDataFrame

public boolean isRotateLabelWithDataFrame()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates if labels are rotated if the data frame is rotated.

Specified by:
isRotateLabelWithDataFrame in interface IOverposterOptions
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.