com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvCompression

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPRasterGDBEnvCompression, IGPRasterGDBEnvCompressionProxy

public interface IGPRasterGDBEnvCompression
extends java.io.Serializable

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

Description: 'Provides access to raster GDB environment compression 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 IIDed8e191f_4a97_4d3c_9cd3_c66bfd1db20c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCompressionQuality()
          Compression quality.
 int getCompressionType()
          Compression type.
 void setCompressionQuality(int value)
          Compression quality.
 void setCompressionType(int compType)
          Compression type.
 

Field Detail

IIDed8e191f_4a97_4d3c_9cd3_c66bfd1db20c

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

getCompressionType

int getCompressionType()
                       throws java.io.IOException,
                              AutomationException
Compression type.

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

setCompressionType

void setCompressionType(int compType)
                        throws java.io.IOException,
                               AutomationException
Compression type.

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

getCompressionQuality

int getCompressionQuality()
                          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.

setCompressionQuality

void setCompressionQuality(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.