|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapFrame
COM Interface 'IMapFrame'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the members that control the map element object.' 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 java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9b00131b_9ed7_11d0_859e_0800091a2a72
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.carto.IFrameElement |
---|
IID9b00131a_9ed7_11d0_859e_0800091a2a72 |
Method Summary | |
---|---|
void |
addLocatorRectangle(ILocatorRectangle locator)
Add a new locator rectangle to the data frame. |
IMapSurroundFrame |
createSurroundFrame(IUID cLSID,
IMapSurround optionalStyle)
Returns the map surround frame element of the type given in clsid. |
IGraphicsContainer |
getContainer()
The frame's container. |
int |
getExtentType()
The way in which the map extent of the frame is specified. |
int |
getLocatorRectangleCount()
The number of locator rectangles. |
IMap |
getMap()
The associated map. |
IEnvelope |
getMapBounds()
The bounds of the map displayed by the frame. |
double |
getMapScale()
The scale at which the map should be displayed. |
ILocatorRectangle |
locatorRectangle(int index)
Returns the locator rectangle at the specified index. |
void |
removeAllLocatorRectangles()
Remove all the locator rectangles from the data frame. |
void |
removeLocatorRectangle(ILocatorRectangle locator)
Remove a locator rectangle from the data frame. |
void |
setContainerByRef(IGraphicsContainer container)
The frame's container. |
void |
setExtentType(int type)
The way in which the map extent of the frame is specified. |
void |
setMapBounds(IEnvelope bounds)
The bounds of the map displayed by the frame. |
void |
setMapByRef(IMap map)
The associated map. |
void |
setMapScale(double scale)
The scale at which the map should be displayed. |
Methods inherited from interface com.esri.arcgis.carto.IFrameElement |
---|
getBackground, getBorder, getObject, getThumbnail, isDraftMode, setBackground, setBorder, setDraftMode |
Field Detail |
---|
static final int IID9b00131b_9ed7_11d0_859e_0800091a2a72
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IMap getMap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapByRef(IMap map) throws java.io.IOException, AutomationException
map
- A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGraphicsContainer getContainer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContainerByRef(IGraphicsContainer container) throws java.io.IOException, AutomationException
container
- A reference to a com.esri.arcgis.carto.IGraphicsContainer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExtentType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.esriExtentTypeEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMapScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapScale(double scale) throws java.io.IOException, AutomationException
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getMapBounds() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapBounds(IEnvelope bounds) throws java.io.IOException, AutomationException
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.IMapSurroundFrame createSurroundFrame(IUID cLSID, IMapSurround optionalStyle) throws java.io.IOException, AutomationException
cLSID
- A reference to a com.esri.arcgis.system.IUID (in)optionalStyle
- A reference to a com.esri.arcgis.carto.IMapSurround (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addLocatorRectangle(ILocatorRectangle locator) throws java.io.IOException, AutomationException
locator
- A reference to a com.esri.arcgis.carto.ILocatorRectangle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeLocatorRectangle(ILocatorRectangle locator) throws java.io.IOException, AutomationException
locator
- A reference to a com.esri.arcgis.carto.ILocatorRectangle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllLocatorRectangles() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLocatorRectangleCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILocatorRectangle locatorRectangle(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.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 |