public interface IRasterDef3 extends IRasterDef2, 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 |
IIDe7841a16_32cf_4e95_8530_0d778d3d25b2 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID16c76984_e0e8_4112_80c9_e052c9b9c9d2
IIDcdba994f_8f18_4abe_8a39_502bed07265e
Modifier and Type | Method and Description |
---|---|
boolean |
isInline()
Indicates if the raster is stored as inline dataset.
|
void |
setIsInline(boolean pIsInline)
Indicates if the raster is stored as inline dataset.
|
isFunction, setIsFunction
getDescription, getSpatialReference, isManaged, isRasterDataset, setDescription, setIsManaged, setIsRasterDataset, setSpatialReferenceByRef
static final int IIDe7841a16_32cf_4e95_8530_0d778d3d25b2
static final int xxDummy
static final java.lang.String IID
boolean isInline() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsInline(boolean pIsInline) throws java.io.IOException, AutomationException
pIsInline
- The pIsInline (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.