public interface IRasterDef2 extends IRasterDef, java.io.Serializable
Description: 'Provides access to members that control raster column definition.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID16c76984_e0e8_4112_80c9_e052c9b9c9d2 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDcdba994f_8f18_4abe_8a39_502bed07265e
Modifier and Type | Method and Description |
---|---|
boolean |
isFunction()
Indicates if the Raster column value stores function dataset.
|
void |
setIsFunction(boolean pIsFunction)
Indicates if the Raster column value stores function dataset.
|
getDescription, getSpatialReference, isManaged, isRasterDataset, setDescription, setIsManaged, setIsRasterDataset, setSpatialReferenceByRef
static final int IID16c76984_e0e8_4112_80c9_e052c9b9c9d2
static final int xxDummy
static final java.lang.String IID
boolean isFunction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsFunction(boolean pIsFunction) throws java.io.IOException, AutomationException
pIsFunction
- The pIsFunction (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.