|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.sounding.TrackInfo
ucar.unidata.data.sounding.CosmicTrajectoryFeatureTypeInfo
public class CosmicTrajectoryFeatureTypeInfo
Created by IntelliJ IDEA. User: yuanho Date: Sep 23, 2009 Time: 12:46:01 PM To change this template use File | Settings | File Templates.
| Field Summary | |
|---|---|
static String |
VAR_ALTITUDE
Fixed var name for alt |
static String |
VAR_LATITUDE
Fixed var name for lat |
static String |
VAR_LONGITUDE
Fixed var name for lon |
static String |
VAR_TIME
Fixed var name for time |
| Fields inherited from class ucar.unidata.data.sounding.TrackInfo |
|---|
adapter, ALT_TYPE, cachedTimeVals, lastSpatialSetRange, LAT_TYPE, llaSet, LON_TYPE, TIME_TYPE, trackName, varAltitude, variables, varLatitude, varLongitude, varTime, workBearing |
| Constructor Summary | |
|---|---|
CosmicTrajectoryFeatureTypeInfo(TrackAdapter adapter,
ucar.nc2.ft.FeatureDatasetPoint fd,
ucar.nc2.ft.TrajectoryFeatureCollection tfc)
ctor |
|
| Method Summary | |
|---|---|
Data |
getAerologicalDiagramData()
get the data |
Data[] |
getAerologicalDiagramDataArray()
get the data |
protected ucar.ma2.Range |
getDataRange()
Get the full range. |
float |
getDewpoint(float temp,
float vp)
_more_ |
protected float[] |
getDewPointFloatData(ucar.ma2.Range range)
_more_ |
double[] |
getDoubleData(ucar.ma2.Range range,
String var)
_more_ |
float[] |
getFloatData(ucar.ma2.Range range,
String var)
Get the data values for the range. |
NamedLocationTuple |
getLatLonPoint()
_more_ |
int |
getNumberPoints()
Get number of points in track |
FieldImpl |
getPointObTrack(ucar.ma2.Range range)
Take a FlatField of data and turn it into a field of PointObs. |
String[] |
getStringData(ucar.ma2.Range range,
String var)
Get the string values for the var |
protected double[] |
getTime(ucar.ma2.Range range)
Get the time for each ob. |
protected Unit |
getTimeUnit()
A utility to get the time unit |
static float[] |
qcLatLon(float[] v)
_more_ |
| Methods inherited from class ucar.unidata.data.sounding.TrackInfo |
|---|
addVariable, countReals, getAltitude, getDataVariable, getEndTime, getFloatData, getFullRange, getLatitude, getLongitude, getSpatialSet, getStartTime, getStringData, getTimeVals, getTrack, getTrackName, getTrackWithTime, getVariables, getVarsToUse, getVarType, getVarType, includeInPointData, makeEarthDomainSet, makeRAOB, setCoordinateVars |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String VAR_LATITUDE
public static final String VAR_LONGITUDE
public static final String VAR_ALTITUDE
public static final String VAR_TIME
| Constructor Detail |
|---|
public CosmicTrajectoryFeatureTypeInfo(TrackAdapter adapter,
ucar.nc2.ft.FeatureDatasetPoint fd,
ucar.nc2.ft.TrajectoryFeatureCollection tfc)
throws Exception
adapter - The adapterfd - _more_tfc -
Exception - On badness| Method Detail |
|---|
public int getNumberPoints()
getNumberPoints in class TrackInfo
public NamedLocationTuple getLatLonPoint()
throws Exception
Exception - _more_
protected ucar.ma2.Range getDataRange()
throws Exception
getDataRange in class TrackInfoException - On badness
protected Unit getTimeUnit()
throws Exception
getTimeUnit in class TrackInfoException - On badness
protected double[] getTime(ucar.ma2.Range range)
throws Exception
getTime in class TrackInforange - Subset on range. May be null
Exception - On badnesspublic static float[] qcLatLon(float[] v)
v - _more_
public float[] getFloatData(ucar.ma2.Range range,
String var)
throws Exception
getFloatData in class TrackInforange - subset. May be nullvar - The variable
Exception - On badness
public double[] getDoubleData(ucar.ma2.Range range,
String var)
throws Exception
getDoubleData in class TrackInforange - _more_var - _more_
Exception - _more_
public String[] getStringData(ucar.ma2.Range range,
String var)
throws Exception
getStringData in class TrackInforange - subset. May be null.var - The var
Exception - On badness
public FieldImpl getPointObTrack(ucar.ma2.Range range)
throws Exception
getPointObTrack in class TrackInforange - The data range of the request
Exception - On badness
public Data getAerologicalDiagramData()
throws Exception
TrackInfo
getAerologicalDiagramData in class TrackInfoException - On badness
public Data[] getAerologicalDiagramDataArray()
throws Exception
Exception - On badness
protected float[] getDewPointFloatData(ucar.ma2.Range range)
throws Exception
range - _more_
Exception - _more_
public float getDewpoint(float temp,
float vp)
temp - _more_vp - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||