| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterLODInfos
Provides access to members that control custom Level of Details.
| Method Summary | |
|---|---|
 int | 
getNumLevels()
The number of levels of details.  | 
 void | 
getResolution(int level,
              double[] xResolution,
              double[] yResolution)
Gets X and Y resolution (cellsize) at a given level.  | 
 int | 
snap(double dx,
     double dy)
Snaps a given cellsize to a proper Level Of Details.  | 
| Method Detail | 
|---|
int getNumLevels()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int snap(double dx,
         double dy)
         throws IOException,
                AutomationException
dx - The dx  (in)dy - The dy  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getResolution(int level,
                   double[] xResolution,
                   double[] yResolution)
                   throws IOException,
                          AutomationException
level - The level  (in)xResolution - The xResolution  (out: use single element array)yResolution - The yResolution  (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 | ||||||||