|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIMSMapLayer
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 |
---|
static final int IIDdc8505ff_d521_11d3_9ff4_00c04f6bc6a5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IIMSServiceDescription getConnection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void connectToService(IIMSServiceDescription service) throws java.io.IOException, AutomationException
service
- A reference to a com.esri.arcgis.gisclient.IIMSServiceDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveSubLayerTo(IIMSSubLayer subLayer, int index) throws java.io.IOException, AutomationException
subLayer
- A reference to a com.esri.arcgis.carto.IIMSSubLayer (in)index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IACMap getIMSMap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAreaOfInterest(IEnvelope rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearDrawCache() throws java.io.IOException, AutomationException
java.io.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 |