|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterStorageDef2
Provides access to members that control raster storage properties.
IRasterStorageDef2 provides the access to the tiling storage property for a raster dataset. Set Tiled to save a raster in a tiled storage structure.
IRasterValue2
,
IRasterValue
,
IRasterStorageDef2
,
IRasterStorageDef
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterStorageDef |
---|
getCellSize, getCompressionQuality, getCompressionType, getOrigin, getPyramidLevel, getPyramidResampleType, getTileHeight, getTileWidth, setCellSizeByRef, setCompressionQuality, setCompressionType, setOriginByRef, setPyramidLevel, setPyramidResampleType, setTileHeight, setTileWidth |
Method Detail |
---|
boolean isTiled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTiled(boolean tiled) throws IOException, AutomationException
tiled
- The tiled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |