|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRasterGDBEnvCompression
Provides access to raster GDB environment compression control.
Method Summary | |
---|---|
int |
getCompressionQuality()
Compression quality. |
int |
getCompressionType()
Compression type. |
void |
setCompressionQuality(int value)
Compression quality. |
void |
setCompressionType(int compType)
Compression type. |
Method Detail |
---|
int getCompressionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompressionType(int compType) throws IOException, AutomationException
compType
- A com.esri.arcgis.geoanalyst.esriRasterGDBCompressionEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCompressionQuality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompressionQuality(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |