Skip to content

Collection of Analysis enumerations. More...

Header: #include <AnalysisTypes.h>

Types

enum class ContinuousFieldFunctionType { ContinuousFieldFunction, ViewshedFunction }
(since Esri::ArcGISRuntime 300.0) enum class HeightOrigin { Relative, Absolute }

Detailed Description

Type Documentation

enum class ContinuousFieldFunctionType

The leaf type of a ContinuousFieldFunctionType.

The ContinuousFieldFunctionType can be one of:

ConstantValue
ContinuousFieldFunctionType::ContinuousFieldFunction0
ContinuousFieldFunctionType::ViewshedFunction1

[since Esri::ArcGISRuntime 300.0] enum class HeightOrigin

Specifies how a height value should be interpreted.

The HeightOrigin can be one of:

ConstantValueDescription
HeightOrigin::Relative0The height is relative to an elevation surface.
HeightOrigin::Absolute1The height is in the vertical coordinate system of a spatial reference. If the spatial reference has no vertical coordinate system, the height is interpreted as relative to the ellipsoid (if it is based on a geographic coordinate system), or the projection plane (if it is not based on a geographic coordinate system).

This enum was introduced in Esri::ArcGISRuntime 300.0.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.