Collection of Analysis enumerations. More...
| Header | #include <Analysis |
Types
| enum class | Continuous |
(since Esri enum class | Height |
Detailed Description
Type Documentation
enum class ContinuousFieldFunctionType
The leaf type of a ContinuousFieldFunctionType.
The ContinuousFieldFunctionType can be one of:
| Constant | Value |
|---|---|
Continuous | 0 |
Continuous | 1 |
[since Esri::ArcGISRuntime 300.0] enum class HeightOrigin
Specifies how a height value should be interpreted.
The HeightOrigin can be one of:
| Constant | Value | Description |
|---|---|---|
Height | 0 | The height is relative to an elevation surface. |
Height | 1 | The 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.