com.esri.arcgis.carto
Interface ITerrainRenderer2

All Superinterfaces:
ITerrainRenderer, ITinRenderer, java.io.Serializable
All Known Subinterfaces:
ITerrainAttributeRenderer
All Known Implementing Classes:
ITerrainAttributeRendererProxy, ITerrainRenderer2Proxy, TerrainPointAttributeRenderer, TerrainPointElevationRenderer, TerrainPointUniqueValueRenderer

public interface ITerrainRenderer2
extends ITerrainRenderer, java.io.Serializable

COM Interface 'ITerrainRenderer2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control functions common to all Terrain 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 IID0a7ea67a_3c04_4204_9fcc_bc56d18c773a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ITerrainRenderer
IID1f991990_0063_419d_9c83_56aa729c77c4
 
Fields inherited from interface com.esri.arcgis.carto.ITinRenderer
IID466db6cd_80a6_11d2_81eb_00104bc4cd03
 
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
 

Field Detail

IID0a7ea67a_3c04_4204_9fcc_bc56d18c773a

static final int IID0a7ea67a_3c04_4204_9fcc_bc56d18c773a
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.