该枚举定义了量算类型。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
public enum MeasureType |
成员
成员名称 | 描述 | |
---|---|---|
None |
无量算类型。
| |
Distance |
量算类型为距离。
| |
Area |
量算类型为面积。
| |
Volumn |
量算类型为体积。
| |
Angle |
量算类型为角度。
| |
TerrainDistance |
量算类型为依地距离。
| |
Altitude |
量算类型为高程。
| |
TerrainArea |
量算类型为依地面积。
| |
HorizontalDistance |
量算类型为水平距离。
| |
Geodesic |
量算类型为测地线距离。
| |
ClampObjArea |
依对象面积
| |
ClampObjDistance |
依对象测距
|