|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.BasicOverposterLayerProperties
public class BasicOverposterLayerProperties
Controls the placement of labels or symbols relative to features using conflict detection.
Constructor Summary | |
---|---|
BasicOverposterLayerProperties()
Constructs a BasicOverposterLayerProperties using ArcGIS Engine. |
|
BasicOverposterLayerProperties(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. BasicOverposterLayerProperties theBasicOverposterLayerProperties = (BasicOverposterLayerProperties) obj; |
Method Summary | |
---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
boolean |
equals(Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
double |
getBufferRatio()
Label buffer ratio. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
int |
getFeatureType()
Feature type. |
int |
getFeatureWeight()
Barrier weighting for features in the layer. |
int |
getLabelWeight()
Barrier weighting for labels in the layer. |
ILineLabelPlacementPriorities |
getLineLabelPlacementPriorities()
Line label placement position priority options. |
ILineLabelPosition |
getLineLabelPosition()
Line label placement position options. |
double |
getLineOffset()
Offset in map units at which labels will be placed away from line features. |
double |
getMaxDistanceFromTarget()
Maximum distance in map units the label is allowed to be away from the feature. |
int |
getNumLabelsOption()
Feature labeling option for the layer. |
Object |
getPointPlacementAngles()
Point label placement angle(s). |
int |
getPointPlacementMethod()
Point label placement method. |
IPointPlacementPriorities |
getPointPlacementPriorities()
Point label placement position priority options. |
int |
getPolygonPlacementMethod()
Polygon label placement method. |
String |
getRotationField()
The attribute field that contains the label angle. |
int |
getRotationType()
Defines the format is the rotation field in. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
boolean |
isBarrier()
Indicates if features are treated as barriers to label/symbol placement. |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isGenerateUnplacedLabels()
Indicates if unplaced labels are generated. |
boolean |
isHasFeatureWeight()
Indicates if the layer has a feature weight. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isPerpendicularToAngle()
Indicates whether the label should be drawn perpendicular to the angle. |
boolean |
isPlaceLabels()
Indicates if labels are placed for the layer. |
boolean |
isPlaceOnlyInsidePolygon()
Indicates whether label is to be placed only within the polygon. |
boolean |
isPlaceSymbols()
Indicates if symbols are placed for the layer. |
boolean |
isPointPlacementOnTop()
Indicates if point labels are placed on top of features. |
boolean |
isTagUnplaced()
Indicates if overflow labels are put into a graphics container tagged placed or unplaced. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setBufferRatio(double bufferRatio)
Label buffer ratio. |
void |
setFeatureType(int type)
Feature type. |
void |
setFeatureWeight(int weight)
Barrier weighting for features in the layer. |
void |
setGenerateUnplacedLabels(boolean flag)
Indicates if unplaced labels are generated. |
void |
setIsBarrier(boolean isBarrier)
Indicates if features are treated as barriers to label/symbol placement. |
void |
setLabelWeight(int weight)
Barrier weighting for labels in the layer. |
void |
setLineLabelPlacementPriorities(ILineLabelPlacementPriorities linePlacementPriorities)
Line label placement position priority options. |
void |
setLineLabelPosition(ILineLabelPosition position)
Line label placement position options. |
void |
setLineOffset(double lineOffset)
Offset in map units at which labels will be placed away from line features. |
void |
setMaxDistanceFromTarget(double distance)
Maximum distance in map units the label is allowed to be away from the feature. |
void |
setNumLabelsOption(int option)
Feature labeling option for the layer. |
void |
setPerpendicularToAngle(boolean flag)
Indicates whether the label should be drawn perpendicular to the angle. |
void |
setPlaceLabels(boolean place)
Indicates if labels are placed for the layer. |
void |
setPlaceOnlyInsidePolygon(boolean flag)
Indicates whether label is to be placed only within the polygon. |
void |
setPlaceSymbols(boolean place)
Indicates if symbols are placed for the layer. |
void |
setPointPlacementAngles(Object angles)
Point label placement angle(s). |
void |
setPointPlacementMethod(int method)
Point label placement method. |
void |
setPointPlacementOnTop(boolean onTop)
Indicates if point labels are placed on top of features. |
void |
setPointPlacementPriorities(IPointPlacementPriorities pointPlacementPriorities)
Point label placement position priority options. |
void |
setPolygonPlacementMethod(int method)
Polygon label placement method. |
void |
setRotationField(String field)
The attribute field that contains the label angle. |
void |
setRotationType(int type)
Defines the format is the rotation field in. |
void |
setTagUnplaced(boolean value)
Indicates if overflow labels are put into a graphics container tagged placed or unplaced. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public BasicOverposterLayerProperties() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic BasicOverposterLayerProperties(Object obj) throws IOException
BasicOverposterLayerProperties theBasicOverposterLayerProperties = (BasicOverposterLayerProperties) obj;
obj
to BasicOverposterLayerProperties
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getFeatureType() throws IOException, AutomationException
getFeatureType
in interface IBasicOverposterLayerProperties
getFeatureType
in interface IBasicOverposterLayerProperties2
getFeatureType
in interface IBasicOverposterLayerProperties3
getFeatureType
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureType(int type) throws IOException, AutomationException
setFeatureType
in interface IBasicOverposterLayerProperties
setFeatureType
in interface IBasicOverposterLayerProperties2
setFeatureType
in interface IBasicOverposterLayerProperties3
setFeatureType
in interface IBasicOverposterLayerProperties4
type
- A com.esri.arcgis.carto.esriBasicOverposterFeatureType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFeatureWeight() throws IOException, AutomationException
getFeatureWeight
in interface IBasicOverposterLayerProperties
getFeatureWeight
in interface IBasicOverposterLayerProperties2
getFeatureWeight
in interface IBasicOverposterLayerProperties3
getFeatureWeight
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureWeight(int weight) throws IOException, AutomationException
setFeatureWeight
in interface IBasicOverposterLayerProperties
setFeatureWeight
in interface IBasicOverposterLayerProperties2
setFeatureWeight
in interface IBasicOverposterLayerProperties3
setFeatureWeight
in interface IBasicOverposterLayerProperties4
weight
- A com.esri.arcgis.carto.esriBasicOverposterWeight constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLabelWeight() throws IOException, AutomationException
getLabelWeight
in interface IBasicOverposterLayerProperties
getLabelWeight
in interface IBasicOverposterLayerProperties2
getLabelWeight
in interface IBasicOverposterLayerProperties3
getLabelWeight
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelWeight(int weight) throws IOException, AutomationException
setLabelWeight
in interface IBasicOverposterLayerProperties
setLabelWeight
in interface IBasicOverposterLayerProperties2
setLabelWeight
in interface IBasicOverposterLayerProperties3
setLabelWeight
in interface IBasicOverposterLayerProperties4
weight
- A com.esri.arcgis.carto.esriBasicOverposterWeight constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumLabelsOption() throws IOException, AutomationException
getNumLabelsOption
in interface IBasicOverposterLayerProperties
getNumLabelsOption
in interface IBasicOverposterLayerProperties2
getNumLabelsOption
in interface IBasicOverposterLayerProperties3
getNumLabelsOption
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNumLabelsOption(int option) throws IOException, AutomationException
setNumLabelsOption
in interface IBasicOverposterLayerProperties
setNumLabelsOption
in interface IBasicOverposterLayerProperties2
setNumLabelsOption
in interface IBasicOverposterLayerProperties3
setNumLabelsOption
in interface IBasicOverposterLayerProperties4
option
- A com.esri.arcgis.carto.esriBasicNumLabelsOption constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineLabelPosition getLineLabelPosition() throws IOException, AutomationException
getLineLabelPosition
in interface IBasicOverposterLayerProperties
getLineLabelPosition
in interface IBasicOverposterLayerProperties2
getLineLabelPosition
in interface IBasicOverposterLayerProperties3
getLineLabelPosition
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineLabelPosition(ILineLabelPosition position) throws IOException, AutomationException
setLineLabelPosition
in interface IBasicOverposterLayerProperties
setLineLabelPosition
in interface IBasicOverposterLayerProperties2
setLineLabelPosition
in interface IBasicOverposterLayerProperties3
setLineLabelPosition
in interface IBasicOverposterLayerProperties4
position
- A reference to a com.esri.arcgis.carto.ILineLabelPosition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineLabelPlacementPriorities getLineLabelPlacementPriorities() throws IOException, AutomationException
getLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties
getLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties2
getLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties3
getLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineLabelPlacementPriorities(ILineLabelPlacementPriorities linePlacementPriorities) throws IOException, AutomationException
setLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties
setLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties2
setLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties3
setLineLabelPlacementPriorities
in interface IBasicOverposterLayerProperties4
linePlacementPriorities
- A reference to a com.esri.arcgis.carto.ILineLabelPlacementPriorities (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isGenerateUnplacedLabels() throws IOException, AutomationException
isGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties
isGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties2
isGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties3
isGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGenerateUnplacedLabels(boolean flag) throws IOException, AutomationException
setGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties
setGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties2
setGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties3
setGenerateUnplacedLabels
in interface IBasicOverposterLayerProperties4
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPointPlacementMethod() throws IOException, AutomationException
getPointPlacementMethod
in interface IBasicOverposterLayerProperties
getPointPlacementMethod
in interface IBasicOverposterLayerProperties2
getPointPlacementMethod
in interface IBasicOverposterLayerProperties3
getPointPlacementMethod
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointPlacementMethod(int method) throws IOException, AutomationException
setPointPlacementMethod
in interface IBasicOverposterLayerProperties
setPointPlacementMethod
in interface IBasicOverposterLayerProperties2
setPointPlacementMethod
in interface IBasicOverposterLayerProperties3
setPointPlacementMethod
in interface IBasicOverposterLayerProperties4
method
- A com.esri.arcgis.carto.esriOverposterPointPlacementMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPointPlacementOnTop() throws IOException, AutomationException
isPointPlacementOnTop
in interface IBasicOverposterLayerProperties
isPointPlacementOnTop
in interface IBasicOverposterLayerProperties2
isPointPlacementOnTop
in interface IBasicOverposterLayerProperties3
isPointPlacementOnTop
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointPlacementOnTop(boolean onTop) throws IOException, AutomationException
setPointPlacementOnTop
in interface IBasicOverposterLayerProperties
setPointPlacementOnTop
in interface IBasicOverposterLayerProperties2
setPointPlacementOnTop
in interface IBasicOverposterLayerProperties3
setPointPlacementOnTop
in interface IBasicOverposterLayerProperties4
onTop
- The onTop (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPointPlacementPriorities getPointPlacementPriorities() throws IOException, AutomationException
getPointPlacementPriorities
in interface IBasicOverposterLayerProperties
getPointPlacementPriorities
in interface IBasicOverposterLayerProperties2
getPointPlacementPriorities
in interface IBasicOverposterLayerProperties3
getPointPlacementPriorities
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointPlacementPriorities(IPointPlacementPriorities pointPlacementPriorities) throws IOException, AutomationException
setPointPlacementPriorities
in interface IBasicOverposterLayerProperties
setPointPlacementPriorities
in interface IBasicOverposterLayerProperties2
setPointPlacementPriorities
in interface IBasicOverposterLayerProperties3
setPointPlacementPriorities
in interface IBasicOverposterLayerProperties4
pointPlacementPriorities
- A reference to a com.esri.arcgis.carto.IPointPlacementPriorities (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getPointPlacementAngles() throws IOException, AutomationException
getPointPlacementAngles
in interface IBasicOverposterLayerProperties
getPointPlacementAngles
in interface IBasicOverposterLayerProperties2
getPointPlacementAngles
in interface IBasicOverposterLayerProperties3
getPointPlacementAngles
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointPlacementAngles(Object angles) throws IOException, AutomationException
setPointPlacementAngles
in interface IBasicOverposterLayerProperties
setPointPlacementAngles
in interface IBasicOverposterLayerProperties2
setPointPlacementAngles
in interface IBasicOverposterLayerProperties3
setPointPlacementAngles
in interface IBasicOverposterLayerProperties4
angles
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBufferRatio() throws IOException, AutomationException
getBufferRatio
in interface IBasicOverposterLayerProperties
getBufferRatio
in interface IBasicOverposterLayerProperties2
getBufferRatio
in interface IBasicOverposterLayerProperties3
getBufferRatio
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBufferRatio(double bufferRatio) throws IOException, AutomationException
setBufferRatio
in interface IBasicOverposterLayerProperties
setBufferRatio
in interface IBasicOverposterLayerProperties2
setBufferRatio
in interface IBasicOverposterLayerProperties3
setBufferRatio
in interface IBasicOverposterLayerProperties4
bufferRatio
- The bufferRatio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLineOffset() throws IOException, AutomationException
getLineOffset
in interface IBasicOverposterLayerProperties
getLineOffset
in interface IBasicOverposterLayerProperties2
getLineOffset
in interface IBasicOverposterLayerProperties3
getLineOffset
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineOffset(double lineOffset) throws IOException, AutomationException
setLineOffset
in interface IBasicOverposterLayerProperties
setLineOffset
in interface IBasicOverposterLayerProperties2
setLineOffset
in interface IBasicOverposterLayerProperties3
setLineOffset
in interface IBasicOverposterLayerProperties4
lineOffset
- The lineOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxDistanceFromTarget() throws IOException, AutomationException
getMaxDistanceFromTarget
in interface IBasicOverposterLayerProperties2
getMaxDistanceFromTarget
in interface IBasicOverposterLayerProperties3
getMaxDistanceFromTarget
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxDistanceFromTarget(double distance) throws IOException, AutomationException
setMaxDistanceFromTarget
in interface IBasicOverposterLayerProperties2
setMaxDistanceFromTarget
in interface IBasicOverposterLayerProperties3
setMaxDistanceFromTarget
in interface IBasicOverposterLayerProperties4
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRotationType() throws IOException, AutomationException
getRotationType
in interface IBasicOverposterLayerProperties3
getRotationType
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRotationType(int type) throws IOException, AutomationException
setRotationType
in interface IBasicOverposterLayerProperties3
setRotationType
in interface IBasicOverposterLayerProperties4
type
- A com.esri.arcgis.carto.esriLabelRotationType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRotationField() throws IOException, AutomationException
getRotationField
in interface IBasicOverposterLayerProperties3
getRotationField
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRotationField(String field) throws IOException, AutomationException
setRotationField
in interface IBasicOverposterLayerProperties3
setRotationField
in interface IBasicOverposterLayerProperties4
field
- The field (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPerpendicularToAngle() throws IOException, AutomationException
isPerpendicularToAngle
in interface IBasicOverposterLayerProperties3
isPerpendicularToAngle
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPerpendicularToAngle(boolean flag) throws IOException, AutomationException
setPerpendicularToAngle
in interface IBasicOverposterLayerProperties3
setPerpendicularToAngle
in interface IBasicOverposterLayerProperties4
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPolygonPlacementMethod() throws IOException, AutomationException
getPolygonPlacementMethod
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPolygonPlacementMethod(int method) throws IOException, AutomationException
setPolygonPlacementMethod
in interface IBasicOverposterLayerProperties4
method
- A com.esri.arcgis.carto.esriOverposterPolygonPlacementMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPlaceOnlyInsidePolygon() throws IOException, AutomationException
isPlaceOnlyInsidePolygon
in interface IBasicOverposterLayerProperties4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPlaceOnlyInsidePolygon(boolean flag) throws IOException, AutomationException
setPlaceOnlyInsidePolygon
in interface IBasicOverposterLayerProperties4
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPlaceLabels(boolean place) throws IOException, AutomationException
setPlaceLabels
in interface IOverposterLayerProperties
setPlaceLabels
in interface IOverposterLayerProperties2
place
- The place (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPlaceLabels() throws IOException, AutomationException
isPlaceLabels
in interface IOverposterLayerProperties
isPlaceLabels
in interface IOverposterLayerProperties2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPlaceSymbols(boolean place) throws IOException, AutomationException
setPlaceSymbols
in interface IOverposterLayerProperties
setPlaceSymbols
in interface IOverposterLayerProperties2
place
- The place (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPlaceSymbols() throws IOException, AutomationException
isPlaceSymbols
in interface IOverposterLayerProperties
isPlaceSymbols
in interface IOverposterLayerProperties2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsBarrier(boolean isBarrier) throws IOException, AutomationException
setIsBarrier
in interface IOverposterLayerProperties
setIsBarrier
in interface IOverposterLayerProperties2
isBarrier
- The isBarrier (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBarrier() throws IOException, AutomationException
isBarrier
in interface IOverposterLayerProperties
isBarrier
in interface IOverposterLayerProperties2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isTagUnplaced() throws IOException, AutomationException
This property specifies whether or not unplaced labels are drawn for this label class. Setting TagUnplaced to True specifies that unplaced labels will not be drawn. Setting it to False specifies that they will be drawn.
isTagUnplaced
in interface IOverposterLayerProperties2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTagUnplaced(boolean value) throws IOException, AutomationException
This property specifies whether or not unplaced labels are drawn for this label class. Setting TagUnplaced to True specifies that unplaced labels will not be drawn. Setting it to False specifies that they will be drawn.
setTagUnplaced
in interface IOverposterLayerProperties2
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasFeatureWeight() throws IOException, AutomationException
isHasFeatureWeight
in interface IOverposterLayerProperties2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws IOException, AutomationException
esri_clone
in interface IClone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws IOException, AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws IOException, AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |