public interface IRasterStorageDef2 extends IRasterStorageDef, java.io.Serializable
Description: 'Provides access to members that control raster storage properties.' 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 |
IID5aa61692_eb96_4dcd_9fb9_310869d5620d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID30b9828a_85a6_4228_a7a4_7afb8a9842cc
Modifier and Type | Method and Description |
---|---|
boolean |
isTiled()
Indicates if output raster dataset should be tiled if applicable.
|
void |
setTiled(boolean tiled)
Indicates if output raster dataset should be tiled if applicable.
|
getCellSize, getCompressionQuality, getCompressionType, getOrigin, getPyramidLevel, getPyramidResampleType, getTileHeight, getTileWidth, setCellSizeByRef, setCompressionQuality, setCompressionType, setOriginByRef, setPyramidLevel, setPyramidResampleType, setTileHeight, setTileWidth
static final int IID5aa61692_eb96_4dcd_9fb9_310869d5620d
static final int xxDummy
static final java.lang.String IID
boolean isTiled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTiled(boolean tiled) throws java.io.IOException, AutomationException
tiled
- The tiled (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.