com.esri.arcgis.carto
Interface ITerrainLayer2

All Superinterfaces:
ILayer, ITerrainLayer, java.io.Serializable
All Known Implementing Classes:
ITerrainLayer2Proxy, TerrainLayer

public interface ITerrainLayer2
extends ITerrainLayer, java.io.Serializable

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

Description: 'Provides access to members that control a Terrain layer.' 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 IID5a4db585_3d53_481f_95cf_b000e26b86b4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ITerrainLayer
IID5a0f220d_614f_4c72_aff2_7ea0be2c8513
 
Method Summary
 boolean isMaintainCurrentSurface()
          Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.
 void setMaintainCurrentSurface(boolean pbMaintainSurface)
          Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.
 
Methods inherited from interface com.esri.arcgis.carto.ITerrainLayer
addRenderer, clearRenderers, deleteRenderer, getAnalysisToolsResolution, getCurrentResolution, getCurrentSurface, getDisplayField, getPointBudget, getRenderer, getRendererCount, getTargetResolution, getTerrain, insertRenderer, isAutoLOR, isLockCurrentSurface, isPyramidHonored, isScaleSymbols, isShowResolution, isUseOverviewTerrain, isUsePointBudget, setAnalysisToolsResolution, setAutoLOR, setDisplayField, setLockCurrentSurface, setPointBudget, setScaleSymbols, setShowResolution, setTargetResolution, setTerrainByRef, setUseOverviewTerrain, setUsePointBudget
 
Methods inherited from interface com.esri.arcgis.carto.ILayer
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 

Field Detail

IID5a4db585_3d53_481f_95cf_b000e26b86b4

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

isMaintainCurrentSurface

boolean isMaintainCurrentSurface()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.

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

setMaintainCurrentSurface

void setMaintainCurrentSurface(boolean pbMaintainSurface)
                               throws java.io.IOException,
                                      AutomationException
Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.

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