com.esri.arcgis.globecore
Interface IGlobeHeightProperties2

All Superinterfaces:
IGlobeHeightProperties, java.io.Serializable
All Known Implementing Classes:
GlobeHeightProperties, IGlobeHeightProperties2Proxy

public interface IGlobeHeightProperties2
extends IGlobeHeightProperties, java.io.Serializable

COM Interface 'IGlobeHeightProperties2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to members that manipulate the extended height properties of a globe 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 IID2c9b3ac6_54a0_47a8_8de7_dff1ca452fea
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeHeightProperties
IID7fbd3fe8_885b_48cb_96af_a3d296892da3
 
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
 

Field Detail

IID2c9b3ac6_54a0_47a8_8de7_dff1ca452fea

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

setBottomlessExtrusions

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

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

isBottomlessExtrusions

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

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