|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITileCacheInfo
Provides access to members that provide the tile cache info.
Using the tiling scheme information in the TileCacheInfo object the client can calculate the tiles that cover any rectangular extent in map space and then retrieve tiles either directly from the virtual directory, or from the tile handler or by making GetMapTile or GetLayerTile requests against the map service.
Method Summary | |
---|---|
void |
computeResolutions()
Computes resolutions from scales and current DPI. |
void |
computeScales()
Computes scales from resolutions and current DPI. |
int |
getDpi()
The tiling DPI. |
ILODInfos |
getLODInfos()
The tile cache Levels Of Details. |
IPoint |
getOrigin()
The tiling origin. |
ISpatialReference |
getSpatialReference()
The tiling spatial reference. |
int |
getTileCols()
The number of columns per tile. |
int |
getTileRows()
The number of rows per tile. |
void |
setDpi(int pDpi)
The tiling DPI. |
void |
setLODInfosByRef(ILODInfos ppLODInfos)
The tile cache Levels Of Details. |
void |
setOrigin(IPoint ppOrigin)
The tiling origin. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
The tiling spatial reference. |
void |
setTileCols(int pNumTileCols)
The number of columns per tile. |
void |
setTileRows(int pNumTileRows)
The number of rows per tile. |
Method Detail |
---|
ISpatialReference getSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference ppSpatialReference) throws IOException, AutomationException
ppSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getOrigin() throws IOException, AutomationException
The tiling origin is in map space, and it is the same for all levels of detail (LODs).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrigin(IPoint ppOrigin) throws IOException, AutomationException
ppOrigin
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTileCols() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileCols(int pNumTileCols) throws IOException, AutomationException
pNumTileCols
- The pNumTileCols (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTileRows() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileRows(int pNumTileRows) throws IOException, AutomationException
pNumTileRows
- The pNumTileRows (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDpi() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDpi(int pDpi) throws IOException, AutomationException
pDpi
- The pDpi (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILODInfos getLODInfos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLODInfosByRef(ILODInfos ppLODInfos) throws IOException, AutomationException
ppLODInfos
- A reference to a com.esri.arcgis.carto.ILODInfos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void computeResolutions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void computeScales() 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 |