com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvPyramid3

All Superinterfaces:
IGPRasterGDBEnvPyramid, IGPRasterGDBEnvPyramid2, java.io.Serializable
All Known Implementing Classes:
GPRasterGDBEnvPyramid, IGPRasterGDBEnvPyramid3Proxy

public interface IGPRasterGDBEnvPyramid3
extends IGPRasterGDBEnvPyramid2, java.io.Serializable

COM Interface 'IGPRasterGDBEnvPyramid3'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to raster GDB environment pyramid control.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfe2ea27f_aee7_45a2_83d8_90fc84a279a8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPRasterGDBEnvPyramid2
IID6afa775e_f7db_4b9e_a0a2_dc362a61f521
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPRasterGDBEnvPyramid
IIDe85ac7e8_39ff_4eec_ad54_edbee850f2ca
 
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
 

Field Detail

IIDfe2ea27f_aee7_45a2_83d8_90fc84a279a8

static final int IIDfe2ea27f_aee7_45a2_83d8_90fc84a279a8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isPyramidSkipFirst

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

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

setPyramidSkipFirst

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

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