com.esri.arcgis.geodatabase
Interface IRasterStorageDef2

All Superinterfaces:
IRasterStorageDef, Serializable
All Known Subinterfaces:
IRasterStorageDef3
All Known Implementing Classes:
IRasterStorageDef2Proxy, IRasterStorageDef3Proxy, RasterStorageDef

public interface IRasterStorageDef2
extends IRasterStorageDef, Serializable

Provides access to members that control raster storage properties.

Description

IRasterStorageDef2 provides the access to the tiling storage property for a raster dataset. Set Tiled to save a raster in a tiled storage structure.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
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

isTiled

boolean isTiled()
                throws IOException,
                       AutomationException
Indicates if output raster dataset should be tiled if applicable.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setTiled

void setTiled(boolean tiled)
              throws IOException,
                     AutomationException
Indicates if output raster dataset should be tiled if applicable.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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