|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOverviewTileParameters
Provides access to members that control overview tile parameters.
| Method Summary | |
|---|---|
IGeometry |
getAoiGeometry()
The polygon within which overview tiles are created. |
double |
getCellSize()
The cell size of the first level of overview tiles in the units of the coordinate system of the catalog. |
int |
getLevels()
The number of levels of overview tiles created. |
int |
getMaximumSizeOfTopmostOverview()
The recommended maximum size (in pixels) on any dimension for the lowest resolution overview item. |
IPoint |
getOrigin()
The origin of the grid containing overview tiles. |
int |
getOverviewFactor()
The factor by which two neighboring overview levels differ. |
int |
getTileCols()
The recommended number of pixel columns in each overview tiles. |
int |
getTileRows()
The recommended number of pixel rows in each overview tiles. |
IWorkspaceName |
getWorkspaceName()
The workspace name where overview raster datasets are generated and stored. |
void |
setAoiGeometryByRef(IGeometry ppAoiGeometry)
The polygon within which overview tiles are created. |
void |
setCellSize(double pCellsize)
The cell size of the first level of overview tiles in the units of the coordinate system of the catalog. |
void |
setLevels(int pLevels)
The number of levels of overview tiles created. |
void |
setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview)
The recommended maximum size (in pixels) on any dimension for the lowest resolution overview item. |
void |
setOriginByRef(IPoint ppOrigin)
The origin of the grid containing overview tiles. |
void |
setOverviewFactor(int pOverviewFactor)
The factor by which two neighboring overview levels differ. |
void |
setTileCols(int pTileColPixels)
The recommended number of pixel columns in each overview tiles. |
void |
setTileRows(int pTileRowPixels)
The recommended number of pixel rows in each overview tiles. |
void |
setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName)
The workspace name where overview raster datasets are generated and stored. |
| Method Detail |
|---|
void setAoiGeometryByRef(IGeometry ppAoiGeometry)
throws IOException,
AutomationException
ppAoiGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getAoiGeometry()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOriginByRef(IPoint ppOrigin)
throws IOException,
AutomationException
ppOrigin - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getOrigin()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCellSize(double pCellsize)
throws IOException,
AutomationException
pCellsize - The pCellsize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getCellSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileCols(int pTileColPixels)
throws IOException,
AutomationException
pTileColPixels - The pTileColPixels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileCols()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileRows(int pTileRowPixels)
throws IOException,
AutomationException
pTileRowPixels - The pTileRowPixels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileRows()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLevels(int pLevels)
throws IOException,
AutomationException
pLevels - The pLevels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLevels()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOverviewFactor(int pOverviewFactor)
throws IOException,
AutomationException
pOverviewFactor - The pOverviewFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOverviewFactor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview)
throws IOException,
AutomationException
pMaximumSizeOfTopmostOverview - The pMaximumSizeOfTopmostOverview (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaximumSizeOfTopmostOverview()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName)
throws IOException,
AutomationException
ppOverviewWorkspaceName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWorkspaceName getWorkspaceName()
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 | ||||||||