|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.ITilesTableProxy
Description: 'Wrapper object to encapsulate a cache tiles containenr table.' 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 =
public class ITilesTableProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.ITilesTable |
---|
IID, IID504dd827_f109_44c3_aa3e_5059219e2ac5 |
Constructor Summary | |
---|---|
|
ITilesTableProxy()
Deprecated. For internal use only |
|
ITilesTableProxy(java.lang.Object obj)
Deprecated. |
protected |
ITilesTableProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ITilesTableProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ITilesTableProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
close()
Deprecated. Close the table. |
void |
create(java.lang.String levelCacheDir,
java.lang.String format,
int txStart,
int txEnd,
int tyStart,
int tyEnd)
Deprecated. Create the table. |
void |
delete(java.lang.String levelCacheDir,
java.lang.String format,
int ty,
int tx)
Deprecated. Delete the table. |
boolean |
exists(java.lang.String layerCacheDir,
int ty,
int tx)
Deprecated. Table Exists |
int |
getOffset(int ty,
int tx)
Deprecated. Get the row in the table corresponding to the given tileX and tileY |
int |
getTileCount()
Deprecated. Get Tile Count |
int |
insertTile(int ty,
int tx,
IStream pStream)
Deprecated. Insert the tile into the table. |
boolean |
isLocked()
Deprecated. Is table locked |
void |
open(java.lang.String levelCacheDir,
int ty,
int tx,
boolean forReadOnly)
Deprecated. Open the table. |
IStream |
queryTile(int ty,
int tx)
Deprecated. Query specific tile from the table. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
updateTile(int ty,
int tx,
IStream pStream)
Deprecated. Update Tile. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ITilesTableProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITilesTableProxy()
public ITilesTableProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITilesTableProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITilesTableProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
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 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)
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 ITilesTable
levelCacheDir
- 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 ITilesTable
levelCacheDir
- 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 ITilesTable
java.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 ITilesTable
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 int insertTile(int ty, int tx, IStream pStream) throws java.io.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)
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 ITilesTable
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 updateTile(int ty, int tx, IStream pStream) throws java.io.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)
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 ITilesTable
java.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 ITilesTable
java.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 ITilesTable
layerCacheDir
- 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 |