|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITerrainRenderer2
Provides access to members that control functions common to all Terrain renderers.
| Method Summary | |
|---|---|
IEnvelope |
getAreaOfInterest()
The area of interest to be rendered. |
double |
getResolution()
The resolution to be rendered. |
void |
setAreaOfInterest(IEnvelope ppAOI)
The area of interest to be rendered. |
void |
setResolution(double pResolution)
The resolution to be rendered. |
| Methods inherited from interface com.esri.arcgis.carto.ITerrainRenderer |
|---|
getTerrain, setTerrainByRef |
| Methods inherited from interface com.esri.arcgis.carto.ITinRenderer |
|---|
canRender, copy, draw, getName, getTin, isVisible, setName, setTinByRef, setVisible |
| Method Detail |
|---|
void setAreaOfInterest(IEnvelope ppAOI)
throws IOException,
AutomationException
ppAOI - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getAreaOfInterest()
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||