|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dt.TypedDatasetImpl
ucar.nc2.dt.trajectory.TrajectoryObsDatasetImpl
public abstract class TrajectoryObsDatasetImpl
Created by IntelliJ IDEA. User: yuanho Date: Jul 14, 2009 Time: 1:30:40 PM To change this template use File | Settings | File Templates.
Nested Class Summary | |
---|---|
static class |
TrajectoryObsDatasetImpl.Config
Deprecated. Class Config _more_ |
Field Summary | |
---|---|
protected Variable |
dimVar
Deprecated. _more_ |
protected String |
dimVarUnitsString
Deprecated. _more_ |
protected Variable |
elevVar
Deprecated. _more_ |
protected double |
elevVarUnitsConversionFactor
Deprecated. _more_ |
protected Variable |
latVar
Deprecated. _more_ |
protected Variable |
lonVar
Deprecated. _more_ |
protected Structure |
recordVar
Deprecated. _more_ |
protected TrajectoryObsDatatype |
trajectory
Deprecated. _more_ |
protected Dimension |
trajectoryDim
Deprecated. _more_ |
protected String |
trajectoryId
Deprecated. _more_ |
protected int |
trajectoryNumPoint
Deprecated. _more_ |
protected HashMap |
trajectoryVarsMap
Deprecated. _more_ |
Fields inherited from class ucar.nc2.dt.TypedDatasetImpl |
---|
boundingBox, dataVariables, desc, endDate, location, ncfile, parseInfo, startDate, title |
Constructor Summary | |
---|---|
TrajectoryObsDatasetImpl()
Deprecated. _more_ |
|
TrajectoryObsDatasetImpl(NetcdfDataset ncfile)
Deprecated. _more_ |
Method Summary | |
---|---|
String |
getDetailInfo()
Deprecated. _more_ |
protected static double |
getMetersConversionFactor(String unitsString)
Deprecated. _more_ |
List |
getTrajectories()
Deprecated. _more_ |
TrajectoryObsDatatype |
getTrajectory(String trajectoryId)
Deprecated. _more_ |
List |
getTrajectoryIds()
Deprecated. _more_ |
protected void |
setBoundingBox()
Deprecated. _more_ |
void |
setTrajectoryInfo(TrajectoryObsDatasetImpl.Config trajConfig)
Deprecated. Setup needed for all SingleTrajectoryObsDatatypes. |
boolean |
syncExtend()
Deprecated. _more_ |
Methods inherited from class ucar.nc2.dt.TypedDatasetImpl |
---|
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, getStartDate, getTitle, removeDataVariable, setDescription, setEndDate, setLocationURI, setStartDate, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ucar.nc2.dt.TypedDataset |
---|
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitle |
Field Detail |
---|
protected String trajectoryId
protected int trajectoryNumPoint
protected HashMap trajectoryVarsMap
protected Dimension trajectoryDim
protected Variable dimVar
protected Structure recordVar
protected Variable latVar
protected Variable lonVar
protected Variable elevVar
protected String dimVarUnitsString
protected double elevVarUnitsConversionFactor
protected TrajectoryObsDatatype trajectory
Constructor Detail |
---|
public TrajectoryObsDatasetImpl()
public TrajectoryObsDatasetImpl(NetcdfDataset ncfile)
ncfile
- _more_Method Detail |
---|
public void setTrajectoryInfo(TrajectoryObsDatasetImpl.Config trajConfig) throws IOException
trajConfig
- _more_
IllegalArgumentException
- if units of time, latitude, longitude, or altitude variables are not as required.
IllegalStateException
- if this method has already been called.
IOException
- _more_protected static double getMetersConversionFactor(String unitsString) throws Exception
unitsString
- _more_
Exception
- _more_protected void setBoundingBox()
setBoundingBox
in class TypedDatasetImpl
public List getTrajectoryIds()
getTrajectoryIds
in interface TrajectoryObsDataset
public List getTrajectories()
getTrajectories
in interface TrajectoryObsDataset
public TrajectoryObsDatatype getTrajectory(String trajectoryId)
getTrajectory
in interface TrajectoryObsDataset
trajectoryId
- _more_
public String getDetailInfo()
getDetailInfo
in interface TypedDataset
getDetailInfo
in class TypedDatasetImpl
public boolean syncExtend()
syncExtend
in interface TrajectoryObsDataset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |