|
|||||||||
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.IBasicOverposterLayerProperties3Proxy
Description: 'Provides access to members that control the placement of labels relative to features using conflict detection.' 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 IBasicOverposterLayerProperties3Proxy
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.IBasicOverposterLayerProperties3 |
---|
IID, IID7bdbb1ec_e951_4058_8140_d5cd88556613 |
Constructor Summary | |
---|---|
|
IBasicOverposterLayerProperties3Proxy()
Deprecated. For internal use only |
|
IBasicOverposterLayerProperties3Proxy(java.lang.Object obj)
Deprecated. |
protected |
IBasicOverposterLayerProperties3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IBasicOverposterLayerProperties3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IBasicOverposterLayerProperties3Proxy(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. |
double |
getBufferRatio()
Deprecated. Label buffer ratio. |
int |
getFeatureType()
Deprecated. Feature type. |
int |
getFeatureWeight()
Deprecated. Barrier weighting for features in the layer. |
int |
getLabelWeight()
Deprecated. Barrier weighting for labels in the layer. |
ILineLabelPlacementPriorities |
getLineLabelPlacementPriorities()
Deprecated. Line label placement position priority options. |
ILineLabelPosition |
getLineLabelPosition()
Deprecated. Line label placement position options. |
double |
getLineOffset()
Deprecated. Offset in map units at which labels will be placed away from line features. |
double |
getMaxDistanceFromTarget()
Deprecated. Maximum distance in map units the label is allowed to be away from the feature. |
int |
getNumLabelsOption()
Deprecated. Feature labeling option for the layer. |
java.lang.Object |
getPointPlacementAngles()
Deprecated. Point label placement angle(s). |
int |
getPointPlacementMethod()
Deprecated. Point label placement method. |
IPointPlacementPriorities |
getPointPlacementPriorities()
Deprecated. Point label placement position priority options. |
java.lang.String |
getRotationField()
Deprecated. The attribute field that contains the label angle. |
int |
getRotationType()
Deprecated. Defines the format is the rotation field in. |
boolean |
isGenerateUnplacedLabels()
Deprecated. Indicates if unplaced labels are generated. |
boolean |
isPerpendicularToAngle()
Deprecated. Indicates whether the label should be drawn perpendicular to the angle. |
boolean |
isPointPlacementOnTop()
Deprecated. Indicates if point labels are placed on top of features. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBufferRatio(double bufferRatio)
Deprecated. Label buffer ratio. |
void |
setFeatureType(int type)
Deprecated. Feature type. |
void |
setFeatureWeight(int weight)
Deprecated. Barrier weighting for features in the layer. |
void |
setGenerateUnplacedLabels(boolean flag)
Deprecated. Indicates if unplaced labels are generated. |
void |
setLabelWeight(int weight)
Deprecated. Barrier weighting for labels in the layer. |
void |
setLineLabelPlacementPriorities(ILineLabelPlacementPriorities linePlacementPriorities)
Deprecated. Line label placement position priority options. |
void |
setLineLabelPosition(ILineLabelPosition position)
Deprecated. Line label placement position options. |
void |
setLineOffset(double lineOffset)
Deprecated. Offset in map units at which labels will be placed away from line features. |
void |
setMaxDistanceFromTarget(double distance)
Deprecated. Maximum distance in map units the label is allowed to be away from the feature. |
void |
setNumLabelsOption(int option)
Deprecated. Feature labeling option for the layer. |
void |
setPerpendicularToAngle(boolean flag)
Deprecated. Indicates whether the label should be drawn perpendicular to the angle. |
void |
setPointPlacementAngles(java.lang.Object angles)
Deprecated. Point label placement angle(s). |
void |
setPointPlacementMethod(int method)
Deprecated. Point label placement method. |
void |
setPointPlacementOnTop(boolean onTop)
Deprecated. Indicates if point labels are placed on top of features. |
void |
setPointPlacementPriorities(IPointPlacementPriorities pointPlacementPriorities)
Deprecated. Point label placement position priority options. |
void |
setRotationField(java.lang.String field)
Deprecated. The attribute field that contains the label angle. |
void |
setRotationType(int type)
Deprecated. Defines the format is the rotation field in. |
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 IBasicOverposterLayerProperties3Proxy(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 IBasicOverposterLayerProperties3Proxy()
public IBasicOverposterLayerProperties3Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IBasicOverposterLayerProperties3Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IBasicOverposterLayerProperties3Proxy(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 int getFeatureType() throws java.io.IOException, AutomationException
getFeatureType
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureType(int type) throws java.io.IOException, AutomationException
setFeatureType
in interface IBasicOverposterLayerProperties3
type
- A com.esri.arcgis.carto.esriBasicOverposterFeatureType constant (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 IBasicOverposterLayerProperties3
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 IBasicOverposterLayerProperties3
weight
- A com.esri.arcgis.carto.esriBasicOverposterWeight 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 IBasicOverposterLayerProperties3
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 IBasicOverposterLayerProperties3
weight
- A com.esri.arcgis.carto.esriBasicOverposterWeight constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumLabelsOption() throws java.io.IOException, AutomationException
getNumLabelsOption
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNumLabelsOption(int option) throws java.io.IOException, AutomationException
setNumLabelsOption
in interface IBasicOverposterLayerProperties3
option
- A com.esri.arcgis.carto.esriBasicNumLabelsOption constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineLabelPosition getLineLabelPosition() throws java.io.IOException, AutomationException
getLineLabelPosition
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineLabelPosition(ILineLabelPosition position) throws java.io.IOException, AutomationException
setLineLabelPosition
in interface IBasicOverposterLayerProperties3
position
- A reference to a com.esri.arcgis.carto.ILineLabelPosition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineLabelPlacementPriorities getLineLabelPlacementPriorities() throws java.io.IOException, AutomationException
getLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineLabelPlacementPriorities(ILineLabelPlacementPriorities linePlacementPriorities) throws java.io.IOException, AutomationException
setLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties3
linePlacementPriorities
- A reference to a com.esri.arcgis.carto.ILineLabelPlacementPriorities (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isGenerateUnplacedLabels() throws java.io.IOException, AutomationException
isGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGenerateUnplacedLabels(boolean flag) throws java.io.IOException, AutomationException
setGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties3
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPointPlacementMethod() throws java.io.IOException, AutomationException
getPointPlacementMethod
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointPlacementMethod(int method) throws java.io.IOException, AutomationException
setPointPlacementMethod
in interface IBasicOverposterLayerProperties3
method
- A com.esri.arcgis.carto.esriOverposterPointPlacementMethod constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPointPlacementOnTop() throws java.io.IOException, AutomationException
isPointPlacementOnTop
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointPlacementOnTop(boolean onTop) throws java.io.IOException, AutomationException
setPointPlacementOnTop
in interface IBasicOverposterLayerProperties3
onTop
- The onTop (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPointPlacementPriorities getPointPlacementPriorities() throws java.io.IOException, AutomationException
getPointPlacementPriorities
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointPlacementPriorities(IPointPlacementPriorities pointPlacementPriorities) throws java.io.IOException, AutomationException
setPointPlacementPriorities
in interface IBasicOverposterLayerProperties3
pointPlacementPriorities
- A reference to a com.esri.arcgis.carto.IPointPlacementPriorities (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getPointPlacementAngles() throws java.io.IOException, AutomationException
getPointPlacementAngles
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointPlacementAngles(java.lang.Object angles) throws java.io.IOException, AutomationException
setPointPlacementAngles
in interface IBasicOverposterLayerProperties3
angles
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBufferRatio() throws java.io.IOException, AutomationException
getBufferRatio
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBufferRatio(double bufferRatio) throws java.io.IOException, AutomationException
setBufferRatio
in interface IBasicOverposterLayerProperties3
bufferRatio
- The bufferRatio (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLineOffset() throws java.io.IOException, AutomationException
getLineOffset
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineOffset(double lineOffset) throws java.io.IOException, AutomationException
setLineOffset
in interface IBasicOverposterLayerProperties3
lineOffset
- The lineOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxDistanceFromTarget() throws java.io.IOException, AutomationException
getMaxDistanceFromTarget
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxDistanceFromTarget(double distance) throws java.io.IOException, AutomationException
setMaxDistanceFromTarget
in interface IBasicOverposterLayerProperties3
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRotationType() throws java.io.IOException, AutomationException
getRotationType
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRotationType(int type) throws java.io.IOException, AutomationException
setRotationType
in interface IBasicOverposterLayerProperties3
type
- A com.esri.arcgis.carto.esriLabelRotationType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRotationField() throws java.io.IOException, AutomationException
getRotationField
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRotationField(java.lang.String field) throws java.io.IOException, AutomationException
setRotationField
in interface IBasicOverposterLayerProperties3
field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPerpendicularToAngle() throws java.io.IOException, AutomationException
isPerpendicularToAngle
in interface IBasicOverposterLayerProperties3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPerpendicularToAngle(boolean flag) throws java.io.IOException, AutomationException
setPerpendicularToAngle
in interface IBasicOverposterLayerProperties3
flag
- The flag (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 |