com.esri.arcgis.geodatabase
Interface ICompressionInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FgdbFeatureClassName, FgdbTableName, ICompressionInfoProxy

public interface ICompressionInfo
extends java.io.Serializable

COM Interface 'ICompressionInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that indicate the compression status of FileGDB datasets.' 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 IID94d5bd59_176b_44ec_b595_0f423f9dc827
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCompressed()
          Indicates if the dataset is compressed.
 void setIsCompressed(boolean isCompressed)
          Indicates if the dataset is compressed.
 

Field Detail

IID94d5bd59_176b_44ec_b595_0f423f9dc827

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

setIsCompressed

void setIsCompressed(boolean isCompressed)
                     throws java.io.IOException,
                            AutomationException
Indicates if the dataset is compressed.

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

isCompressed

boolean isCompressed()
                     throws java.io.IOException,
                            AutomationException
Indicates if the dataset is compressed.

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