|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBuildPyramidsParameters
Provides access to members that control parameters for building pyramids of a mosaic dataset.
| Method Summary | |
|---|---|
int |
getCompressionQuality()
The pyramid compression quality. |
int |
getCompressionType()
The pyramid compression type. |
int |
getPyramidLevel()
The number of pyramid levels. |
int |
getPyramidResampleType()
The method used for pyramid resampling. |
void |
setCompressionQuality(int value)
The pyramid compression quality. |
void |
setCompressionType(int pType)
The pyramid compression type. |
void |
setPyramidLevel(int pLevel)
The number of pyramid levels. |
void |
setPyramidResampleType(int pMethod)
The method used for pyramid resampling. |
| Method Detail |
|---|
void setPyramidResampleType(int pMethod)
throws IOException,
AutomationException
pMethod - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPyramidResampleType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPyramidLevel(int pLevel)
throws IOException,
AutomationException
pLevel - The pLevel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPyramidLevel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCompressionType(int pType)
throws IOException,
AutomationException
pType - A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCompressionType()
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.
int getCompressionQuality()
throws IOException,
AutomationException
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 | ||||||||