com.esri.arcgis.geodatabase
Interface ICompressionInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
FgdbFeatureClassName, FgdbTableName

public interface ICompressionInfo
extends 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

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

Product Availability

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

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

isCompressed

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

Product Availability

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

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