Package ucar.nc2.dt.trajectory
Class COSMICTrajectoryObsDataset
- java.lang.Object
-
- ucar.nc2.dt.TypedDatasetImpl
-
- ucar.nc2.dt.trajectory.TrajectoryObsDatasetImpl
-
- ucar.nc2.dt.trajectory.COSMICTrajectoryObsDataset
-
- All Implemented Interfaces:
Closeable,AutoCloseable,TrajectoryObsDataset,TypedDataset,TypedDatasetFactoryIF
public class COSMICTrajectoryObsDataset extends TrajectoryObsDatasetImpl implements TypedDatasetFactoryIF
Deprecated.use ucar.nc2.ft.pointCreated by IntelliJ IDEA. User: yuanho Date: Jul 14, 2009 Time: 3:02:33 PM To change this template use File | Settings | File Templates.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.dt.trajectory.TrajectoryObsDatasetImpl
TrajectoryObsDatasetImpl.Config
-
-
Field Summary
-
Fields inherited from class ucar.nc2.dt.trajectory.TrajectoryObsDatasetImpl
dimVar, dimVarUnitsString, elevVar, elevVarUnitsConversionFactor, latVar, lonVar, recordVar, trajectory, trajectoryDim, 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 COSMICTrajectoryObsDataset()Deprecated.COSMICTrajectoryObsDataset(ucar.nc2.dataset.NetcdfDataset ncd)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DategetEndDate()Deprecated.ucar.nc2.constants.FeatureTypegetScientificDataType()Deprecated.What kind of cientific data type will this return?DategetStartDate()Deprecated.booleanisMine(ucar.nc2.dataset.NetcdfDataset ds)Deprecated.Determine if this dataset belongs to youstatic booleanisValidFile(ucar.nc2.dataset.NetcdfDataset ncd)Deprecated.TypedDatasetopen(ucar.nc2.dataset.NetcdfDataset ncd, ucar.nc2.util.CancelTask task, StringBuilder errlog)Deprecated.Open a NetcdfDataset as a TypedDataset.protected voidsetEndDate()Deprecated.protected voidsetStartDate()Deprecated.-
Methods inherited from class ucar.nc2.dt.trajectory.TrajectoryObsDatasetImpl
getDetailInfo, getMetersConversionFactor, getTrajectories, getTrajectory, getTrajectoryIds, setBoundingBox, setTrajectoryInfo, syncExtend
-
Methods inherited from class ucar.nc2.dt.TypedDatasetImpl
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, 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, getGlobalAttributes, getLocationURI, getNetcdfFile, getTitle
-
-
-
-
Constructor Detail
-
COSMICTrajectoryObsDataset
public COSMICTrajectoryObsDataset()
Deprecated.
-
COSMICTrajectoryObsDataset
public COSMICTrajectoryObsDataset(ucar.nc2.dataset.NetcdfDataset ncd) throws IOExceptionDeprecated.- Throws:
IOException
-
-
Method Detail
-
isValidFile
public static boolean isValidFile(ucar.nc2.dataset.NetcdfDataset ncd)
Deprecated.
-
getStartDate
public Date getStartDate()
Deprecated.- Specified by:
getStartDatein interfaceTypedDataset- Overrides:
getStartDatein classTypedDatasetImpl- Returns:
- Start date for the entire dataset.
-
getEndDate
public Date getEndDate()
Deprecated.- Specified by:
getEndDatein interfaceTypedDataset- Overrides:
getEndDatein classTypedDatasetImpl- Returns:
- End date for the entire dataset.
-
setStartDate
protected void setStartDate()
Deprecated.- Specified by:
setStartDatein classTypedDatasetImpl
-
setEndDate
protected void setEndDate()
Deprecated.- Specified by:
setEndDatein classTypedDatasetImpl
-
isMine
public boolean isMine(ucar.nc2.dataset.NetcdfDataset ds)
Deprecated.Description copied from interface:TypedDatasetFactoryIFDetermine if this dataset belongs to you- Specified by:
isMinein 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(ucar.nc2.dataset.NetcdfDataset ncd, ucar.nc2.util.CancelTask task, StringBuilder errlog) throws IOException
Deprecated.Description copied from interface:TypedDatasetFactoryIFOpen a NetcdfDataset as a TypedDataset.- Specified by:
openin interfaceTypedDatasetFactoryIF- Parameters:
ncd- already opened NetcdfDataset.task- use may cancelerrlog- place errors here- Returns:
- a subclass of TypedDataset
- Throws:
IOException- on error
-
getScientificDataType
public ucar.nc2.constants.FeatureType getScientificDataType()
Deprecated.Description copied from interface:TypedDatasetFactoryIFWhat kind of cientific data type will this return?- Specified by:
getScientificDataTypein interfaceTypedDatasetFactoryIF- Returns:
- scientific data type
-
-