com.esri.arcgis.datasourcesraster
Class IRasterCatalogTableProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterCatalogTableProxy
All Implemented Interfaces:
IRasterCatalogTable, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IRasterCatalogTable'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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

Internal use class

See Also:
Serialized Form

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.datasourcesraster.IRasterCatalogTable
IID, IIDac0e9740_0742_11d4_8d75_00c04f5b87b2
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 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.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterCatalogTableProxy

public IRasterCatalogTableProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRasterCatalogTableProxy

public IRasterCatalogTableProxy()
Deprecated. 
For internal use only


IRasterCatalogTableProxy

public IRasterCatalogTableProxy(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterCatalogTableProxy

protected IRasterCatalogTableProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterCatalogTableProxy

protected IRasterCatalogTableProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getTable

public ITable getTable()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The table object underlying the raster catalog table.

Specified by:
getTable in interface IRasterCatalogTable
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableByRef

public void setTableByRef(ITable ppTable)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The table object underlying the raster catalog table.

Specified by:
setTableByRef in interface IRasterCatalogTable
Parameters:
ppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

public void update()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Updates the object after the table is changed.

Specified by:
update in interface IRasterCatalogTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSize

public int getSize()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Number of rasters in the raster catalog.

Specified by:
getSize in interface IRasterCatalogTable
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterExtent

public IEnvelope getRasterExtent(int idx)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Extent of the ith raster in the catalog.

Specified by:
getRasterExtent in interface IRasterCatalogTable
Parameters:
idx - The idx (in)
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterName

public java.lang.String getRasterName(int idx)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Name of the ith raster in the raster catalog.

Specified by:
getRasterName in interface IRasterCatalogTable
Parameters:
idx - The idx (in)
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterDataset

public IRasterDataset getRasterDataset(int idx)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Reference to the ith raster dataset in the raster catalog.

Specified by:
getRasterDataset in interface IRasterCatalogTable
Parameters:
idx - The idx (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldNameLocation

public int getFieldNameLocation()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Location of the field name of the raster catalog.

Specified by:
getFieldNameLocation in interface IRasterCatalogTable
Returns:
The pLocName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldBoundsLocation

public void getFieldBoundsLocation(int[] pLocXmin,
                                   int[] pLocYmin,
                                   int[] pLocXmax,
                                   int[] pLocYMax)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Bounds of the field location of the raster catalog.

Specified by:
getFieldBoundsLocation in interface IRasterCatalogTable
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWhereClause

public void setWhereClause(java.lang.String whereClause)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
A SQL expression limiting the list of rasters currently viewed.

Specified by:
setWhereClause in interface IRasterCatalogTable
Parameters:
whereClause - The whereClause (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhereClause

public java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
A SQL expression limiting the list of rasters currently viewed.

Specified by:
getWhereClause in interface IRasterCatalogTable
Returns:
The whereClause
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOID

public int getOID(int idx)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
OID of the ith raster in the raster catalog.

Specified by:
getOID in interface IRasterCatalogTable
Parameters:
idx - The idx (in)
Returns:
The oID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.