|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIMSMapLayer
Provides access to members that control the IMS map layer.
Use IIMSMapLayer to access members that control the IMS map layer. The IMS map layer refers specifically to ArcIMS Image Service layers. IIMSMapLayer is not applicable to other service layers such as ArcIMS Feature Services.
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 |
Method Detail |
---|
IIMSServiceDescription getConnection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void connectToService(IIMSServiceDescription service) throws IOException, AutomationException
service
- A reference to a com.esri.arcgis.gisclient.IIMSServiceDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveSubLayerTo(IIMSSubLayer subLayer, int index) throws IOException, AutomationException
subLayer
- A reference to a com.esri.arcgis.carto.IIMSSubLayer (in)index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IACMap getIMSMap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAreaOfInterest(IEnvelope rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearDrawCache() 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 |