|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMultiResolutionRenderer
Provides access to multi-resolution renderers.
| Method Summary | |
|---|---|
IEnvelope |
getAreaOfInterest()
The area of interest to be rendered. |
double |
getMinVisibleResolution()
The minimum resolution at which data are rendered. |
double |
getResolution()
The resolution to be rendered. |
void |
setAreaOfInterest(IEnvelope ppAOI)
The area of interest to be rendered. |
void |
setMinVisibleResolution(double pResolution)
The minimum resolution at which data are rendered. |
void |
setResolution(double pResolution)
The resolution to be rendered. |
| 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.
void setMinVisibleResolution(double pResolution)
throws IOException,
AutomationException
pResolution - The pResolution (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMinVisibleResolution()
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 | ||||||||