com.esri.arcgis.geoprocessing
Interface IGPFieldDomain2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFieldDomain, GPRAFieldDomain, IGPFieldDomain2Proxy

public interface IGPFieldDomain2
extends java.io.Serializable

COM Interface 'IGPFieldDomain2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing field domain object.' 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 IIDb94013bd_8e40_4dcf_ac8b_29807f15d3bf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isUseRasterFields()
          Enable raster attribute table for Mosaic dataset.
 void setUseRasterFields(boolean bVAT)
          Enable raster attribute table for Mosaic dataset.
 

Field Detail

IIDb94013bd_8e40_4dcf_ac8b_29807f15d3bf

static final int IIDb94013bd_8e40_4dcf_ac8b_29807f15d3bf
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

isUseRasterFields

boolean isUseRasterFields()
                          throws java.io.IOException,
                                 AutomationException
Enable raster attribute table for Mosaic dataset.

Returns:
The bVAT
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseRasterFields

void setUseRasterFields(boolean bVAT)
                        throws java.io.IOException,
                               AutomationException
Enable raster attribute table for Mosaic dataset.

Parameters:
bVAT - The bVAT (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.