com.esri.arcgis.carto
Interface ILODInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
LODInfo

public interface ILODInfo
extends Serializable

Provides access to members that provide the LOD info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getLevelID()
          The level ID.
 double getResolution()
          The resolution at this level.
 double getScale()
          The scale at this level.
 void setLevelID(int pLevelID)
          The level ID.
 void setResolution(double pResolution)
          The resolution at this level.
 void setScale(double pScale)
          The scale at this level.
 

Method Detail

getLevelID

int getLevelID()
               throws IOException,
                      AutomationException
The level ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pLevelID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLevelID

void setLevelID(int pLevelID)
                throws IOException,
                       AutomationException
The level ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pLevelID - The pLevelID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScale

double getScale()
                throws IOException,
                       AutomationException
The scale at this level.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pScale
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setScale

void setScale(double pScale)
              throws IOException,
                     AutomationException
The scale at this level.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pScale - The pScale (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResolution

double getResolution()
                     throws IOException,
                            AutomationException
The resolution at this level.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pResolution
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResolution

void setResolution(double pResolution)
                   throws IOException,
                          AutomationException
The resolution at this level.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pResolution - The pResolution (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.