com.esri.arcgis.carto
Interface IIMSMapLayer

All Superinterfaces:
ILayer, java.io.Serializable
All Known Implementing Classes:
IIMSMapLayerProxy, IMSMapLayer

public interface IIMSMapLayer
extends ILayer, java.io.Serializable

COM Interface 'IIMSMapLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the IMS map layer.' 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 IIDdc8505ff_d521_11d3_9ff4_00c04f6bc6a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void clearDrawCache()
          Clears the cache of images downloaded from the IMS server for drawing.
 void connectToService(IIMSServiceDescription service)
          Connects to the map service with the given server url.
 IIMSServiceDescription getConnection()
          The service.
 IACMap getIMSMap()
          The IMS map.
 void moveSubLayerTo(IIMSSubLayer subLayer, int index)
          Change the sublayer order.
 void setAreaOfInterest(IEnvelope rhs1)
          The area of interest.
 
Methods inherited from interface com.esri.arcgis.carto.ILayer
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 

Field Detail

IIDdc8505ff_d521_11d3_9ff4_00c04f6bc6a5

static final int IIDdc8505ff_d521_11d3_9ff4_00c04f6bc6a5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getConnection

IIMSServiceDescription getConnection()
                                     throws java.io.IOException,
                                            AutomationException
The service.

Returns:
A reference to a com.esri.arcgis.gisclient.IIMSServiceDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connectToService

void connectToService(IIMSServiceDescription service)
                      throws java.io.IOException,
                             AutomationException
Connects to the map service with the given server url.

Parameters:
service - A reference to a com.esri.arcgis.gisclient.IIMSServiceDescription (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveSubLayerTo

void moveSubLayerTo(IIMSSubLayer subLayer,
                    int index)
                    throws java.io.IOException,
                           AutomationException
Change the sublayer order.

Parameters:
subLayer - A reference to a com.esri.arcgis.carto.IIMSSubLayer (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIMSMap

IACMap getIMSMap()
                 throws java.io.IOException,
                        AutomationException
The IMS map.

Returns:
A reference to a com.esri.arcgis.carto.IACMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAreaOfInterest

void setAreaOfInterest(IEnvelope rhs1)
                       throws java.io.IOException,
                              AutomationException
The area of interest.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearDrawCache

void clearDrawCache()
                    throws java.io.IOException,
                           AutomationException
Clears the cache of images downloaded from the IMS server for drawing.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.