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 =
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. |
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
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.