com.esri.arcgis.carto
Interface IMultiResolutionRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMultiResolutionRendererProxy, LasUniqueValueRenderer, TinContourRenderer

public interface IMultiResolutionRenderer
extends java.io.Serializable

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

IIDd16a4d52_a926_4e8e_a7a2_535950c86afa

static final int IIDd16a4d52_a926_4e8e_a7a2_535950c86afa
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setAreaOfInterest

void setAreaOfInterest(IEnvelope ppAOI)
                       throws java.io.IOException,
                              AutomationException
The area of interest to be rendered.

Parameters:
ppAOI - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAreaOfInterest

IEnvelope getAreaOfInterest()
                            throws java.io.IOException,
                                   AutomationException
The area of interest to be rendered.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResolution

void setResolution(double pResolution)
                   throws java.io.IOException,
                          AutomationException
The resolution to be rendered.

Parameters:
pResolution - The pResolution (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResolution

double getResolution()
                     throws java.io.IOException,
                            AutomationException
The resolution to be rendered.

Returns:
The pResolution
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinVisibleResolution

void setMinVisibleResolution(double pResolution)
                             throws java.io.IOException,
                                    AutomationException
The minimum resolution at which data are rendered.

Parameters:
pResolution - The pResolution (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinVisibleResolution

double getMinVisibleResolution()
                               throws java.io.IOException,
                                      AutomationException
The minimum resolution at which data are rendered.

Returns:
The pResolution
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.