public interface IMapServerInfo
extends java.io.Serializable
Description: 'Provides access to the available properties of a map server info 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID47dd2772_2f22_44df_919b_0d16d8672626 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IColorDescription |
getBackgroundColor()
The background color of the map (data frame).
|
IMapServerBookmarks |
getBookmarks()
The published bookmarks for the map.
|
java.lang.String |
getCopyrightText()
Copyright information associated with the layer.
|
IMapDescription |
getDefaultMapDescription()
The default map settings.
|
java.lang.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.
|
java.lang.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.
|
static final int IID47dd2772_2f22_44df_919b_0d16d8672626
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getFullExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMapLayerInfos getMapLayerInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IColorDescription getBackgroundColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMapServerBookmarks getBookmarks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMapDescription getDefaultMapDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMapUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCopyrightText() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStandaloneTableInfos getStandaloneTableInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStandaloneTableDescriptions getStandaloneTableDescriptions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaxScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.