类的使用
com.supermap.realspace.spatialanalyst.InterpolationParameter3D
-
使用InterpolationParameter3D的程序包 程序包 说明 com.supermap.realspace.spatialanalyst -
-
com.supermap.realspace.spatialanalyst中InterpolationParameter3D的使用
com.supermap.realspace.spatialanalyst中InterpolationParameter3D的子类 限定符和类型 类和说明 class
InterpolationIDWParameter3D
距离反比权值插值(Inverse Distance Weighted)参数类,继承自InterpolationParameter3D
类。class
InterpolationKrigingParameter3D
克吕金(Kriging)内插法参数类,继承自InterpolationParameter3D
类。参数类型为InterpolationParameter3D的com.supermap.realspace.spatialanalyst中的方法 限定符和类型 方法和说明 static DatasetVolume
Interpolator3D. interpolate(InterpolationParameter3D parameter, DatasetVector interpolatedPoint, String zValueFieldName, double zValueScale, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat)
static DatasetVolume
Interpolator3D. interpolate(InterpolationParameter3D parameter, DatasetVector interpolatedPoint, String zValueFieldName, double zValueScale, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat, SteppedListener... listeners)
对三维点数据集进行三维插值分析,并返回分析结果。static DatasetVolume
Interpolator3D. interpolate(InterpolationParameter3D parameter, GeoTIM tim, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat)
已过时。static DatasetVolume
Interpolator3D. interpolate(InterpolationParameter3D parameter, GeoTIM tim, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat, SteppedListener... listeners)
对三维点记录集进行三维插值分析,并返回分析结果。static DatasetVolume
Interpolator3D. interpolate(InterpolationParameter3D parameter, Point3D[] points, double[] values, PrjCoordSys prjCoordSys, double zValueScale, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat)
static DatasetVolume
Interpolator3D. interpolate(InterpolationParameter3D parameter, Point3D[] points, double[] values, PrjCoordSys prjCoordSys, double zValueScale, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat, SteppedListener... listeners)
对三维点记录集进行三维插值分析,并返回分析结果。static DatasetVolume
Interpolator3D. interpolate(InterpolationParameter3D parameter, Recordset interpolatedPointRecordset, String zValueFieldName, double zValueScale, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat)
static DatasetVolume
Interpolator3D. interpolate(InterpolationParameter3D parameter, Recordset interpolatedPointRecordset, String zValueFieldName, double zValueScale, Datasource targetDatasource, String targetDatasetName, PixelFormat pixelFormat, SteppedListener... listeners)
对三维点记录集进行三维插值分析,并返回分析结果。
-
Copyright © 2021–2024 SuperMap. All rights reserved.