|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.LineLabelPlacementPriorities
public class LineLabelPlacementPriorities
Controls placement position priorities for line labels.
Constructor Summary | |
---|---|
LineLabelPlacementPriorities()
Constructs a LineLabelPlacementPriorities using ArcGIS Engine. |
|
LineLabelPlacementPriorities(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LineLabelPlacementPriorities theLineLabelPlacementPriorities = (LineLabelPlacementPriorities) 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. |
int |
getAboveAfter()
Label position priority for above and after the line. |
int |
getAboveAlong()
Label position priority for above and along the line. |
int |
getAboveBefore()
Label position priority for above and before the line. |
int |
getAboveEnd()
Label position priority for above and at the end of the line. |
int |
getAboveStart()
Label position priority for above and at the start of the line. |
int |
getBelowAfter()
Label position priority for below and after the line. |
int |
getBelowAlong()
Label position priority for below and along the line. |
int |
getBelowBefore()
Label position priority for below and before the line. |
int |
getBelowEnd()
Label position priority for below and at the end of the line. |
int |
getBelowStart()
Label position priority for below and at the start of the line. |
int |
getCenterAfter()
Label position priority for in the center and after the line. |
int |
getCenterAlong()
Label position priority for in the center and along the line. |
int |
getCenterBefore()
Label position priority for in the center and before the line. |
int |
getCenterEnd()
Label position priority for in the center and at the end of the line. |
int |
getCenterStart()
Label position priority for in the center and at the start of the line. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setAboveAfter(int priority)
Label position priority for above and after the line. |
void |
setAboveAlong(int priority)
Label position priority for above and along the line. |
void |
setAboveBefore(int priority)
Label position priority for above and before the line. |
void |
setAboveEnd(int priority)
Label position priority for above and at the end of the line. |
void |
setAboveStart(int priority)
Label position priority for above and at the start of the line. |
void |
setBelowAfter(int priority)
Label position priority for below and after the line. |
void |
setBelowAlong(int priority)
Label position priority for below and along the line. |
void |
setBelowBefore(int priority)
Label position priority for below and before the line. |
void |
setBelowEnd(int priority)
Label position priority for below and at the end of the line. |
void |
setBelowStart(int priority)
Label position priority for below and at the start of the line. |
void |
setCenterAfter(int priority)
Label position priority for in the center and after the line. |
void |
setCenterAlong(int priority)
Label position priority for in the center and along the line. |
void |
setCenterBefore(int priority)
Label position priority for in the center and before the line. |
void |
setCenterEnd(int priority)
Label position priority for in the center and at the end of the line. |
void |
setCenterStart(int priority)
Label position priority for in the center and at the start of the line. |
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 LineLabelPlacementPriorities() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic LineLabelPlacementPriorities(Object obj) throws IOException
LineLabelPlacementPriorities theLineLabelPlacementPriorities = (LineLabelPlacementPriorities) obj;
obj
to LineLabelPlacementPriorities
.
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 getAboveBefore() throws IOException, AutomationException
getAboveBefore
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAboveBefore(int priority) throws IOException, AutomationException
setAboveBefore
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAboveStart() throws IOException, AutomationException
getAboveStart
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAboveStart(int priority) throws IOException, AutomationException
setAboveStart
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAboveAlong() throws IOException, AutomationException
getAboveAlong
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAboveAlong(int priority) throws IOException, AutomationException
setAboveAlong
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAboveEnd() throws IOException, AutomationException
getAboveEnd
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAboveEnd(int priority) throws IOException, AutomationException
setAboveEnd
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAboveAfter() throws IOException, AutomationException
getAboveAfter
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAboveAfter(int priority) throws IOException, AutomationException
setAboveAfter
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCenterBefore() throws IOException, AutomationException
getCenterBefore
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCenterBefore(int priority) throws IOException, AutomationException
setCenterBefore
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCenterStart() throws IOException, AutomationException
getCenterStart
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCenterStart(int priority) throws IOException, AutomationException
setCenterStart
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCenterAlong() throws IOException, AutomationException
getCenterAlong
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCenterAlong(int priority) throws IOException, AutomationException
setCenterAlong
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCenterEnd() throws IOException, AutomationException
getCenterEnd
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCenterEnd(int priority) throws IOException, AutomationException
setCenterEnd
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCenterAfter() throws IOException, AutomationException
getCenterAfter
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCenterAfter(int priority) throws IOException, AutomationException
setCenterAfter
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBelowBefore() throws IOException, AutomationException
getBelowBefore
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBelowBefore(int priority) throws IOException, AutomationException
setBelowBefore
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBelowStart() throws IOException, AutomationException
getBelowStart
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBelowStart(int priority) throws IOException, AutomationException
setBelowStart
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBelowAlong() throws IOException, AutomationException
getBelowAlong
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBelowAlong(int priority) throws IOException, AutomationException
setBelowAlong
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBelowEnd() throws IOException, AutomationException
getBelowEnd
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBelowEnd(int priority) throws IOException, AutomationException
setBelowEnd
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBelowAfter() throws IOException, AutomationException
getBelowAfter
in interface ILineLabelPlacementPriorities
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBelowAfter(int priority) throws IOException, AutomationException
setBelowAfter
in interface ILineLabelPlacementPriorities
priority
- The priority (in)
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 |