com.esri.arcgis.geodatabase
Interface IRasterStorageDef3

All Superinterfaces:
IRasterStorageDef, IRasterStorageDef2, Serializable
All Known Implementing Classes:
IRasterStorageDef3Proxy

public interface IRasterStorageDef3
extends IRasterStorageDef2, Serializable

Provides access to members that control raster storage properties.

Product Availability

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


Method Summary
 String getCreationOptions()
          A list of format specific creation options (=,...
 void setCreationOptions(String pOptions)
          A list of format specific creation options (=,...
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterStorageDef2
isTiled, setTiled
 
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

getCreationOptions

String getCreationOptions()
                          throws IOException,
                                 AutomationException
A list of format specific creation options (=,... ).

Product Availability

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

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

setCreationOptions

void setCreationOptions(String pOptions)
                        throws IOException,
                               AutomationException
A list of format specific creation options (=,... ).

Product Availability

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

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