com.esri.arcgis.geoanalyst
Interface IGridTableOp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GridTableOp, IGridTableOpProxy

public interface IGridTableOp
extends java.io.Serializable

COM Interface 'IGridTableOp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that performs grid VAT operations.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID6171288b_7d1c_4328_9160_f39ebf7d542f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addField(IRasterDataset inputGrid, IField field)
          Add a field to the fields collection.
 void deleteField(IRasterDataset inputGrid, IField field)
          Delete a field from the fields collection.
 ICursor update(IRasterDataset inputGrid, IQueryFilter queryFilter, boolean recycling)
          Returns a cursor that can be used to update Rows selected by the specified query.
 

Field Detail

IID6171288b_7d1c_4328_9160_f39ebf7d542f

static final int IID6171288b_7d1c_4328_9160_f39ebf7d542f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addField

void addField(IRasterDataset inputGrid,
              IField field)
              throws java.io.IOException,
                     AutomationException
Add a field to the fields collection.

Parameters:
inputGrid - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
field - A reference to a com.esri.arcgis.geodatabase.IField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteField

void deleteField(IRasterDataset inputGrid,
                 IField field)
                 throws java.io.IOException,
                        AutomationException
Delete a field from the fields collection.

Parameters:
inputGrid - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
field - A reference to a com.esri.arcgis.geodatabase.IField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

ICursor update(IRasterDataset inputGrid,
               IQueryFilter queryFilter,
               boolean recycling)
               throws java.io.IOException,
                      AutomationException
Returns a cursor that can be used to update Rows selected by the specified query.

Parameters:
inputGrid - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
recycling - The recycling (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.