com.esri.arcgis.geoprocessing
Interface IGPRasterEnvStorageDefAdvanced

All Superinterfaces:
Serializable

public interface IGPRasterEnvStorageDefAdvanced
extends Serializable

Provides access to raster storage def creation Options.

Product Availability

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


Method Summary
 String getCreationOptions()
          Creation options.
 void setCreationOptions(String options)
          Creation options.
 

Method Detail

setCreationOptions

void setCreationOptions(String options)
                        throws IOException,
                               AutomationException
Creation options.

Product Availability

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

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

getCreationOptions

String getCreationOptions()
                          throws IOException,
                                 AutomationException
Creation options.

Product Availability

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

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