类的使用
com.supermap.analyst.spatialanalyst.ResampleMode
-
使用ResampleMode的程序包 程序包 说明 com.supermap.analyst.spatialanalyst -
-
com.supermap.analyst.spatialanalyst中ResampleMode的使用
声明为ResampleMode的com.supermap.analyst.spatialanalyst中的字段 限定符和类型 字段和说明 static ResampleMode
ResampleMode. BILINEAR
双线性内插法。static ResampleMode
ResampleMode. CUBIC
三次卷积内插法。static ResampleMode
ResampleMode. NEAREST
最邻近法。参数类型为ResampleMode的com.supermap.analyst.spatialanalyst中的方法 限定符和类型 方法和说明 static Dataset
GeneralizeAnalyst. equantResample(Dataset sourceDataset, int equantNumber, ResampleMode resampleMode, Datasource targetDatasource, String targetDatasetName, SteppedListener... listeners)
栅格等分重采样。static Dataset
GeneralizeAnalyst. resample(Dataset sourceDataset, double newCellSize, ResampleMode resampleMode, Datasource targetDatasource, String targetDatasetName)
栅格数据重采样,返回结果数据集。static Dataset
GeneralizeAnalyst. resample(Dataset sourceDataset, double newCellSize, ResampleMode resampleMode, Datasource targetDatasource, String targetDatasetName, SteppedListener... listeners)
栅格重采样
-
Copyright © 2021–2024 SuperMap. All rights reserved.