public class COSMICTrajectoryObsDataset extends TrajectoryObsDatasetImpl implements TypedDatasetFactoryIF
TrajectoryObsDatasetImpl.Config
dimVar, dimVarUnitsString, elevVar, elevVarUnitsConversionFactor, latVar, lonVar, recordVar, trajectory, trajectoryDim, trajectoryId, trajectoryNumPoint, trajectoryVarsMap
boundingBox, dataVariables, desc, endDate, location, netcdfDataset, parseInfo, startDate, title
Constructor and Description |
---|
COSMICTrajectoryObsDataset()
Deprecated.
|
COSMICTrajectoryObsDataset(NetcdfDataset ncd)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEndDate()
Deprecated.
|
FeatureType |
getScientificDataType()
Deprecated.
What kind of cientific data type will this return?
|
java.util.Date |
getStartDate()
Deprecated.
|
boolean |
isMine(NetcdfDataset ds)
Deprecated.
Determine if this dataset belongs to you
|
static boolean |
isValidFile(NetcdfDataset ncd)
Deprecated.
|
TypedDataset |
open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Deprecated.
Open a NetcdfDataset as a TypedDataset.
|
protected void |
setEndDate()
Deprecated.
|
protected void |
setStartDate()
Deprecated.
|
getDetailInfo, getMetersConversionFactor, getTrajectories, getTrajectory, getTrajectoryIds, setBoundingBox, setTrajectoryInfo, syncExtend
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, getTitle, removeDataVariable, setDescription, setLocationURI, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getGlobalAttributes, getLocationURI, getNetcdfFile, getTitle
public COSMICTrajectoryObsDataset()
public COSMICTrajectoryObsDataset(NetcdfDataset ncd) throws java.io.IOException
java.io.IOException
public static boolean isValidFile(NetcdfDataset ncd)
public java.util.Date getStartDate()
getStartDate
in interface TypedDataset
getStartDate
in class TypedDatasetImpl
public java.util.Date getEndDate()
getEndDate
in interface TypedDataset
getEndDate
in class TypedDatasetImpl
protected void setStartDate()
setStartDate
in class TypedDatasetImpl
protected void setEndDate()
setEndDate
in class TypedDatasetImpl
public boolean isMine(NetcdfDataset ds)
TypedDatasetFactoryIF
isMine
in interface TypedDatasetFactoryIF
ds
- examine this NetcdfDataset to see if it belongs to this class.public TypedDataset open(NetcdfDataset ncd, CancelTask task, java.lang.StringBuilder errlog) throws java.io.IOException
TypedDatasetFactoryIF
open
in interface TypedDatasetFactoryIF
ncd
- already opened NetcdfDataset.task
- use may cancelerrlog
- place errors herejava.io.IOException
- on errorpublic FeatureType getScientificDataType()
TypedDatasetFactoryIF
getScientificDataType
in interface TypedDatasetFactoryIF