|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITiledImageServer
COM Interface 'ITiledImageServer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that serve tiled maps.' 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 |
IID10bfd112_33d2_4986_997a_f2b6069e45b8
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
ICacheControlInfo |
getCacheControlInfo()
Gets the cache description information for a given map. |
ICacheDescriptionInfo |
getCacheDescriptionInfo()
Gets the cache description information for a given map. |
ICacheStorageInfo |
getCacheStorageInfo()
Gets the cache storage information. |
byte[] |
getImageTile(int level,
int row,
int column)
Gets a tile for a given tile location from a given map. |
ITileCacheInfo |
getTileCacheInfo()
Gets the cache configuration for a given map. |
ITileImageInfo |
getTileImageInfo()
Gets the cache tile image information for a given map. |
java.lang.String |
getVirtualCacheDirectory()
Gets the virtual cache directory for a given layer within a map. |
boolean |
isFixedScaleImage()
Indicates if a given map is a fixed scale map. |
Field Detail |
---|
static final int IID10bfd112_33d2_4986_997a_f2b6069e45b8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ITileCacheInfo getTileCacheInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] getImageTile(int level, int row, int column) throws java.io.IOException, AutomationException
level
- The level (in)row
- The row (in)column
- The column (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITileImageInfo getTileImageInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICacheStorageInfo getCacheStorageInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFixedScaleImage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getVirtualCacheDirectory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICacheDescriptionInfo getCacheDescriptionInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICacheControlInfo getCacheControlInfo() 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 |