Description: 'Provides access to members that control a raster catalog 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 IRasterCatalogTableProxy extends com.esri.arcgis.interop.Dispatch implements IRasterCatalogTable, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDac0e9740_0742_11d4_8d75_00c04f5b87b2| Modifier | Constructor and Description |
|---|---|
|
IRasterCatalogTableProxy()
Deprecated.
For internal use only
|
|
IRasterCatalogTableProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterCatalogTableProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterCatalogTableProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterCatalogTableProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
getFieldBoundsLocation(int[] pLocXmin,
int[] pLocYmin,
int[] pLocXmax,
int[] pLocYMax)
Deprecated.
Bounds of the field location of the raster catalog.
|
int |
getFieldNameLocation()
Deprecated.
Location of the field name of the raster catalog.
|
int |
getOID(int idx)
Deprecated.
OID of the ith raster in the raster catalog.
|
IRasterDataset |
getRasterDataset(int idx)
Deprecated.
Reference to the ith raster dataset in the raster catalog.
|
IEnvelope |
getRasterExtent(int idx)
Deprecated.
Extent of the ith raster in the catalog.
|
java.lang.String |
getRasterName(int idx)
Deprecated.
Name of the ith raster in the raster catalog.
|
int |
getSize()
Deprecated.
Number of rasters in the raster catalog.
|
ITable |
getTable()
Deprecated.
The table object underlying the raster catalog table.
|
java.lang.String |
getWhereClause()
Deprecated.
A SQL expression limiting the list of rasters currently viewed.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setTableByRef(ITable ppTable)
Deprecated.
The table object underlying the raster catalog table.
|
void |
setWhereClause(java.lang.String whereClause)
Deprecated.
A SQL expression limiting the list of rasters currently viewed.
|
void |
update()
Deprecated.
Updates the object after the table is changed.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IRasterCatalogTableProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IRasterCatalogTableProxy()
public IRasterCatalogTableProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRasterCatalogTableProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRasterCatalogTableProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic ITable getTable() throws java.io.IOException, AutomationException
getTable in interface IRasterCatalogTablejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTableByRef(ITable ppTable) throws java.io.IOException, AutomationException
setTableByRef in interface IRasterCatalogTableppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void update()
throws java.io.IOException,
AutomationException
update in interface IRasterCatalogTablejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSize()
throws java.io.IOException,
AutomationException
getSize in interface IRasterCatalogTablejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getRasterExtent(int idx) throws java.io.IOException, AutomationException
getRasterExtent in interface IRasterCatalogTableidx - The idx (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getRasterName(int idx)
throws java.io.IOException,
AutomationException
getRasterName in interface IRasterCatalogTableidx - The idx (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterDataset getRasterDataset(int idx) throws java.io.IOException, AutomationException
getRasterDataset in interface IRasterCatalogTableidx - The idx (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFieldNameLocation()
throws java.io.IOException,
AutomationException
getFieldNameLocation in interface IRasterCatalogTablejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getFieldBoundsLocation(int[] pLocXmin,
int[] pLocYmin,
int[] pLocXmax,
int[] pLocYMax)
throws java.io.IOException,
AutomationException
getFieldBoundsLocation in interface IRasterCatalogTablepLocXmin - The pLocXmin (out: use single element array)pLocYmin - The pLocYmin (out: use single element array)pLocXmax - The pLocXmax (out: use single element array)pLocYMax - The pLocYMax (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setWhereClause(java.lang.String whereClause)
throws java.io.IOException,
AutomationException
setWhereClause in interface IRasterCatalogTablewhereClause - The whereClause (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getWhereClause()
throws java.io.IOException,
AutomationException
getWhereClause in interface IRasterCatalogTablejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getOID(int idx)
throws java.io.IOException,
AutomationException
getOID in interface IRasterCatalogTableidx - The idx (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.