|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITilesTable
Wrapper object to encapsulate a cache tiles containenr table.
Method Summary | |
---|---|
void |
close()
Close the table. |
void |
create(String levelCacheDir,
String format,
int txStart,
int txEnd,
int tyStart,
int tyEnd)
Create the table. |
void |
delete(String levelCacheDir,
String format,
int ty,
int tx)
Delete the table. |
boolean |
exists(String layerCacheDir,
int ty,
int tx)
Table Exists |
int |
getOffset(int ty,
int tx)
Get the row in the table corresponding to the given tileX and tileY |
int |
getTileCount()
Get Tile Count |
int |
insertTile(int ty,
int tx,
IStream pStream)
Insert the tile into the table. |
boolean |
isLocked()
Is table locked |
void |
open(String levelCacheDir,
int ty,
int tx,
boolean forReadOnly)
Open the table. |
IStream |
queryTile(int ty,
int tx)
Query specific tile from the table. |
void |
updateTile(int ty,
int tx,
IStream pStream)
Update Tile. |
Method Detail |
---|
void create(String levelCacheDir, String format, int txStart, int txEnd, int tyStart, int tyEnd) throws IOException, AutomationException
levelCacheDir
- The levelCacheDir (in)format
- The format (in)txStart
- The txStart (in)txEnd
- The txEnd (in)tyStart
- The tyStart (in)tyEnd
- The tyEnd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delete(String levelCacheDir, String format, int ty, int tx) throws IOException, AutomationException
levelCacheDir
- The levelCacheDir (in)format
- The format (in)ty
- The ty (in)tx
- The tx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void open(String levelCacheDir, int ty, int tx, boolean forReadOnly) throws IOException, AutomationException
levelCacheDir
- The levelCacheDir (in)ty
- The ty (in)tx
- The tx (in)forReadOnly
- The forReadOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void close() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOffset(int ty, int tx) throws IOException, AutomationException
ty
- The ty (in)tx
- The tx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int insertTile(int ty, int tx, IStream pStream) throws IOException, AutomationException
ty
- The ty (in)tx
- The tx (in)pStream
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStream queryTile(int ty, int tx) throws IOException, AutomationException
ty
- The ty (in)tx
- The tx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateTile(int ty, int tx, IStream pStream) throws IOException, AutomationException
ty
- The ty (in)tx
- The tx (in)pStream
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLocked() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTileCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean exists(String layerCacheDir, int ty, int tx) throws IOException, AutomationException
layerCacheDir
- The layerCacheDir (in)ty
- The ty (in)tx
- The tx (in)
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 |