com.esri.arcgis.globecore
Interface IGlobeHeightProperties2

All Superinterfaces:
IGlobeHeightProperties, Serializable
All Known Implementing Classes:
GlobeHeightProperties

public interface IGlobeHeightProperties2
extends IGlobeHeightProperties, Serializable

Provides access to members that manipulate the extended height properties of a globe layer.

Description

Properties on the IGlobeHeightProperties2 interface allow you to specify whether the polygon features being extruded will have bottom faces.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isBottomlessExtrusions()
          Indicates whether the feature layer has elevation values.
 void setBottomlessExtrusions(boolean bottomless)
          Indicates whether the feature layer has elevation values.
 
Methods inherited from interface com.esri.arcgis.globecore.IGlobeHeightProperties
apply, applyFeatureProperties, getBaseLayer, getBaseOption, getElevationExpression, getElevationExpressionString, getExtrusionExpression, getExtrusionExpressionString, getExtrusionType, getOffset, getZFactor, isHasElevationValues, isUseElevationValues, setBaseLayerByRef, setBaseOption, setElevationExpressionByRef, setElevationExpressionString, setExtrusionExpressionByRef, setExtrusionExpressionString, setExtrusionType, setHasElevationValues, setOffset, setUseElevationValues, setZFactor
 

Method Detail

setBottomlessExtrusions

void setBottomlessExtrusions(boolean bottomless)
                             throws IOException,
                                    AutomationException
Indicates whether the feature layer has elevation values.

Description

While extruding polygon features, setting this boolean property to True will extrude the polygon features without bottom faces. This can enhance performance of the display, particularly in cases where displaying the bottom face of the extruded features may not be necessary.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isBottomlessExtrusions

boolean isBottomlessExtrusions()
                               throws IOException,
                                      AutomationException
Indicates whether the feature layer has elevation values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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