com.esri.arcgis.carto
Class ILabelClassDescriptionProxy

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

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

Description: 'Provides access to the Label Class Description Interface.' 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 ILabelClassDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements ILabelClassDescription, 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.ILabelClassDescription
IID, IID63882c74_6b36_497b_9e27_efd67226e583
 
Constructor Summary
  ILabelClassDescriptionProxy()
          Deprecated. For internal use only
  ILabelClassDescriptionProxy(java.lang.Object obj)
          Deprecated.  
protected ILabelClassDescriptionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILabelClassDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILabelClassDescriptionProxy(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.  
 java.lang.String getLabelExpression()
          Deprecated. The Label Expression.
 ILabelPlacementDescription getLabelPlacementDescription()
          Deprecated. LabelPlacementDescription.
 double getMaximumScale()
          Deprecated. Maximum scale at which the symbol will display.
 double getMinimumScale()
          Deprecated. Minimum scale at which the symbol will display.
 ITextSymbol getSymbol()
          Deprecated. The text symbol used to draw the label.
 boolean isUseCodedValue()
          Deprecated. Indicates whether Coded Value Should be used when displaying label expression.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setLabelExpression(java.lang.String labelExpression)
          Deprecated. The Label Expression.
 void setLabelPlacementDescription(ILabelPlacementDescription ppLabelPlacementDescription)
          Deprecated. LabelPlacementDescription.
 void setMaximumScale(double pMaximumScale)
          Deprecated. Maximum scale at which the symbol will display.
 void setMinimumScale(double pMinimumScale)
          Deprecated. Minimum scale at which the symbol will display.
 void setSymbol(ITextSymbol ppSymbol)
          Deprecated. The text symbol used to draw the label.
 void setUseCodedValue(boolean useCodedValue)
          Deprecated. Indicates whether Coded Value Should be used when displaying label expression.
 
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

ILabelClassDescriptionProxy

public ILabelClassDescriptionProxy(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

ILabelClassDescriptionProxy

public ILabelClassDescriptionProxy()
Deprecated. 
For internal use only


ILabelClassDescriptionProxy

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

ILabelClassDescriptionProxy

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

ILabelClassDescriptionProxy

protected ILabelClassDescriptionProxy(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

getLabelPlacementDescription

public ILabelPlacementDescription getLabelPlacementDescription()
                                                        throws java.io.IOException,
                                                               AutomationException
Deprecated. 
LabelPlacementDescription.

Specified by:
getLabelPlacementDescription in interface ILabelClassDescription
Returns:
A reference to a com.esri.arcgis.carto.ILabelPlacementDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabelPlacementDescription

public void setLabelPlacementDescription(ILabelPlacementDescription ppLabelPlacementDescription)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
LabelPlacementDescription.

Specified by:
setLabelPlacementDescription in interface ILabelClassDescription
Parameters:
ppLabelPlacementDescription - A reference to a com.esri.arcgis.carto.ILabelPlacementDescription (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabelExpression

public java.lang.String getLabelExpression()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The Label Expression.

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

setLabelExpression

public void setLabelExpression(java.lang.String labelExpression)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The Label Expression.

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

isUseCodedValue

public boolean isUseCodedValue()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether Coded Value Should be used when displaying label expression.

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

setUseCodedValue

public void setUseCodedValue(boolean useCodedValue)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether Coded Value Should be used when displaying label expression.

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

getSymbol

public ITextSymbol getSymbol()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The text symbol used to draw the label.

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

setSymbol

public void setSymbol(ITextSymbol ppSymbol)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The text symbol used to draw the label.

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

getMaximumScale

public double getMaximumScale()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Maximum scale at which the symbol will display.

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

setMaximumScale

public void setMaximumScale(double pMaximumScale)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Maximum scale at which the symbol will display.

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

getMinimumScale

public double getMinimumScale()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Minimum scale at which the symbol will display.

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

setMinimumScale

public void setMinimumScale(double pMinimumScale)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Minimum scale at which the symbol will display.

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