com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvPyramid3

All Superinterfaces:
IGPRasterGDBEnvPyramid, IGPRasterGDBEnvPyramid2, Serializable
All Known Implementing Classes:
GPRasterGDBEnvPyramid

public interface IGPRasterGDBEnvPyramid3
extends IGPRasterGDBEnvPyramid2, Serializable

Provides access to raster GDB environment pyramid control.

Product Availability

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


Method Summary
 boolean isPyramidSkipFirst()
          Indicates if skipping first pyramid.
 void setPyramidSkipFirst(boolean bSkip)
          Indicates if skipping first pyramid.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPRasterGDBEnvPyramid2
getPyramidCompressionQuality, getPyramidCompressionType, setPyramidCompressionQuality, setPyramidCompressionType
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPRasterGDBEnvPyramid
getPyramidLevels, getResampleMethod, isCreatePyramids, setCreatePyramids, setPyramidLevels, setResampleMethod
 

Method Detail

isPyramidSkipFirst

boolean isPyramidSkipFirst()
                           throws IOException,
                                  AutomationException
Indicates if skipping first pyramid.

Product Availability

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

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

setPyramidSkipFirst

void setPyramidSkipFirst(boolean bSkip)
                         throws IOException,
                                AutomationException
Indicates if skipping first pyramid.

Product Availability

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

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