|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITerrainPyramidLevel
Provides access to members of Terrain Pyramid Level.
Method Summary | |
---|---|
int |
getMaxScale()
The maximum scale this pyramid level associated with. |
int |
getPyramidType()
The pyramid type of this pyramid level associated with. |
double |
getResolution()
The resolution this pyramid level associated with. |
void |
setMaxScale(int pScale)
The maximum scale this pyramid level associated with. |
void |
setResolution(double pResolution)
The resolution this pyramid level associated with. |
Method Detail |
---|
int getPyramidType() 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.double getResolution() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxScale(int pScale) throws IOException, AutomationException
pScale
- The pScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxScale() throws IOException, AutomationException
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 |