Uses of Class
org.meteoinfo.data.StationData
-
-
Uses of StationData in org.meteoinfo.data
Methods in org.meteoinfo.data that return StationData Modifier and Type Method Description StationDataStationData. abs()Calculate abstract station dataStationDataStationData. acos()Calculate anti-cosine station dataStationDataStationData. add(double value)Add operator with a double valueStationDataStationData. add(StationData bStData)Add operator with another station dataStationDataStationData. asin()Calculate anti-sine station dataStationDataStationData. atan()Calculate anti-tangent station dataStationDataStationData. cos()Calculate cosine station dataStationDataStationData. div(double value)Divide operator with a double valueStationDataStationData. div(StationData bStData)Divide operator with another station datastatic StationDataDataMath. div_1(double value, StationData stData)Divide operator between a double value and a station dataStationDataStationData. exp()Calculate e raised specific power value of station dataStationDataStationData. filter(java.util.List<java.lang.String> stations)Filter station datastatic StationData[]DataMath. getDSFromUV(StationData uData, StationData vData)Get wind direction/speed station data from wind U/V station datastatic StationData[]DataMath. getUVFromDS(StationData windDirData, StationData windSpeedData)Get wind U/V station data from wind direction/speed station dataStationDataStationData. join(StationData indata)Join an other station dataStationDataStationData. log()Calculate logrithm station dataStationDataStationData. log10()Calculate base 10 logrithm station datastatic StationDataDataMath. magnitude(StationData uData, StationData vData)Take magnitude value from U/V station dataStationDataStationData. maskin(java.util.List<PolygonShape> polygonShapes)Maskin station dataStationDataStationData. maskin(VectorLayer maskLayer)Maskin station dataStationDataStationData. maskin(PolygonShape polygonShape)Maskin station dataStationDataStationData. maskout(java.util.List<PolygonShape> polygonShapes)Maskout station dataStationDataStationData. maskout(VectorLayer maskLayer)Maskout station dataStationDataStationData. maskout(PolygonShape polygonShape)Maskout station datastatic StationDataDataMath. mean(java.util.List<StationData> datalist)Compute the arithmetic mean station dataStationDataStationData. mul(double value)Multiply operator with a double valueStationDataStationData. mul(StationData bStData)multiply operator with another station dataStationDataStationData. pow(double p)Calculate power station dataStationDataGridData. project(ProjectionInfo fromProj, ProjectionInfo toProj, StationData stData, ResampleMethods resampleMethod)Project grid data to station dataStationDataStationData. project(ProjectionInfo fromProj, ProjectionInfo toProj)Project station dataStationDataStationData. sin()Calculate sine station dataStationDataStationData. sqrt()Calculate square root station datastatic StationDataDataMath. sub(double value, StationData stData)Subtract operator between a double value and a station dataStationDataStationData. sub(double value)Subtract operator with a double valueStationDataStationData. sub(StationData bStData)Subtract operator with another station dataStationDataStationData. tan()Calculate tangent station dataStationDataGridData. toStation(StationData stData)Interpolate grid data to station dataMethods in org.meteoinfo.data with parameters of type StationData Modifier and Type Method Description StationDataStationData. add(StationData bStData)Add operator with another station dataStationDataStationData. div(StationData bStData)Divide operator with another station datastatic StationDataDataMath. div_1(double value, StationData stData)Divide operator between a double value and a station datastatic java.util.List<ucar.ma2.Array>ArrayUtil. getArraysFromStationData(StationData stdata)Get array list from StationDatastatic StationData[]DataMath. getDSFromUV(StationData uData, StationData vData)Get wind direction/speed station data from wind U/V station datastatic StationData[]DataMath. getUVFromDS(StationData windDirData, StationData windSpeedData)Get wind U/V station data from wind direction/speed station dataStationDataStationData. join(StationData indata)Join an other station datastatic StationDataDataMath. magnitude(StationData uData, StationData vData)Take magnitude value from U/V station dataStationDataStationData. mul(StationData bStData)multiply operator with another station dataStationDataGridData. project(ProjectionInfo fromProj, ProjectionInfo toProj, StationData stData, ResampleMethods resampleMethod)Project grid data to station datastatic StationDataDataMath. sub(double value, StationData stData)Subtract operator between a double value and a station dataStationDataStationData. sub(StationData bStData)Subtract operator with another station dataStationDataGridData. toStation(StationData stData)Interpolate grid data to station dataMethod parameters in org.meteoinfo.data with type arguments of type StationData Modifier and Type Method Description static StationDataDataMath. mean(java.util.List<StationData> datalist)Compute the arithmetic mean station dataConstructors in org.meteoinfo.data with parameters of type StationData Constructor Description StationData(StationData aStData)ConstructorXYArrayDataset(StationData xdata, StationData ydata, java.lang.String seriesKey)ConstructorXYListDataset(StationData xdata, StationData ydata, java.lang.String seriesKey)Constructor -
Uses of StationData in org.meteoinfo.data.meteodata
Methods in org.meteoinfo.data.meteodata that return StationData Modifier and Type Method Description StationDataIStationDataInfo. getStationData(int timeIdx, int varIdx, int levelIdx)Read station dataStationDataMeteoDataInfo. getStationData()Get station dataStationDataMeteoDataInfo. getStationData(java.lang.String varName)Get station dataMethods in org.meteoinfo.data.meteodata with parameters of type StationData Modifier and Type Method Description static VectorLayerDrawMeteoData. createSTBarbLayer(StationData uData, StationData vData, java.lang.String layerName, boolean isUV)Create station barb layer from U/V or direction/speed station datastatic VectorLayerDrawMeteoData. createSTBarbLayer(StationData uData, StationData vData, StationData stData, java.lang.String layerName, boolean isUV)Create station barb layer from U/V or direction/speed station datastatic VectorLayerDrawMeteoData. createSTBarbLayer(StationData uData, StationData vData, StationData stData, LegendScheme aLS, java.lang.String layerName, boolean isUV)Create station barb layer from U/V or direction/speed station datastatic VectorLayerDrawMeteoData. createSTBarbLayer(StationData uData, StationData vData, LegendScheme aLS, java.lang.String layerName, boolean isUV)Create station barb layer from U/V or direction/speed station datastatic VectorLayerDrawMeteoData. createSTPointLayer(StationData stationData, java.lang.String lName, java.lang.String fieldName)Create station point layerstatic VectorLayerDrawMeteoData. createSTPointLayer(StationData stationData, LegendScheme aLS, java.lang.String lName, java.lang.String fieldName)Create station point layerstatic VectorLayerDrawMeteoData. createSTPointLayer_Unique(StationData stationData, LegendScheme aLS, java.lang.String lName, java.lang.String fieldName)Create station point layerstatic VectorLayerDrawMeteoData. createSTVectorLayer(StationData uData, StationData vData, java.lang.String layerName, boolean isUV)Create station vector layerstatic VectorLayerDrawMeteoData. createSTVectorLayer(StationData uData, StationData vData, StationData stData, java.lang.String layerName, boolean isUV)Create station vector layerstatic VectorLayerDrawMeteoData. createSTVectorLayer(StationData uData, StationData vData, StationData stData, LegendScheme aLS, java.lang.String layerName, boolean isUV)Create station vector layerstatic VectorLayerDrawMeteoData. createSTVectorLayer(StationData uData, StationData vData, LegendScheme aLS, java.lang.String layerName, boolean isUV)Create station vector layerstatic VectorLayerDrawMeteoData. createWeatherSymbolLayer(StationData weatherData, java.lang.String layerName)Create station weather symbol layerstatic VectorLayerDrawMeteoData. createWeatherSymbolLayer(StationData weatherData, java.lang.String WeatherType, java.lang.String layerName)Create station weather symbol layerstatic VectorLayerDrawMeteoData. createWeatherSymbolLayer(StationData weatherData, java.util.List<java.lang.Integer> wList, java.lang.String layerName)Create weather symbol station layerstatic VectorLayerDrawMeteoData. createWeatherSymbolLayer(StationData weatherData, java.util.List<java.lang.Integer> wList, LegendScheme aLS, java.lang.String layerName)Create weather symbol station layer -
Uses of StationData in org.meteoinfo.data.meteodata.ascii
Methods in org.meteoinfo.data.meteodata.ascii that return StationData Modifier and Type Method Description StationDataLonLatStationDataInfo. getNullStationData()Get Lon/Lat station data - all data are missing dataStationDataLonLatStationDataInfo. getStationData(int timeIdx, int varIdx, int levelIdx) -
Uses of StationData in org.meteoinfo.data.meteodata.awx
Methods in org.meteoinfo.data.meteodata.awx that return StationData Modifier and Type Method Description StationDataAWXDataInfo. getStationData(int timeIdx, int varIdx, int levelIdx) -
Uses of StationData in org.meteoinfo.data.meteodata.grads
Methods in org.meteoinfo.data.meteodata.grads that return StationData Modifier and Type Method Description StationDataGrADSDataInfo. getGroundStationData(java.util.List<STData> stDataList, int varIdx)Get ground station dataStationDataGrADSDataInfo. getStationData(int timeIdx, int varIdx, int levelIdx)Methods in org.meteoinfo.data.meteodata.grads with parameters of type StationData Modifier and Type Method Description voidGrADSDataInfo. writeStationData(StationData stData)Write station data -
Uses of StationData in org.meteoinfo.data.meteodata.hysplit
Methods in org.meteoinfo.data.meteodata.hysplit that return StationData Modifier and Type Method Description StationDataHYSPLITPartDataInfo. getStationData(int timeIdx, int varIdx, int levelIdx) -
Uses of StationData in org.meteoinfo.data.meteodata.metar
Methods in org.meteoinfo.data.meteodata.metar that return StationData Modifier and Type Method Description StationDataMETARDataInfo. getStationData(int timeIdx, int varIdx, int levelIdx) -
Uses of StationData in org.meteoinfo.data.meteodata.micaps
Methods in org.meteoinfo.data.meteodata.micaps that return StationData Modifier and Type Method Description StationDataMICAPS120DataInfo. getStationData(int timeIdx, int varIdx, int levelIdx)StationDataMICAPS1DataInfo. getStationData(int timeIdx, int varIdx, int levelIdx)StationDataMICAPS2DataInfo. getStationData(int timeIdx, int varIdx, int levelIdx)StationDataMICAPS3DataInfo. getStationData(int timeIdx, int varIdx, int levelIdx) -
Uses of StationData in org.meteoinfo.data.meteodata.netcdf
Methods in org.meteoinfo.data.meteodata.netcdf that return StationData Modifier and Type Method Description StationDataNetCDFDataInfo. getStationData(int timeIdx, int varIdx, int levelIdx) -
Uses of StationData in org.meteoinfo.data.meteodata.synop
Methods in org.meteoinfo.data.meteodata.synop that return StationData Modifier and Type Method Description StationDataSYNOPDataInfo. getStationData(int timeIdx, int varIdx, int levelIdx) -
Uses of StationData in org.meteoinfo.legend
Methods in org.meteoinfo.legend with parameters of type StationData Modifier and Type Method Description static LegendSchemeLegendManage. createLegendScheme(StationData stdata, int n, java.lang.String ctName, LegendType legendType, ShapeTypes shapeType)Create legend schemestatic LegendSchemeLegendManage. createLegendSchemeFromStationData(StationData stationData, LegendType aLT, ShapeTypes aST)Create legend scheme from station data -
Uses of StationData in org.meteoinfo.plot
Methods in org.meteoinfo.plot with parameters of type StationData Modifier and Type Method Description static XYDatasetPlotUtil. getXYDataset(StationData xdata, StationData ydata, java.lang.String seriesKey)Get XYDataset from two StationData
-