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 =
public class IMapServerInfoProxy extends com.esri.arcgis.interop.Dispatch implements IMapServerInfo, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID47dd2772_2f22_44df_919b_0d16d8672626| Modifier | Constructor and Description |
|---|---|
|
IMapServerInfoProxy()
Deprecated.
For internal use only
|
|
IMapServerInfoProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMapServerInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMapServerInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMapServerInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IColorDescription |
getBackgroundColor()
Deprecated.
The background color of the map (data frame).
|
IMapServerBookmarks |
getBookmarks()
Deprecated.
The published bookmarks for the map.
|
java.lang.String |
getCopyrightText()
Deprecated.
Copyright information associated with the layer.
|
IMapDescription |
getDefaultMapDescription()
Deprecated.
The default map settings.
|
java.lang.String |
getDescription()
Deprecated.
The description of the map (data frame).
|
IEnvelope |
getExtent()
Deprecated.
The current extent of the map (data frame).
|
IEnvelope |
getFullExtent()
Deprecated.
The full extent of the map (data frame).
|
IMapLayerInfos |
getMapLayerInfos()
Deprecated.
A collection of Map Layer Info objects, each containing information about a layer in the map (data frame).
|
int |
getMapUnits()
Deprecated.
The units for the map (data frame).
|
double |
getMaxScale()
Deprecated.
The maximum visible scale for the service.
|
double |
getMinScale()
Deprecated.
The minimum visible scale for the service.
|
java.lang.String |
getName()
Deprecated.
The name of the map (data frame).
|
IStandaloneTableDescriptions |
getStandaloneTableDescriptions()
Deprecated.
Standalone tables descriptions that can passed in to other methods.
|
IStandaloneTableInfos |
getStandaloneTableInfos()
Deprecated.
Standalone tables infromation in a given map.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IMapServerInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IMapServerInfoProxy()
public IMapServerInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IMapServerInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IMapServerInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getFullExtent() throws java.io.IOException, AutomationException
getFullExtent in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IMapLayerInfos getMapLayerInfos() throws java.io.IOException, AutomationException
getMapLayerInfos in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IColorDescription getBackgroundColor() throws java.io.IOException, AutomationException
getBackgroundColor in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IMapServerBookmarks getBookmarks() throws java.io.IOException, AutomationException
getBookmarks in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IMapDescription getDefaultMapDescription() throws java.io.IOException, AutomationException
getDefaultMapDescription in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMapUnits()
throws java.io.IOException,
AutomationException
getMapUnits in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getCopyrightText()
throws java.io.IOException,
AutomationException
getCopyrightText in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStandaloneTableInfos getStandaloneTableInfos() throws java.io.IOException, AutomationException
getStandaloneTableInfos in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStandaloneTableDescriptions getStandaloneTableDescriptions() throws java.io.IOException, AutomationException
getStandaloneTableDescriptions in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMinScale()
throws java.io.IOException,
AutomationException
getMinScale in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMaxScale()
throws java.io.IOException,
AutomationException
getMaxScale in interface IMapServerInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.