|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.LocatorRectangle
public class LocatorRectangle
COM Class 'LocatorRectangle'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A map locator rectangle.' 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.ILocatorRectangle |
---|
IID, IID41d9c095_a403_11d2_87e8_0000f8751720, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.ILocatorRectangle2 |
---|
IID, IID41d9c096_a403_11d2_87e8_0000f8751720, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IFrameProperties |
---|
IID, IIDd1b1b855_5885_4d7f_a444_a02e3e1078c3, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IGraphicsComposite |
---|
IID, IID969cde4a_82d4_11d2_87dd_0000f8751720, 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 |
Constructor Summary | |
---|---|
LocatorRectangle()
Constructs a LocatorRectangle using ArcGIS Engine. |
|
LocatorRectangle(java.lang.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)
Obsolete. |
void |
drawExtent(IDisplay mapDisplay,
IMapFrame parent)
Draws the locator shape on the Map display. |
void |
drawLeader(IDisplay layoutDisplay,
IMapFrame parent)
Draws the leader line on the Layout display. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IBackground |
getBackground()
The page background. |
IBorder |
getBorder()
The page border. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
IEnumElement |
getGraphics(IDisplay display,
java.lang.Object data)
Graphic elements that are used to render this object. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
boolean |
isUseSimpleExtent()
Use other data frame extent even if clipping is set or data driven pages are enabled. |
void |
load(IStream pstm)
load |
void |
queryBounds(IDisplay display,
IMapFrame parent,
IEnvelope bounds)
Returns the bounds of the locator. |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a LocatorRectangle. |
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 |
setUseSimpleExtent(boolean flag)
Use other data frame extent even if clipping is set or data driven pages are enabled. |
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 LocatorRectangle() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic LocatorRectangle(java.lang.Object obj) throws java.io.IOException
LocatorRectangle theLocatorRectangle = (LocatorRectangle) obj;
obj
to LocatorRectangle
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setMapFrameByRef(IMapFrame mapFrame) throws java.io.IOException, AutomationException
setMapFrameByRef
in interface ILocatorRectangle
setMapFrameByRef
in interface ILocatorRectangle2
mapFrame
- A reference to a com.esri.arcgis.carto.IMapFrame (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMapFrame getMapFrame() throws java.io.IOException, AutomationException
getMapFrame
in interface ILocatorRectangle
getMapFrame
in interface ILocatorRectangle2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IBorder getBorder() throws java.io.IOException, AutomationException
getBorder
in interface IFrameProperties
getBorder
in interface ILocatorRectangle
getBorder
in interface ILocatorRectangle2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBorder(IBorder border) throws java.io.IOException, AutomationException
setBorder
in interface IFrameProperties
setBorder
in interface ILocatorRectangle
setBorder
in interface ILocatorRectangle2
border
- A reference to a com.esri.arcgis.carto.IBorder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IBackground getBackground() throws java.io.IOException, AutomationException
getBackground
in interface ILocatorRectangle
getBackground
in interface ILocatorRectangle2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackground(IBackground background) throws java.io.IOException, AutomationException
setBackground
in interface IFrameProperties
setBackground
in interface ILocatorRectangle
setBackground
in interface ILocatorRectangle2
background
- A reference to a com.esri.arcgis.carto.IBackground (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeaderSymbol(ISymbol symbol) throws java.io.IOException, AutomationException
setLeaderSymbol
in interface ILocatorRectangle
setLeaderSymbol
in interface ILocatorRectangle2
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getLeaderSymbol() throws java.io.IOException, AutomationException
getLeaderSymbol
in interface ILocatorRectangle
getLeaderSymbol
in interface ILocatorRectangle2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowLeader() throws java.io.IOException, AutomationException
isShowLeader
in interface ILocatorRectangle
isShowLeader
in interface ILocatorRectangle2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowLeader(boolean flag) throws java.io.IOException, AutomationException
setShowLeader
in interface ILocatorRectangle
setShowLeader
in interface ILocatorRectangle2
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryBounds(IDisplay display, IMapFrame parent, IEnvelope bounds) throws java.io.IOException, AutomationException
queryBounds
in interface ILocatorRectangle
queryBounds
in interface ILocatorRectangle2
display
- 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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(IDisplay display, IMapFrame parent) throws java.io.IOException, AutomationException
draw
in interface ILocatorRectangle
draw
in interface ILocatorRectangle2
display
- A reference to a com.esri.arcgis.display.IDisplay (in)parent
- A reference to a com.esri.arcgis.carto.IMapFrame (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseSimpleExtent() throws java.io.IOException, AutomationException
isUseSimpleExtent
in interface ILocatorRectangle2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseSimpleExtent(boolean flag) throws java.io.IOException, AutomationException
setUseSimpleExtent
in interface ILocatorRectangle2
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawExtent(IDisplay mapDisplay, IMapFrame parent) throws java.io.IOException, AutomationException
drawExtent
in interface ILocatorRectangle2
mapDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)parent
- A reference to a com.esri.arcgis.carto.IMapFrame (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawLeader(IDisplay layoutDisplay, IMapFrame parent) throws java.io.IOException, AutomationException
drawLeader
in interface ILocatorRectangle2
layoutDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)parent
- A reference to a com.esri.arcgis.carto.IMapFrame (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IBackground IFrameProperties_getBackground() throws java.io.IOException, AutomationException
IFrameProperties_getBackground
in interface IFrameProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IShadow getShadow() throws java.io.IOException, AutomationException
getShadow
in interface IFrameProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShadow(IShadow shadow) throws java.io.IOException, AutomationException
setShadow
in interface IFrameProperties
shadow
- A reference to a com.esri.arcgis.carto.IShadow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumElement getGraphics(IDisplay display, java.lang.Object data) throws java.io.IOException, AutomationException
getGraphics
in interface IGraphicsComposite
display
- A reference to a com.esri.arcgis.display.IDisplay (in)data
- A reference to another Object (IUnknown) (in)
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 IPersistStream
java.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 IPersistStream
pstm
- 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 IPersistStream
pstm
- 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 IPersistStream
pcbSize
- 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 void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- 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 writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |