com.supermap.image.processing
类 ElevInterpolator
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.image.processing.ElevInterpolator
-
- 所有已实现的接口:
- IDisposable
public class ElevInterpolator extends com.supermap.data.InternalHandleDisposable
高程数据插值器. 通过高程数据类构造高程数据插值器,根据经纬度插值得到高程值.
-
-
构造器概要
构造器 构造器和说明 ElevInterpolator(ElevationData elevationData)
高程数据插值器构造函数
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。boolean
initialize(double longitudeBegin, double latitudeBegin, double longitudeEnd, double latitudeEnd)
高程数据插值器初始化double
interpolate(double longitude, double latitude)
高程插值static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
构造器详细资料
-
ElevInterpolator
public ElevInterpolator(ElevationData elevationData)
高程数据插值器构造函数- 参数:
elevationData
- 高程数据
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
initialize
public boolean initialize(double longitudeBegin, double latitudeBegin, double longitudeEnd, double latitudeEnd)
高程数据插值器初始化- 参数:
longitudeBegin
- 起始经度latitudeBegin
- 起始纬度longitudeEnd
- 终止经度latitudeEnd
- 终止纬度- 返回:
- 是否初始化成功
-
interpolate
public double interpolate(double longitude, double latitude)
高程插值- 参数:
longitude
- 经度latitude
- 纬度- 返回:
- 高程值
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.