|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerInfo3
Provides access to the MapServerInfo.
Method Summary | |
---|---|
IColor |
getBackgroundColor()
The background color of the map (data frame). |
IFillSymbol |
getBackgroundSymbol()
Background symbol of the map (data frame). |
IMapServerBookmarks |
getBookmarks()
The published bookmarks for the map. |
String |
getCopyrightText()
Copyright information associated with the layer. |
IMapDescription |
getDefaultMapDescription()
The default map settings. |
String |
getDescription()
The description of the map (data frame). |
IEnvelope |
getExtent()
The current extent of the map (data frame). |
IEnvelope |
getFullExtent()
The full extent of the map (data frame). |
IMapLayerInfos |
getMapLayerInfos()
A collection of Map Layer Info objects, each containing information about a layer in the map (data frame). |
int |
getMapUnits()
The units for the map (data frame). |
String |
getName()
The name of the map (data frame). |
IStandaloneTableDescriptions |
getStandaloneTableDescriptions()
Standalone tables descriptions that can passed in to other methods. |
IStandaloneTableInfos |
getStandaloneTableInfos()
Standalone tables infromation in a given map. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getFullExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapLayerInfos getMapLayerInfos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBackgroundColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapServerBookmarks getBookmarks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapDescription getDefaultMapDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMapUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFillSymbol getBackgroundSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCopyrightText() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStandaloneTableInfos getStandaloneTableInfos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStandaloneTableDescriptions getStandaloneTableDescriptions() throws IOException, AutomationException
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 |