com.esri.arcgis.carto
Interface ITerrainRenderer

All Superinterfaces:
ITinRenderer, java.io.Serializable
All Known Subinterfaces:
ITerrainAttributeRenderer, ITerrainRenderer2
All Known Implementing Classes:
ITerrainAttributeRendererProxy, ITerrainRenderer2Proxy, ITerrainRendererProxy, TerrainDirtyAreaRenderer, TerrainPointAttributeRenderer, TerrainPointElevationRenderer, TerrainPointUniqueValueRenderer, TinAspectRenderer, TinElevationRenderer, TinFaceRenderer, TinFaceValueRenderer, TinNodeElevationRenderer, TinSlopeRenderer

public interface ITerrainRenderer
extends ITinRenderer, java.io.Serializable

COM Interface 'ITerrainRenderer'. 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 IID1f991990_0063_419d_9c83_56aa729c77c4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ITinRenderer
IID466db6cd_80a6_11d2_81eb_00104bc4cd03
 
Method Summary
 ITerrain getTerrain()
          The Terrain associated with the renderer.
 void setTerrainByRef(ITerrain ppTerrain)
          The Terrain associated with the renderer.
 
Methods inherited from interface com.esri.arcgis.carto.ITinRenderer
canRender, copy, draw, getName, getTin, isVisible, setName, setTinByRef, setVisible
 

Field Detail

IID1f991990_0063_419d_9c83_56aa729c77c4

static final int IID1f991990_0063_419d_9c83_56aa729c77c4
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

setTerrainByRef

void setTerrainByRef(ITerrain ppTerrain)
                     throws java.io.IOException,
                            AutomationException
The Terrain associated with the renderer.

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

getTerrain

ITerrain getTerrain()
                    throws java.io.IOException,
                           AutomationException
The Terrain associated with the renderer.

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