public interface ILODInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID757c37ed_eec5_48a6_b48c_c8600ce8037e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID757c37ed_eec5_48a6_b48c_c8600ce8037e
static final int xxDummy
static final java.lang.String IID
int getLevelID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLevelID(int pLevelID) throws java.io.IOException, AutomationException
pLevelID
- The pLevelID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setScale(double pScale) throws java.io.IOException, AutomationException
pScale
- The pScale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResolution(double pResolution) throws java.io.IOException, AutomationException
pResolution
- The pResolution (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.