|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterPyramid
Provides access to members that control the pyramids for a raster dataset.
The MinimumSize property is used to specify the smallest size for which pyramids will be built automatically for certain operations such as SaveAs. For datasets larger than this size, pyramids will be created when you save the dataset to another raster format. If you don’t want the pyramids to be created during SaveAs, simply set a size bigger than the raster dataset.
Method Summary | |
---|---|
void |
create()
Build raster pyramids for this raster. |
IPnt |
getMinimumSize()
The minimum raster pyramid size. |
boolean |
isPresent()
Indicates whether pyramid layers exist. |
void |
setMinimumSize(IPnt ppVal)
The minimum raster pyramid size. |
Method Detail |
---|
boolean isPresent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumSize(IPnt ppVal) throws IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPnt getMinimumSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void create() 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 |