|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMultiResolutionRenderer
COM Interface 'IMultiResolutionRenderer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to multi-resolution renderers.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDd16a4d52_a926_4e8e_a7a2_535950c86afa
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IIDd16a4d52_a926_4e8e_a7a2_535950c86afa
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setAreaOfInterest(IEnvelope ppAOI)
throws java.io.IOException,
AutomationException
ppAOI - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getAreaOfInterest()
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.
double getResolution()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinVisibleResolution(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.
double getMinVisibleResolution()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||