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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IRasterCatalogTableProxy()
public IRasterCatalogTableProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterCatalogTableProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public ITable getTable() throws java.io.IOException, AutomationException
getTable
in interface IRasterCatalogTable
java.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 IRasterCatalogTable
ppTable
- 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 IRasterCatalogTable
java.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 IRasterCatalogTable
java.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 IRasterCatalogTable
idx
- 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 IRasterCatalogTable
idx
- 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 IRasterCatalogTable
idx
- 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 IRasterCatalogTable
java.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 IRasterCatalogTable
pLocXmin
- 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 IRasterCatalogTable
whereClause
- 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 IRasterCatalogTable
java.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 IRasterCatalogTable
idx
- The idx (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.