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