|
|||||||||
| 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.ILabelClassDescriptionProxy
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
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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ILabelClassDescriptionProxy(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 ILabelClassDescriptionProxy()
public ILabelClassDescriptionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ILabelClassDescriptionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ILabelClassDescriptionProxy(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 ILabelPlacementDescription getLabelPlacementDescription()
throws java.io.IOException,
AutomationException
getLabelPlacementDescription in interface ILabelClassDescriptionjava.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 ILabelClassDescriptionppLabelPlacementDescription - 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 ILabelClassDescriptionjava.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 ILabelClassDescriptionlabelExpression - 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 ILabelClassDescriptionjava.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 ILabelClassDescriptionuseCodedValue - 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 ILabelClassDescriptionjava.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 ILabelClassDescriptionppSymbol - 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 ILabelClassDescriptionjava.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 ILabelClassDescriptionpMaximumScale - 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 ILabelClassDescriptionjava.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 ILabelClassDescriptionpMinimumScale - 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 | ||||||||