|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.TilesTable
public class TilesTable
COM Class 'TilesTable'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A Tiles Table object.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.carto.ITilesTable |
|---|
IID, IID504dd827_f109_44c3_aa3e_5059219e2ac5, xxDummy |
| Constructor Summary | |
|---|---|
TilesTable()
Constructs a TilesTable using ArcGIS Engine. |
|
TilesTable(java.lang.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(java.lang.String levelCacheDir,
java.lang.String format,
int txStart,
int txEnd,
int tyStart,
int tyEnd)
Create the table. |
void |
delete(java.lang.String levelCacheDir,
java.lang.String format,
int ty,
int tx)
Delete the table. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
boolean |
exists(java.lang.String layerCacheDir,
int ty,
int tx)
Table Exists |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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(java.lang.String levelCacheDir,
int ty,
int tx,
boolean forReadOnly)
Open the table. |
IStream |
queryTile(int ty,
int tx)
Query specific tile from the table. |
void |
release()
Release a TilesTable. |
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 |
| Constructor Detail |
|---|
public TilesTable()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public TilesTable(java.lang.Object obj)
throws java.io.IOException
TilesTable theTilesTable = (TilesTable) obj;
obj to TilesTable.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void create(java.lang.String levelCacheDir,
java.lang.String format,
int txStart,
int txEnd,
int tyStart,
int tyEnd)
throws java.io.IOException,
AutomationException
create in interface ITilesTablelevelCacheDir - The levelCacheDir (in)format - The format (in)txStart - The txStart (in)txEnd - The txEnd (in)tyStart - The tyStart (in)tyEnd - The tyEnd (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete(java.lang.String levelCacheDir,
java.lang.String format,
int ty,
int tx)
throws java.io.IOException,
AutomationException
delete in interface ITilesTablelevelCacheDir - The levelCacheDir (in)format - The format (in)ty - The ty (in)tx - The tx (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void open(java.lang.String levelCacheDir,
int ty,
int tx,
boolean forReadOnly)
throws java.io.IOException,
AutomationException
open in interface ITilesTablelevelCacheDir - The levelCacheDir (in)ty - The ty (in)tx - The tx (in)forReadOnly - The forReadOnly (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void close()
throws java.io.IOException,
AutomationException
close in interface ITilesTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOffset(int ty,
int tx)
throws java.io.IOException,
AutomationException
getOffset in interface ITilesTablety - The ty (in)tx - The tx (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int insertTile(int ty,
int tx,
IStream pStream)
throws java.io.IOException,
AutomationException
insertTile in interface ITilesTablety - The ty (in)tx - The tx (in)pStream - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStream queryTile(int ty,
int tx)
throws java.io.IOException,
AutomationException
queryTile in interface ITilesTablety - The ty (in)tx - The tx (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateTile(int ty,
int tx,
IStream pStream)
throws java.io.IOException,
AutomationException
updateTile in interface ITilesTablety - The ty (in)tx - The tx (in)pStream - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLocked()
throws java.io.IOException,
AutomationException
isLocked in interface ITilesTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTileCount()
throws java.io.IOException,
AutomationException
getTileCount in interface ITilesTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean exists(java.lang.String layerCacheDir,
int ty,
int tx)
throws java.io.IOException,
AutomationException
exists in interface ITilesTablelayerCacheDir - The layerCacheDir (in)ty - The ty (in)tx - The tx (in)
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 | ||||||||