程序包 | 说明 |
---|---|
de.mpg.mpimet.yacgui.xml.interpolation |
Contains the classes representing different types of interpolations.
|
限定符和类型 | 字段和说明 |
---|---|
private NNearestNeighborInterpolation.Weighted |
NNearestNeighborInterpolation.weighted |
private NNearestNeighborInterpolation.Weighted |
AverageInterpolation.weighted |
限定符和类型 | 方法和说明 |
---|---|
NNearestNeighborInterpolation.Weighted |
NNearestNeighborInterpolation.getWeighted() |
NNearestNeighborInterpolation.Weighted |
AverageInterpolation.getWeighted() |
static NNearestNeighborInterpolation.Weighted |
NNearestNeighborInterpolation.Weighted.objectFromString(java.lang.String s) |
static NNearestNeighborInterpolation.Weighted |
NNearestNeighborInterpolation.Weighted.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static NNearestNeighborInterpolation.Weighted[] |
NNearestNeighborInterpolation.Weighted.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
构造器和说明 |
---|
AverageInterpolation(boolean partialCoverage,
NNearestNeighborInterpolation.Weighted weighted) |
NNearestNeighborInterpolation(int n,
NNearestNeighborInterpolation.Weighted weighted) |