Package ucar.nc2.dt.trajectory
Class UnidataTrajectoryObsDataset
- java.lang.Object
-
- ucar.nc2.dt.TypedDatasetImpl
-
- ucar.nc2.dt.trajectory.SingleTrajectoryObsDataset
-
- ucar.nc2.dt.trajectory.UnidataTrajectoryObsDataset
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,TrajectoryObsDataset
,TypedDataset
,TypedDatasetFactoryIF
public class UnidataTrajectoryObsDataset extends SingleTrajectoryObsDataset implements TypedDatasetFactoryIF
Deprecated.use ucar.nc2.ft.pointHandle trajectory data files that follow the Unidata Observation Dataset convention version 1.0. Documentation on this convention is available at https://www.unidata.ucar.edu/software/netcdf-java/formats/UnidataObsConvention.html- Since:
- 2006-11-17T17:26:14-0700
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.dt.trajectory.SingleTrajectoryObsDataset
SingleTrajectoryObsDataset.Config
-
-
Field Summary
-
Fields inherited from class ucar.nc2.dt.trajectory.SingleTrajectoryObsDataset
elevVar, elevVarUnitsConversionFactor, latVar, lonVar, recordVar, timeDim, timeVar, timeVarUnitsString, trajectory, trajectoryId, trajectoryNumPoint, trajectoryVarsMap
-
Fields inherited from class ucar.nc2.dt.TypedDatasetImpl
boundingBox, dataVariables, desc, endDate, location, netcdfDataset, parseInfo, startDate, title
-
-
Constructor Summary
Constructors Constructor Description UnidataTrajectoryObsDataset()
Deprecated.UnidataTrajectoryObsDataset(NetcdfDataset ncd)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FeatureType
getScientificDataType()
Deprecated.What kind of cientific data type will this return?boolean
isMine(NetcdfDataset ds)
Deprecated.Determine if this dataset belongs to youstatic boolean
isValidFile(NetcdfFile ds)
Deprecated.TypedDataset
open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
Deprecated.Open a NetcdfDataset as a TypedDataset.-
Methods inherited from class ucar.nc2.dt.trajectory.SingleTrajectoryObsDataset
getDetailInfo, getMetersConversionFactor, getTrajectories, getTrajectory, getTrajectoryIds, setBoundingBox, setEndDate, setStartDate, setTrajectoryInfo, syncExtend
-
Methods inherited from class ucar.nc2.dt.TypedDatasetImpl
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, getStartDate, getTitle, removeDataVariable, setDescription, setLocationURI, 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
-
-
-
-
Constructor Detail
-
UnidataTrajectoryObsDataset
public UnidataTrajectoryObsDataset()
Deprecated.
-
UnidataTrajectoryObsDataset
public UnidataTrajectoryObsDataset(NetcdfDataset ncd) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
isValidFile
public static boolean isValidFile(NetcdfFile ds)
Deprecated.
-
isMine
public boolean isMine(NetcdfDataset ds)
Deprecated.Description copied from interface:TypedDatasetFactoryIF
Determine if this dataset belongs to you- Specified by:
isMine
in interfaceTypedDatasetFactoryIF
- Parameters:
ds
- examine this NetcdfDataset to see if it belongs to this class.- Returns:
- true if this class knows how to create a TypedDataset out of this NetcdfDataset.
-
open
public TypedDataset open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog) throws IOException
Deprecated.Description copied from interface:TypedDatasetFactoryIF
Open a NetcdfDataset as a TypedDataset.- Specified by:
open
in interfaceTypedDatasetFactoryIF
- Parameters:
ncd
- already opened NetcdfDataset.task
- use may cancelerrlog
- place errors here- Returns:
- a subclass of TypedDataset
- Throws:
IOException
- on error
-
getScientificDataType
public FeatureType getScientificDataType()
Deprecated.Description copied from interface:TypedDatasetFactoryIF
What kind of cientific data type will this return?- Specified by:
getScientificDataType
in interfaceTypedDatasetFactoryIF
- Returns:
- scientific data type
-
-