|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILocatorRectangle2
Provides access to the members that control the map frame locator rectangle.
| 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. |
IBackground |
getBackground()
The page background. |
IBorder |
getBorder()
The page border. |
ISymbol |
getLeaderSymbol()
The symbol used to render the leader line. |
IMapFrame |
getMapFrame()
The map frame being referenced. |
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 |
queryBounds(IDisplay display,
IMapFrame parent,
IEnvelope bounds)
Returns the bounds of the locator. |
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 |
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. |
| Method Detail |
|---|
void setMapFrameByRef(IMapFrame mapFrame)
throws IOException,
AutomationException
mapFrame - A reference to a com.esri.arcgis.carto.IMapFrame (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMapFrame getMapFrame()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IBorder getBorder()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBorder(IBorder border)
throws IOException,
AutomationException
border - A reference to a com.esri.arcgis.carto.IBorder (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IBackground getBackground()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackground(IBackground background)
throws IOException,
AutomationException
background - A reference to a com.esri.arcgis.carto.IBackground (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLeaderSymbol(ISymbol symbol)
throws IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getLeaderSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowLeader()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowLeader(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryBounds(IDisplay display,
IMapFrame parent,
IEnvelope bounds)
throws IOException,
AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void draw(IDisplay display,
IMapFrame parent)
throws IOException,
AutomationException
display - 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.
boolean isUseSimpleExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseSimpleExtent(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void drawExtent(IDisplay mapDisplay,
IMapFrame parent)
throws IOException,
AutomationException
mapDisplay - 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.
void drawLeader(IDisplay layoutDisplay,
IMapFrame parent)
throws IOException,
AutomationException
layoutDisplay - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||