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

Provides access to members that indicate the compression status of FileGDB datasets.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isCompressed()
          Indicates if the dataset is compressed.
 void setIsCompressed(boolean isCompressed)
          Indicates if the dataset is compressed.
 

Method Detail

setIsCompressed

public 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

public 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.