public interface ICompressionInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID94d5bd59_176b_44ec_b595_0f423f9dc827 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
isCompressed()
Indicates if the dataset is compressed.
|
void |
setIsCompressed(boolean isCompressed)
Indicates if the dataset is compressed.
|
static final int IID94d5bd59_176b_44ec_b595_0f423f9dc827
static final int xxDummy
static final java.lang.String IID
void setIsCompressed(boolean isCompressed) throws java.io.IOException, AutomationException
isCompressed
- The isCompressed (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCompressed() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.