|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IACLabelRendererProxy
Description: 'Provides access to members that control ArcIMS label renderer.' 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 IACLabelRendererProxy
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.IACLabelRenderer |
---|
IID, IIDd71e6435_e35b_4ece_9d3f_e8d4bd66ca21 |
Constructor Summary | |
---|---|
|
IACLabelRendererProxy()
Deprecated. For internal use only |
|
IACLabelRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
IACLabelRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IACLabelRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IACLabelRendererProxy(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 |
getFeatureWeight()
Deprecated. The feature weight to prioritize the importance of features. |
int |
getHowManyLabels()
Deprecated. Determines how often a feature will be labeled. |
double |
getLabelBufferRatio()
Deprecated. The buffer range around the label where no other labels will overlap. |
java.lang.String |
getLabelField()
Deprecated. The name of the Field. |
java.lang.String |
getLabelProperties()
Deprecated. The label properties. |
IACSymbol |
getLabelSymbol()
Deprecated. Text symbol used to draw the labels. |
int |
getLabelWeight()
Deprecated. The label weight to prioritize the importance of labels. |
int |
getLineLabelPosition()
Deprecated. Determines where on the line to place the label. |
java.lang.String |
getRotationalAngles()
Deprecated. The rotation angle of this label. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setFeatureWeight(int weight)
Deprecated. The feature weight to prioritize the importance of features. |
void |
setHowManyLabels(int numLabels)
Deprecated. Determines how often a feature will be labeled. |
void |
setLabelBufferRatio(double ratio)
Deprecated. The buffer range around the label where no other labels will overlap. |
void |
setLabelField(java.lang.String name)
Deprecated. The name of the Field. |
void |
setLabelProperties(java.lang.String props)
Deprecated. The label properties. |
void |
setLabelSymbol(IACSymbol symbol)
Deprecated. Text symbol used to draw the labels. |
void |
setLabelWeight(int weight)
Deprecated. The label weight to prioritize the importance of labels. |
void |
setLineLabelPosition(int lineLabelPosition)
Deprecated. Determines where on the line to place the label. |
void |
setRotationalAngles(java.lang.String angles)
Deprecated. The rotation angle of this 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 IACLabelRendererProxy(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.IOException
public IACLabelRendererProxy()
public IACLabelRendererProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IACLabelRendererProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IACLabelRendererProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IACSymbol getLabelSymbol() throws java.io.IOException, AutomationException
getLabelSymbol
in interface IACLabelRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelSymbol(IACSymbol symbol) throws java.io.IOException, AutomationException
setLabelSymbol
in interface IACLabelRenderer
symbol
- A reference to a com.esri.arcgis.carto.IACSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLabelField() throws java.io.IOException, AutomationException
getLabelField
in interface IACLabelRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelField(java.lang.String name) throws java.io.IOException, AutomationException
setLabelField
in interface IACLabelRenderer
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFeatureWeight() throws java.io.IOException, AutomationException
getFeatureWeight
in interface IACLabelRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureWeight(int weight) throws java.io.IOException, AutomationException
setFeatureWeight
in interface IACLabelRenderer
weight
- A com.esri.arcgis.carto.acLabelWeight constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLabelWeight() throws java.io.IOException, AutomationException
getLabelWeight
in interface IACLabelRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelWeight(int weight) throws java.io.IOException, AutomationException
setLabelWeight
in interface IACLabelRenderer
weight
- A com.esri.arcgis.carto.acLabelWeight constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLabelBufferRatio() throws java.io.IOException, AutomationException
getLabelBufferRatio
in interface IACLabelRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelBufferRatio(double ratio) throws java.io.IOException, AutomationException
setLabelBufferRatio
in interface IACLabelRenderer
ratio
- The ratio (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLabelProperties() throws java.io.IOException, AutomationException
getLabelProperties
in interface IACLabelRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelProperties(java.lang.String props) throws java.io.IOException, AutomationException
setLabelProperties
in interface IACLabelRenderer
props
- The props (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRotationalAngles() throws java.io.IOException, AutomationException
getRotationalAngles
in interface IACLabelRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRotationalAngles(java.lang.String angles) throws java.io.IOException, AutomationException
setRotationalAngles
in interface IACLabelRenderer
angles
- The angles (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHowManyLabels() throws java.io.IOException, AutomationException
getHowManyLabels
in interface IACLabelRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHowManyLabels(int numLabels) throws java.io.IOException, AutomationException
setHowManyLabels
in interface IACLabelRenderer
numLabels
- A com.esri.arcgis.carto.acNumLabels constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLineLabelPosition() throws java.io.IOException, AutomationException
getLineLabelPosition
in interface IACLabelRenderer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineLabelPosition(int lineLabelPosition) throws java.io.IOException, AutomationException
setLineLabelPosition
in interface IACLabelRenderer
lineLabelPosition
- A com.esri.arcgis.carto.acLineLabelPosition constant (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 |