| 程序包 | 说明 |
|---|---|
| org.meteoinfo.data | |
| org.meteoinfo.geoprocess.analysis |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
GridArray |
GridArray.project(ProjectionInfo fromProj,
ProjectionInfo toProj,
ResampleMethods resampleMethod) |
Project grid data
|
GridData |
GridData.project(ProjectionInfo toProj,
double[] newX,
double[] newY,
ResampleMethods resampleMethod) |
Project grid data
|
GridData |
GridData.project(ProjectionInfo fromProj,
ProjectionInfo toProj,
double[] newX,
double[] newY,
ResampleMethods resampleMethod) |
Project grid data
|
StationData |
GridData.project(ProjectionInfo fromProj,
ProjectionInfo toProj,
StationData stData,
ResampleMethods resampleMethod) |
Project grid data to station data
|
GridData |
GridData.project(ProjectionInfo fromProj,
ProjectionInfo toProj,
ResampleMethods resampleMethod) |
Project grid data
|
static ucar.ma2.Array |
ArrayUtil.reproject(ucar.ma2.Array data,
List<Number> x,
List<Number> y,
List<Number> rx,
List<Number> ry,
ProjectionInfo fromProj,
ProjectionInfo toProj,
double fill_value,
ResampleMethods resampleMethod) |
Reproject
|
static Object[] |
ArrayUtil.reproject(ucar.ma2.Array data,
List<Number> xx,
List<Number> yy,
ProjectionInfo fromProj,
ProjectionInfo toProj,
ResampleMethods method) |
Project grid data
|
static ucar.ma2.Array |
ArrayUtil.reproject(ucar.ma2.Array data,
List<Number> x,
List<Number> y,
ucar.ma2.Array rx,
ucar.ma2.Array ry,
ProjectionInfo fromProj,
ProjectionInfo toProj,
double fill_value,
ResampleMethods resampleMethod) |
Reproject
|
static ucar.ma2.Array |
ArrayUtil.reproject(ucar.ma2.Array data,
List<Number> x,
List<Number> y,
ucar.ma2.Array rx,
ucar.ma2.Array ry,
ProjectionInfo fromProj,
ProjectionInfo toProj,
ResampleMethods resampleMethod) |
Reproject
|
GridData |
GridData.resample(GridData toGridData,
ResampleMethods method) |
Resample grid data
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static ResampleMethods |
ResampleMethods.valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static ResampleMethods[] |
ResampleMethods.values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2019. All rights reserved.