|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerInfo4
Provides access to the available properties of a map server info object.
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). |
double |
getMaxScale()
The maximum visible scale for the service. |
double |
getMinScale()
The minimum visible scale for the service. |
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. |
boolean |
isSupportsDynamicLayers()
Indicates if this server supports per-request modification to layer properties. |
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.boolean isSupportsDynamicLayers() throws IOException, AutomationException
It returns the value of enableDynamicLayers property set in a service configuration.
When this is true, the MapServer supports the following capabilities:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaxScale() 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 |