|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMosaicLODInfos
Provides access to members that control mosaic LOD information.
| Method Summary | |
|---|---|
void |
add(double resolution,
double lOD)
Adds a LOD. |
void |
empty()
Empties all LODs. |
void |
get(int index,
double[] pResolution,
double[] pLOD)
Queries a LOD. |
double |
getDeviceDpi()
The device DPI. |
double |
getDpi()
The DPI at which the raster is generated. |
int |
getNumLevels()
The number of levels. |
void |
setDeviceDpi(double pDpi)
The device DPI. |
void |
setDpi(double pDpi)
The DPI at which the raster is generated. |
void |
snap(double resolution,
int hint,
double[] pResolution,
double[] pLOD)
Snaps to a LOD. |
| Method Detail |
|---|
int getNumLevels()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(double resolution,
double lOD)
throws IOException,
AutomationException
resolution - The resolution (in)lOD - The lOD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void get(int index,
double[] pResolution,
double[] pLOD)
throws IOException,
AutomationException
index - The index (in)pResolution - The pResolution (out: use single element array)pLOD - The pLOD (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void empty()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDpi(double pDpi)
throws IOException,
AutomationException
pDpi - The pDpi (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDpi()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDeviceDpi(double pDpi)
throws IOException,
AutomationException
pDpi - The pDpi (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDeviceDpi()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void snap(double resolution,
int hint,
double[] pResolution,
double[] pLOD)
throws IOException,
AutomationException
resolution - The resolution (in)hint - A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)pResolution - The pResolution (out: use single element array)pLOD - The pLOD (out: use single element array)
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 | ||||||||