|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRasterGDBEnvPyramid2
Provides access to raster GDB environment pyramid control.
Method Summary | |
---|---|
int |
getPyramidCompressionQuality()
Compression quality. |
int |
getPyramidCompressionType()
Pyramid compression type. |
void |
setPyramidCompressionQuality(int value)
Compression quality. |
void |
setPyramidCompressionType(int compType)
Pyramid compression type. |
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPRasterGDBEnvPyramid |
---|
getPyramidLevels, getResampleMethod, isCreatePyramids, setCreatePyramids, setPyramidLevels, setResampleMethod |
Method Detail |
---|
int getPyramidCompressionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPyramidCompressionType(int compType) throws IOException, AutomationException
compType
- A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPyramidCompressionQuality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPyramidCompressionQuality(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 |