|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.ILabelClassDescription2Proxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ILabelClassDescription2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ILabelClassDescription2Proxy()
public ILabelClassDescription2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ILabelClassDescription2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ILabelClassDescription2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getExpressionType()
throws java.io.IOException,
AutomationException
getExpressionType in interface ILabelClassDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpressionType(int expressionType)
throws java.io.IOException,
AutomationException
setExpressionType in interface ILabelClassDescription2expressionType - A com.esri.arcgis.carto.esriLabelExpressionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWhereClause()
throws java.io.IOException,
AutomationException
getWhereClause in interface ILabelClassDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWhereClause(java.lang.String whereClause)
throws java.io.IOException,
AutomationException
setWhereClause in interface ILabelClassDescription2whereClause - The whereClause (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILabelPlacementDescription getLabelPlacementDescription()
throws java.io.IOException,
AutomationException
getLabelPlacementDescription in interface ILabelClassDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabelPlacementDescription(ILabelPlacementDescription ppLabelPlacementDescription)
throws java.io.IOException,
AutomationException
setLabelPlacementDescription in interface ILabelClassDescription2ppLabelPlacementDescription - A reference to a com.esri.arcgis.carto.ILabelPlacementDescription (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLabelExpression()
throws java.io.IOException,
AutomationException
getLabelExpression in interface ILabelClassDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabelExpression(java.lang.String labelExpression)
throws java.io.IOException,
AutomationException
setLabelExpression in interface ILabelClassDescription2labelExpression - The labelExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseCodedValue()
throws java.io.IOException,
AutomationException
isUseCodedValue in interface ILabelClassDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseCodedValue(boolean useCodedValue)
throws java.io.IOException,
AutomationException
setUseCodedValue in interface ILabelClassDescription2useCodedValue - The useCodedValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getSymbol()
throws java.io.IOException,
AutomationException
getSymbol in interface ILabelClassDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymbol(ITextSymbol ppSymbol)
throws java.io.IOException,
AutomationException
setSymbol in interface ILabelClassDescription2ppSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaximumScale()
throws java.io.IOException,
AutomationException
getMaximumScale in interface ILabelClassDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumScale(double pMaximumScale)
throws java.io.IOException,
AutomationException
setMaximumScale in interface ILabelClassDescription2pMaximumScale - The pMaximumScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumScale()
throws java.io.IOException,
AutomationException
getMinimumScale in interface ILabelClassDescription2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumScale(double pMinimumScale)
throws java.io.IOException,
AutomationException
setMinimumScale in interface ILabelClassDescription2pMinimumScale - The pMinimumScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||