|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.LineLabelPosition
public class LineLabelPosition
COM Class 'LineLabelPosition'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Controls the relative positions of line labels.' 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 =
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.carto.ILineLabelPosition |
|---|
IID, IID2442958b_d711_11d2_9f41_00c04f6bc6a5, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.system.IClone |
|---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
| Constructor Summary | |
|---|---|
LineLabelPosition()
Constructs a LineLabelPosition using ArcGIS Engine. |
|
LineLabelPosition(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LineLabelPosition theLineLabelPosition = (LineLabelPosition) obj; |
|
| Method Summary | |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getOffset()
Offset from the start/end of lines (in map units). |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
boolean |
isAbove()
Indicates if labels are placed above lines. |
boolean |
isAtEnd()
Indicates if labels are placed at the end of lines. |
boolean |
isAtStart()
Indicates if labels are placed at the start of lines. |
boolean |
isBelow()
Indicates if labels are placed below lines. |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isHorizontal()
Indicates if labels are placed horizontally. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isInLine()
Indicates if labels are placed along lines at the best position. |
boolean |
isLeft()
Indicates if labels are placed to the left of lines. |
boolean |
isOnTop()
Indicates if labels are placed on top of lines. |
boolean |
isParallel()
Indicates if labels are placed parallel to lines. |
boolean |
isPerpendicular()
Indicates if labels are placed perpendicular to lines. |
boolean |
isProduceCurvedLabels()
Indicates if labels follow lines. |
boolean |
isRight()
Indicates if labels are placed to the right of lines. |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a LineLabelPosition. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setAbove(boolean flag)
Indicates if labels are placed above lines. |
void |
setAtEnd(boolean flag)
Indicates if labels are placed at the end of lines. |
void |
setAtStart(boolean flag)
Indicates if labels are placed at the start of lines. |
void |
setBelow(boolean flag)
Indicates if labels are placed below lines. |
void |
setHorizontal(boolean flag)
Indicates if labels are placed horizontally. |
void |
setInLine(boolean flag)
Indicates if labels are placed along lines at the best position. |
void |
setLeft(boolean flag)
Indicates if labels are placed to the left of lines. |
void |
setOffset(double offset)
Offset from the start/end of lines (in map units). |
void |
setOnTop(boolean flag)
Indicates if labels are placed on top of lines. |
void |
setParallel(boolean flag)
Indicates if labels are placed parallel to lines. |
void |
setPerpendicular(boolean flag)
Indicates if labels are placed perpendicular to lines. |
void |
setProduceCurvedLabels(boolean flag)
Indicates if labels follow lines. |
void |
setRight(boolean flag)
Indicates if labels are placed to the right of lines. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public LineLabelPosition()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public LineLabelPosition(java.lang.Object obj)
throws java.io.IOException
LineLabelPosition theLineLabelPosition = (LineLabelPosition) obj;
obj to LineLabelPosition.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isProduceCurvedLabels()
throws java.io.IOException,
AutomationException
isProduceCurvedLabels in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProduceCurvedLabels(boolean flag)
throws java.io.IOException,
AutomationException
setProduceCurvedLabels in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAbove()
throws java.io.IOException,
AutomationException
isAbove in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAbove(boolean flag)
throws java.io.IOException,
AutomationException
setAbove in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBelow()
throws java.io.IOException,
AutomationException
isBelow in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBelow(boolean flag)
throws java.io.IOException,
AutomationException
setBelow in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOnTop()
throws java.io.IOException,
AutomationException
isOnTop in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOnTop(boolean flag)
throws java.io.IOException,
AutomationException
setOnTop in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLeft()
throws java.io.IOException,
AutomationException
isLeft in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLeft(boolean flag)
throws java.io.IOException,
AutomationException
setLeft in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRight()
throws java.io.IOException,
AutomationException
isRight in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRight(boolean flag)
throws java.io.IOException,
AutomationException
setRight in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInLine()
throws java.io.IOException,
AutomationException
isInLine in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInLine(boolean flag)
throws java.io.IOException,
AutomationException
setInLine in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAtStart()
throws java.io.IOException,
AutomationException
isAtStart in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAtStart(boolean flag)
throws java.io.IOException,
AutomationException
setAtStart in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAtEnd()
throws java.io.IOException,
AutomationException
isAtEnd in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAtEnd(boolean flag)
throws java.io.IOException,
AutomationException
setAtEnd in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isParallel()
throws java.io.IOException,
AutomationException
isParallel in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParallel(boolean flag)
throws java.io.IOException,
AutomationException
setParallel in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPerpendicular()
throws java.io.IOException,
AutomationException
isPerpendicular in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPerpendicular(boolean flag)
throws java.io.IOException,
AutomationException
setPerpendicular in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHorizontal()
throws java.io.IOException,
AutomationException
isHorizontal in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHorizontal(boolean flag)
throws java.io.IOException,
AutomationException
setHorizontal in interface ILineLabelPositionflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getOffset()
throws java.io.IOException,
AutomationException
getOffset in interface ILineLabelPositionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOffset(double offset)
throws java.io.IOException,
AutomationException
setOffset in interface ILineLabelPositionoffset - The offset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
throws java.io.IOException,
AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||