com.esri.arcgis.geodatabase
Interface IRasterDef3

All Superinterfaces:
IRasterDef, IRasterDef2, java.io.Serializable
All Known Implementing Classes:
IRasterDef3Proxy

public interface IRasterDef3
extends IRasterDef2, java.io.Serializable

COM Interface 'IRasterDef3'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe7841a16_32cf_4e95_8530_0d778d3d25b2
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDef2
IID16c76984_e0e8_4112_80c9_e052c9b9c9d2
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDef
IIDcdba994f_8f18_4abe_8a39_502bed07265e
 
Method Summary
 boolean isInline()
          Indicates if the raster is stored as inline dataset.
 void setIsInline(boolean pIsInline)
          Indicates if the raster is stored as inline dataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDef2
isFunction, setIsFunction
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDef
getDescription, getSpatialReference, isManaged, isRasterDataset, setDescription, setIsManaged, setIsRasterDataset, setSpatialReferenceByRef
 

Field Detail

IIDe7841a16_32cf_4e95_8530_0d778d3d25b2

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

isInline

boolean isInline()
                 throws java.io.IOException,
                        AutomationException
Indicates if the raster is stored as inline dataset.

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

setIsInline

void setIsInline(boolean pIsInline)
                 throws java.io.IOException,
                        AutomationException
Indicates if the raster is stored as inline dataset.

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