|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITileCacheInfoEx
Provides access to members that provide the tile cache info.
Method Summary | |
---|---|
void |
computeResolutions()
Computes resolutions from scales and current DPI. |
void |
computeScales()
Computes scales from resolutions and current DPI. |
ILODInfos |
getLODInfos()
The tile cache Levels Of Details. |
IPoint |
getOrigin()
The tiling origin. |
double |
getPreciseDpi()
The tiling DPI. |
ISpatialReference |
getSpatialReference()
The tiling spatial reference. |
int |
getTileCols()
The number of columns per tile. |
int |
getTileRows()
The number of rows per tile. |
void |
setLODInfosByRef(ILODInfos ppLODInfos)
The tile cache Levels Of Details. |
void |
setOrigin(IPoint ppOrigin)
The tiling origin. |
void |
setPreciseDpi(double pDpi)
The tiling DPI. |
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
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.double getPreciseDpi() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPreciseDpi(double 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 |