public class CosmicTrajectoryObsDataset
extends ucar.nc2.dt.trajectory.SingleTrajectoryObsDataset
implements ucar.nc2.dt.TypedDatasetFactoryIF
Constructor and Description |
---|
CosmicTrajectoryObsDataset()
Default constructor.
|
CosmicTrajectoryObsDataset(ucar.nc2.dataset.NetcdfDataset ncd)
Create a new TrajectoryObsDataset from the generic one
|
Modifier and Type | Method and Description |
---|---|
ucar.nc2.constants.FeatureType |
getScientificDataType()
Get the CDM scientific data type
|
boolean |
isMine(ucar.nc2.dataset.NetcdfDataset ds)
Is this my type of file?
|
static boolean |
isValidFile(ucar.nc2.dataset.NetcdfDataset ncd)
Is this the right format for this adapter
|
ucar.nc2.dt.TypedDataset |
open(ucar.nc2.dataset.NetcdfDataset ncd,
ucar.nc2.util.CancelTask task,
java.lang.StringBuilder errlog)
Open the NetcdfDataset as a TrajectoryObsDataset
|
getDetailInfo, getMetersConversionFactor, getTrajectories, getTrajectory, getTrajectoryIds, setBoundingBox, setEndDate, setStartDate, setTrajectoryInfo, syncExtend
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, getStartDate, getTitle, removeDataVariable, setDescription, setLocationURI, setTitle
public CosmicTrajectoryObsDataset()
public CosmicTrajectoryObsDataset(ucar.nc2.dataset.NetcdfDataset ncd) throws java.io.IOException
ncd
- dataset to decoratejava.io.IOException
- problem reading datapublic static boolean isValidFile(ucar.nc2.dataset.NetcdfDataset ncd)
ncd
- NetcdfDataset to checkpublic boolean isMine(ucar.nc2.dataset.NetcdfDataset ds)
isMine
in interface ucar.nc2.dt.TypedDatasetFactoryIF
ds
- dataset to checkpublic ucar.nc2.dt.TypedDataset open(ucar.nc2.dataset.NetcdfDataset ncd, ucar.nc2.util.CancelTask task, java.lang.StringBuilder errlog) throws java.io.IOException
open
in interface ucar.nc2.dt.TypedDatasetFactoryIF
ncd
- datasettask
- cancel taskerrlog
- where to put errorsjava.io.IOException
- problem opening the filepublic ucar.nc2.constants.FeatureType getScientificDataType()
getScientificDataType
in interface ucar.nc2.dt.TypedDatasetFactoryIF