| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
StationData.abs() |
Calculate abstract station data
|
StationData |
StationData.acos() |
Calculate anti-cosine station data
|
StationData |
StationData.add(double value) |
Add operator with a double value
|
StationData |
StationData.add(StationData bStData) |
Add operator with another station data
|
StationData |
StationData.asin() |
Calculate anti-sine station data
|
StationData |
StationData.atan() |
Calculate anti-tangent station data
|
StationData |
StationData.cos() |
Calculate cosine station data
|
StationData |
StationData.div(double value) |
Divide operator with a double value
|
StationData |
StationData.div(StationData bStData) |
Divide operator with another station data
|
static StationData |
DataMath.div_1(double value,
StationData stData) |
Divide operator between a double value and a station data
|
StationData |
StationData.exp() |
Calculate e raised specific power value of station data
|
StationData |
StationData.filter(List<String> stations) |
Filter station data
|
static StationData[] |
DataMath.getDSFromUV(StationData uData,
StationData vData) |
Get wind direction/speed station data from wind U/V station data
|
static StationData[] |
DataMath.getUVFromDS(StationData windDirData,
StationData windSpeedData) |
Get wind U/V station data from wind direction/speed station data
|
StationData |
StationData.join(StationData indata) |
Join an other station data
|
StationData |
StationData.log() |
Calculate logrithm station data
|
StationData |
StationData.log10() |
Calculate base 10 logrithm station data
|
static StationData |
DataMath.magnitude(StationData uData,
StationData vData) |
Take magnitude value from U/V station data
|
StationData |
StationData.maskin(List<PolygonShape> polygonShapes) |
Maskin station data
|
StationData |
StationData.maskin(VectorLayer maskLayer) |
Maskin station data
|
StationData |
StationData.maskin(PolygonShape polygonShape) |
Maskin station data
|
StationData |
StationData.maskout(List<PolygonShape> polygonShapes) |
Maskout station data
|
StationData |
StationData.maskout(VectorLayer maskLayer) |
Maskout station data
|
StationData |
StationData.maskout(PolygonShape polygonShape) |
Maskout station data
|
static StationData |
DataMath.mean(List<StationData> datalist) |
Compute the arithmetic mean station data
|
StationData |
StationData.mul(double value) |
Multiply operator with a double value
|
StationData |
StationData.mul(StationData bStData) |
multiply operator with another station data
|
StationData |
StationData.pow(double p) |
Calculate power station data
|
StationData |
GridData.project(ProjectionInfo fromProj,
ProjectionInfo toProj,
StationData stData,
ResampleMethods resampleMethod) |
Project grid data to station data
|
StationData |
StationData.project(ProjectionInfo fromProj,
ProjectionInfo toProj) |
Project station data
|
StationData |
StationData.sin() |
Calculate sine station data
|
StationData |
StationData.sqrt() |
Calculate square root station data
|
static StationData |
DataMath.sub(double value,
StationData stData) |
Subtract operator between a double value and a station data
|
StationData |
StationData.sub(double value) |
Subtract operator with a double value
|
StationData |
StationData.sub(StationData bStData) |
Subtract operator with another station data
|
StationData |
StationData.tan() |
Calculate tangent station data
|
StationData |
GridData.toStation(StationData stData) |
Interpolate grid data to station data
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
StationData.add(StationData bStData) |
Add operator with another station data
|
StationData |
StationData.div(StationData bStData) |
Divide operator with another station data
|
static StationData |
DataMath.div_1(double value,
StationData stData) |
Divide operator between a double value and a station data
|
static List<ucar.ma2.Array> |
ArrayUtil.getArraysFromStationData(StationData stdata) |
Get array list from StationData
|
static StationData[] |
DataMath.getDSFromUV(StationData uData,
StationData vData) |
Get wind direction/speed station data from wind U/V station data
|
static StationData[] |
DataMath.getUVFromDS(StationData windDirData,
StationData windSpeedData) |
Get wind U/V station data from wind direction/speed station data
|
StationData |
StationData.join(StationData indata) |
Join an other station data
|
static StationData |
DataMath.magnitude(StationData uData,
StationData vData) |
Take magnitude value from U/V station data
|
StationData |
StationData.mul(StationData bStData) |
multiply operator with another station data
|
StationData |
GridData.project(ProjectionInfo fromProj,
ProjectionInfo toProj,
StationData stData,
ResampleMethods resampleMethod) |
Project grid data to station data
|
static StationData |
DataMath.sub(double value,
StationData stData) |
Subtract operator between a double value and a station data
|
StationData |
StationData.sub(StationData bStData) |
Subtract operator with another station data
|
StationData |
GridData.toStation(StationData stData) |
Interpolate grid data to station data
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static StationData |
DataMath.mean(List<StationData> datalist) |
Compute the arithmetic mean station data
|
| 构造器 | 说明 |
|---|---|
StationData(StationData aStData) |
Constructor
|
XYArrayDataset(StationData xdata,
StationData ydata,
String seriesKey) |
Constructor
|
XYListDataset(StationData xdata,
StationData ydata,
String seriesKey) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
IStationDataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
Read station data
|
StationData |
MeteoDataInfo.getStationData() |
Get station data
|
StationData |
MeteoDataInfo.getStationData(String varName) |
Get station data
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static VectorLayer |
DrawMeteoData.createSTBarbLayer(StationData uData,
StationData vData,
String layerName,
boolean isUV) |
Create station barb layer from U/V or direction/speed station data
|
static VectorLayer |
DrawMeteoData.createSTBarbLayer(StationData uData,
StationData vData,
StationData stData,
String layerName,
boolean isUV) |
Create station barb layer from U/V or direction/speed station data
|
static VectorLayer |
DrawMeteoData.createSTBarbLayer(StationData uData,
StationData vData,
StationData stData,
LegendScheme aLS,
String layerName,
boolean isUV) |
Create station barb layer from U/V or direction/speed station data
|
static VectorLayer |
DrawMeteoData.createSTBarbLayer(StationData uData,
StationData vData,
LegendScheme aLS,
String layerName,
boolean isUV) |
Create station barb layer from U/V or direction/speed station data
|
static VectorLayer |
DrawMeteoData.createSTPointLayer(StationData stationData,
String lName,
String fieldName) |
Create station point layer
|
static VectorLayer |
DrawMeteoData.createSTPointLayer(StationData stationData,
LegendScheme aLS,
String lName,
String fieldName) |
Create station point layer
|
static VectorLayer |
DrawMeteoData.createSTPointLayer_Unique(StationData stationData,
LegendScheme aLS,
String lName,
String fieldName) |
Create station point layer
|
static VectorLayer |
DrawMeteoData.createSTVectorLayer(StationData uData,
StationData vData,
String layerName,
boolean isUV) |
Create station vector layer
|
static VectorLayer |
DrawMeteoData.createSTVectorLayer(StationData uData,
StationData vData,
StationData stData,
String layerName,
boolean isUV) |
Create station vector layer
|
static VectorLayer |
DrawMeteoData.createSTVectorLayer(StationData uData,
StationData vData,
StationData stData,
LegendScheme aLS,
String layerName,
boolean isUV) |
Create station vector layer
|
static VectorLayer |
DrawMeteoData.createSTVectorLayer(StationData uData,
StationData vData,
LegendScheme aLS,
String layerName,
boolean isUV) |
Create station vector layer
|
static VectorLayer |
DrawMeteoData.createWeatherSymbolLayer(StationData weatherData,
String layerName) |
Create station weather symbol layer
|
static VectorLayer |
DrawMeteoData.createWeatherSymbolLayer(StationData weatherData,
String WeatherType,
String layerName) |
Create station weather symbol layer
|
static VectorLayer |
DrawMeteoData.createWeatherSymbolLayer(StationData weatherData,
List<Integer> wList,
String layerName) |
Create weather symbol station layer
|
static VectorLayer |
DrawMeteoData.createWeatherSymbolLayer(StationData weatherData,
List<Integer> wList,
LegendScheme aLS,
String layerName) |
Create weather symbol station layer
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
LonLatStationDataInfo.getNullStationData() |
Get Lon/Lat station data - all data are missing data
|
StationData |
LonLatStationDataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
AWXDataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
GrADSDataInfo.getGroundStationData(List<STData> stDataList,
int varIdx) |
Get ground station data
|
StationData |
GrADSDataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
GrADSDataInfo.writeStationData(StationData stData) |
Write station data
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
HYSPLITPartDataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
METARDataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
MICAPS120DataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
|
StationData |
MICAPS1DataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
|
StationData |
MICAPS2DataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
|
StationData |
MICAPS3DataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
NetCDFDataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
StationData |
SYNOPDataInfo.getStationData(int timeIdx,
int varIdx,
int levelIdx) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static LegendScheme |
LegendManage.createLegendScheme(StationData stdata,
int n,
ColorMap ct,
LegendType legendType,
ShapeTypes shapeType) |
Create legend scheme
|
static LegendScheme |
LegendManage.createLegendSchemeFromStationData(StationData stationData,
LegendType aLT,
ShapeTypes aST) |
Create legend scheme from station data
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static XYDataset |
PlotUtil.getXYDataset(StationData xdata,
StationData ydata,
String seriesKey) |
Get XYDataset from two StationData
|
Copyright © 2019. All rights reserved.