|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILODInfo
Provides access to members that provide the LOD info.
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 |
---|
int getLevelID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLevelID(int pLevelID) throws IOException, AutomationException
pLevelID
- The pLevelID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScale(double pScale) throws IOException, AutomationException
pScale
- The pScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getResolution() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResolution(double pResolution) throws IOException, AutomationException
pResolution
- The pResolution (in)
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 |