|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGridTableOp
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 |
---|
static final int IID6171288b_7d1c_4328_9160_f39ebf7d542f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addField(IRasterDataset inputGrid, IField field) throws java.io.IOException, AutomationException
inputGrid
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)field
- A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteField(IRasterDataset inputGrid, IField field) throws java.io.IOException, AutomationException
inputGrid
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)field
- A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICursor update(IRasterDataset inputGrid, IQueryFilter queryFilter, boolean recycling) throws java.io.IOException, AutomationException
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)
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 |