com.esri.arcgis.carto
Class ILabelClassDescription2Proxy

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

Deprecated. Internal use only. Proxy for COM Interface 'ILabelClassDescription2'. 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 ILabelClassDescription2Proxy
extends com.esri.arcgis.interop.Dispatch
implements ILabelClassDescription2, 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.ILabelClassDescription2
IID, IIDc9559563_104d_4895_9dbc_e3ef873c50e7
 
Constructor Summary
  ILabelClassDescription2Proxy()
          Deprecated. For internal use only
  ILabelClassDescription2Proxy(java.lang.Object obj)
          Deprecated.  
protected ILabelClassDescription2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILabelClassDescription2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILabelClassDescription2Proxy(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.  
 int getExpressionType()
          Deprecated. ExpressionType.
 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.
 java.lang.String getWhereClause()
          Deprecated. The SQL WhereClause for 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 setExpressionType(int expressionType)
          Deprecated. ExpressionType.
 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.
 void setWhereClause(java.lang.String whereClause)
          Deprecated. The SQL WhereClause for the label.
 
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

ILabelClassDescription2Proxy

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

ILabelClassDescription2Proxy

public ILabelClassDescription2Proxy()
Deprecated. 
For internal use only


ILabelClassDescription2Proxy

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

ILabelClassDescription2Proxy

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

ILabelClassDescription2Proxy

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

getExpressionType

public int getExpressionType()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
ExpressionType.

Specified by:
getExpressionType in interface ILabelClassDescription2
Returns:
A com.esri.arcgis.carto.esriLabelExpressionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpressionType

public void setExpressionType(int expressionType)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
ExpressionType.

Specified by:
setExpressionType in interface ILabelClassDescription2
Parameters:
expressionType - A com.esri.arcgis.carto.esriLabelExpressionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhereClause

public java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The SQL WhereClause for the label.

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

setWhereClause

public void setWhereClause(java.lang.String whereClause)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The SQL WhereClause for the label.

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

getLabelPlacementDescription

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

Specified by:
getLabelPlacementDescription in interface ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
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 ILabelClassDescription2
Parameters:
pMinimumScale - The pMinimumScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.