|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.LocatorRectangle
public class LocatorRectangle
A map locator rectangle.
| Constructor Summary | |
|---|---|
LocatorRectangle()
Constructs a LocatorRectangle using ArcGIS Engine. |
|
LocatorRectangle(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LocatorRectangle theLocatorRectangle = (LocatorRectangle) obj; |
|
| Method Summary | |
|---|---|
void |
draw(IDisplay display,
IMapFrame parent)
Draws the locator rectangle. |
boolean |
equals(Object o)
Compare this object with another |
IBackground |
getBackground()
The page background. |
IBorder |
getBorder()
The page border. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
IEnumElement |
getGraphics(IDisplay display,
Object data)
Graphic elements that are used to render this object. |
ISymbol |
getLeaderSymbol()
The symbol used to render the leader line. |
IMapFrame |
getMapFrame()
The map frame being referenced. |
IShadow |
getShadow()
Frame shadow used by this element. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
IBackground |
IFrameProperties_getBackground()
Frame background used by this element. |
void |
isDirty()
isDirty |
boolean |
isShowLeader()
Indicates if leader lines should be drawn. |
void |
load(IStream pstm)
load |
void |
queryBounds(IDisplay display,
IMapFrame parent,
IEnvelope bounds)
Returns the bounds of the locator. |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setBackground(IBackground background)
The page background. |
void |
setBorder(IBorder border)
The page border. |
void |
setLeaderSymbol(ISymbol symbol)
The symbol used to render the leader line. |
void |
setMapFrameByRef(IMapFrame mapFrame)
The map frame being referenced. |
void |
setShadow(IShadow shadow)
Frame shadow used by this element. |
void |
setShowLeader(boolean flag)
Indicates if leader lines should be drawn. |
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 LocatorRectangle()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public LocatorRectangle(Object obj)
throws IOException
LocatorRectangle theLocatorRectangle = (LocatorRectangle) obj;
obj to LocatorRectangle.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setMapFrameByRef(IMapFrame mapFrame)
throws IOException,
AutomationException
setMapFrameByRef in interface ILocatorRectanglemapFrame - A reference to a com.esri.arcgis.carto.IMapFrame (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMapFrame getMapFrame()
throws IOException,
AutomationException
getMapFrame in interface ILocatorRectangleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IBorder getBorder()
throws IOException,
AutomationException
getBorder in interface IFramePropertiesgetBorder in interface ILocatorRectangleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBorder(IBorder border)
throws IOException,
AutomationException
setBorder in interface IFramePropertiessetBorder in interface ILocatorRectangleborder - A reference to a com.esri.arcgis.carto.IBorder (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IBackground getBackground()
throws IOException,
AutomationException
getBackground in interface ILocatorRectangleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackground(IBackground background)
throws IOException,
AutomationException
setBackground in interface IFramePropertiessetBackground in interface ILocatorRectanglebackground - A reference to a com.esri.arcgis.carto.IBackground (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLeaderSymbol(ISymbol symbol)
throws IOException,
AutomationException
setLeaderSymbol in interface ILocatorRectanglesymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISymbol getLeaderSymbol()
throws IOException,
AutomationException
getLeaderSymbol in interface ILocatorRectangleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowLeader()
throws IOException,
AutomationException
isShowLeader in interface ILocatorRectangleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowLeader(boolean flag)
throws IOException,
AutomationException
setShowLeader in interface ILocatorRectangleflag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryBounds(IDisplay display,
IMapFrame parent,
IEnvelope bounds)
throws IOException,
AutomationException
queryBounds in interface ILocatorRectangledisplay - A reference to a com.esri.arcgis.display.IDisplay (in)parent - A reference to a com.esri.arcgis.carto.IMapFrame (in)bounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void draw(IDisplay display,
IMapFrame parent)
throws IOException,
AutomationException
draw in interface ILocatorRectangledisplay - A reference to a com.esri.arcgis.display.IDisplay (in)parent - A reference to a com.esri.arcgis.carto.IMapFrame (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IBackground IFrameProperties_getBackground()
throws IOException,
AutomationException
IFrameProperties_getBackground in interface IFramePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IShadow getShadow()
throws IOException,
AutomationException
getShadow in interface IFramePropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShadow(IShadow shadow)
throws IOException,
AutomationException
setShadow in interface IFramePropertiesshadow - A reference to a com.esri.arcgis.carto.IShadow (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumElement getGraphics(IDisplay display,
Object data)
throws IOException,
AutomationException
getGraphics in interface IGraphicsCompositedisplay - A reference to a com.esri.arcgis.display.IDisplay (in)data - A reference to another Object (IUnknown) (in)
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 IPersistStreamIOException - 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 IPersistStreampstm - 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 IPersistStreampstm - 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 IPersistStreampcbSize - 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 void getClassID(GUID[] pClassID)
throws IOException,
AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - 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 writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||