com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvPyramid2

All Superinterfaces:
IGPRasterGDBEnvPyramid, java.io.Serializable
All Known Subinterfaces:
IGPRasterGDBEnvPyramid3
All Known Implementing Classes:
GPRasterGDBEnvPyramid, IGPRasterGDBEnvPyramid2Proxy, IGPRasterGDBEnvPyramid3Proxy

public interface IGPRasterGDBEnvPyramid2
extends IGPRasterGDBEnvPyramid, java.io.Serializable

COM Interface 'IGPRasterGDBEnvPyramid2'. 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 IID6afa775e_f7db_4b9e_a0a2_dc362a61f521
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPRasterGDBEnvPyramid
IIDe85ac7e8_39ff_4eec_ad54_edbee850f2ca
 
Method Summary
 int getPyramidCompressionQuality()
          Compression quality.
 int getPyramidCompressionType()
          Pyramid compression type.
 void setPyramidCompressionQuality(int value)
          Compression quality.
 void setPyramidCompressionType(int compType)
          Pyramid compression type.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPRasterGDBEnvPyramid
getPyramidLevels, getResampleMethod, isCreatePyramids, setCreatePyramids, setPyramidLevels, setResampleMethod
 

Field Detail

IID6afa775e_f7db_4b9e_a0a2_dc362a61f521

static final int IID6afa775e_f7db_4b9e_a0a2_dc362a61f521
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

getPyramidCompressionType

int getPyramidCompressionType()
                              throws java.io.IOException,
                                     AutomationException
Pyramid compression type.

Returns:
A com.esri.arcgis.geodatabase.esriRasterCompressionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPyramidCompressionType

void setPyramidCompressionType(int compType)
                               throws java.io.IOException,
                                      AutomationException
Pyramid compression type.

Parameters:
compType - A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPyramidCompressionQuality

int getPyramidCompressionQuality()
                                 throws java.io.IOException,
                                        AutomationException
Compression quality.

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

setPyramidCompressionQuality

void setPyramidCompressionQuality(int value)
                                  throws java.io.IOException,
                                         AutomationException
Compression quality.

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