|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOverviewTileParameters
COM Interface 'IOverviewTileParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that control overview tile parameters.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID5a70d2d7_2810_4a5b_8791_5db54aec9bcf
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IID5a70d2d7_2810_4a5b_8791_5db54aec9bcf
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setAoiGeometryByRef(IGeometry ppAoiGeometry)
throws java.io.IOException,
AutomationException
ppAoiGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getAoiGeometry()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOriginByRef(IPoint ppOrigin)
throws java.io.IOException,
AutomationException
ppOrigin - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getOrigin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCellSize(double pCellsize)
throws java.io.IOException,
AutomationException
pCellsize - The pCellsize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getCellSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileCols(int pTileColPixels)
throws java.io.IOException,
AutomationException
pTileColPixels - The pTileColPixels (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileCols()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileRows(int pTileRowPixels)
throws java.io.IOException,
AutomationException
pTileRowPixels - The pTileRowPixels (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTileRows()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLevels(int pLevels)
throws java.io.IOException,
AutomationException
pLevels - The pLevels (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLevels()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOverviewFactor(int pOverviewFactor)
throws java.io.IOException,
AutomationException
pOverviewFactor - The pOverviewFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOverviewFactor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview)
throws java.io.IOException,
AutomationException
pMaximumSizeOfTopmostOverview - The pMaximumSizeOfTopmostOverview (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaximumSizeOfTopmostOverview()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName)
throws java.io.IOException,
AutomationException
ppOverviewWorkspaceName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWorkspaceName getWorkspaceName()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||