com.esri.arcgis.carto
Interface ILODInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILODInfoProxy, LODInfo

public interface ILODInfo
extends java.io.Serializable

COM Interface 'ILODInfo'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that provide the LOD info.' 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 IID757c37ed_eec5_48a6_b48c_c8600ce8037e
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID757c37ed_eec5_48a6_b48c_c8600ce8037e

static final int IID757c37ed_eec5_48a6_b48c_c8600ce8037e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLevelID

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

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

setLevelID

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

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

getScale

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

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

setScale

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

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

getResolution

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

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

setResolution

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

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