com.supermap.image.processing
类 GroundStatistics
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.image.processing.GroundStatistics
-
- 所有已实现的接口:
- IDisposable
public class GroundStatistics extends com.supermap.data.InternalHandleDisposable
区域网平差地面点的统计数据. 通常统计地面点经纬度高程残差信息,包含三种统计数据:经度上残差统计数据、纬度上残差统计数据、高程上残差统计数据。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。StatisticValue
getHeight()
获取高程上统计数据StatisticValue
getLatitude()
获取纬度上统计数据StatisticValue
getLongitude()
获取经度上统计数据static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
getHeight
public StatisticValue getHeight()
获取高程上统计数据- 返回:
- 高程上统计数据
-
getLatitude
public StatisticValue getLatitude()
获取纬度上统计数据- 返回:
- 纬度上统计数据
-
getLongitude
public StatisticValue getLongitude()
获取经度上统计数据- 返回:
- 经度上统计数据
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.