|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.TilesTable
public class TilesTable
A Tiles Table object.
Constructor Summary | |
---|---|
TilesTable()
Constructs a TilesTable using ArcGIS Engine. |
|
TilesTable(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TilesTable theTilesTable = (TilesTable) obj; |
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 |
equals(Object o)
Compare this object with another |
boolean |
exists(String layerCacheDir,
int ty,
int tx)
Table Exists |
static String |
getClsid()
getClsid. |
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 |
hashCode()
the hashcode for this object |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public TilesTable() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TilesTable(Object obj) throws IOException
TilesTable theTilesTable = (TilesTable) obj;
obj
to TilesTable
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void create(String levelCacheDir, String format, int txStart, int txEnd, int tyStart, int tyEnd) throws IOException, AutomationException
create
in interface ITilesTable
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.public void delete(String levelCacheDir, String format, int ty, int tx) throws IOException, AutomationException
delete
in interface ITilesTable
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.public void open(String levelCacheDir, int ty, int tx, boolean forReadOnly) throws IOException, AutomationException
open
in interface ITilesTable
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.public void close() throws IOException, AutomationException
close
in interface ITilesTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOffset(int ty, int tx) throws IOException, AutomationException
getOffset
in interface ITilesTable
ty
- The ty (in)tx
- The tx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int insertTile(int ty, int tx, IStream pStream) throws IOException, AutomationException
insertTile
in interface ITilesTable
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.public IStream queryTile(int ty, int tx) throws IOException, AutomationException
queryTile
in interface ITilesTable
ty
- The ty (in)tx
- The tx (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateTile(int ty, int tx, IStream pStream) throws IOException, AutomationException
updateTile
in interface ITilesTable
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.public boolean isLocked() throws IOException, AutomationException
isLocked
in interface ITilesTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileCount() throws IOException, AutomationException
getTileCount
in interface ITilesTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean exists(String layerCacheDir, int ty, int tx) throws IOException, AutomationException
exists
in interface ITilesTable
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 |