com.esri.arcgis.carto
Interface IRasterLayerExport2
- All Superinterfaces:
- IRasterLayerExport, Serializable
- All Known Subinterfaces:
- IRasterLayerExport3
- All Known Implementing Classes:
- RasterLayerExport
public interface IRasterLayerExport2
- extends IRasterLayerExport, Serializable
Provides access to members that control exporting from a Raster Layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
setStorageDefByRef
void setStorageDefByRef(IRasterStorageDef rhs1)
throws IOException,
AutomationException
- The raster storage definition for exported raster dataset.
Remarks
The StorageDef method allows to specify the storage properties for the output dataset (most applicable for a geodatabase raster output) such as compression, pyramid resampling method etc.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
rhs1
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.