com.esri.arcgis.geodatabase
Interface IRasterLODInfos2
- All Superinterfaces: 
 - IRasterLODInfos, Serializable
 
- All Known Implementing Classes: 
 - IRasterLODInfos2Proxy
 
public interface IRasterLODInfos2
- extends IRasterLODInfos, Serializable
 
Provides access to additional members that control custom Level of Details.
  
Description
 This interface is new at ArcGIS 9.3. It supersedes IRasterLODInfos.
 Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
| 
Method Summary | 
 int | 
snap2(double dx,
      double dy,
      int hint)
 
          Snaps a given cellsize to a proper Level Of Details. | 
 
 
snap2
int snap2(double dx,
          double dy,
          int hint)
          throws IOException,
                 AutomationException
- Snaps a given cellsize to a proper Level Of Details.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- Parameters:
 dx - The dx  (in)dy - The dy  (in)hint - A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant  (in)
- Returns:
 - The level
 - Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.