public class UnidataTrajectoryObsDataset2 extends TypedDatasetImpl implements TrajectoryObsDataset, TypedDatasetFactoryIF
| Modifier and Type | Field and Description |
|---|---|
protected TrajectoryObsDataset |
backingTraj
Deprecated.
|
protected Variable |
elevVar
Deprecated.
|
protected java.lang.String |
elevVarName
Deprecated.
|
protected boolean |
isMultiTrajStructure
Deprecated.
|
protected boolean |
isTimeDimensionFirst
Deprecated.
|
protected Variable |
latVar
Deprecated.
|
protected java.lang.String |
latVarName
Deprecated.
|
protected Variable |
lonVar
Deprecated.
|
protected java.lang.String |
lonVarName
Deprecated.
|
protected Structure |
recordVar
Deprecated.
|
protected Dimension |
timeDim
Deprecated.
|
protected java.lang.String |
timeDimName
Deprecated.
|
protected Variable |
timeVar
Deprecated.
|
protected java.lang.String |
timeVarName
Deprecated.
|
protected Dimension |
trajDim
Deprecated.
|
protected java.lang.String |
trajDimName
Deprecated.
|
protected Variable |
trajVar
Deprecated.
|
protected java.lang.String |
trajVarName
Deprecated.
|
boundingBox, dataVariables, desc, endDate, location, netcdfDataset, parseInfo, startDate, title| Constructor and Description |
|---|
UnidataTrajectoryObsDataset2()
Deprecated.
|
UnidataTrajectoryObsDataset2(NetcdfDataset ncd)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
Close all resources associated with this dataset.
|
Attribute |
findGlobalAttributeIgnoreCase(java.lang.String name)
Deprecated.
|
LatLonRect |
getBoundingBox()
Deprecated.
|
VariableSimpleIF |
getDataVariable(java.lang.String shortName)
Deprecated.
Get the named data Variable.
|
java.util.List<VariableSimpleIF> |
getDataVariables()
Deprecated.
The data Variables available in this dataset.
|
java.lang.String |
getDescription()
Deprecated.
|
java.lang.String |
getDetailInfo()
Deprecated.
|
java.util.Date |
getEndDate()
Deprecated.
|
java.util.List<Attribute> |
getGlobalAttributes()
Deprecated.
List of global attributes.
|
java.lang.String |
getLocation()
Deprecated.
|
NetcdfFile |
getNetcdfFile()
Deprecated.
|
FeatureType |
getScientificDataType()
Deprecated.
What kind of cientific data type will this return?
|
java.util.Date |
getStartDate()
Deprecated.
|
java.lang.String |
getTitle()
Deprecated.
|
java.util.List |
getTrajectories()
Deprecated.
Get trajectories contained in this dataset.
|
TrajectoryObsDatatype |
getTrajectory(java.lang.String trajectoryId)
Deprecated.
Get the named trajectory
|
java.util.List<java.lang.String> |
getTrajectoryIds()
Deprecated.
Get a list of String IDs for the available trajectories.
|
boolean |
isMine(NetcdfDataset ds)
Deprecated.
Determine if this dataset belongs to you
|
static boolean |
isValidFile(NetcdfFile ds)
Deprecated.
|
TypedDataset |
open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Deprecated.
Open a NetcdfDataset as a TypedDataset.
|
protected void |
setBoundingBox()
Deprecated.
|
protected void |
setEndDate()
Deprecated.
|
protected void |
setStartDate()
Deprecated.
|
boolean |
syncExtend()
Deprecated.
Syncronize with the underlying dataset if it has been extended in a way
that is compatible with the existing structural metadata (for instance,
if the unlimited dimension has grown).
|
getLocationURI, removeDataVariable, setDescription, setLocationURI, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationURIprotected Variable trajVar
protected Dimension trajDim
protected Variable timeVar
protected Dimension timeDim
protected Structure recordVar
protected Variable latVar
protected Variable lonVar
protected Variable elevVar
protected java.lang.String trajDimName
protected java.lang.String trajVarName
protected java.lang.String timeDimName
protected java.lang.String timeVarName
protected java.lang.String latVarName
protected java.lang.String lonVarName
protected java.lang.String elevVarName
protected boolean isMultiTrajStructure
protected boolean isTimeDimensionFirst
protected TrajectoryObsDataset backingTraj
public UnidataTrajectoryObsDataset2()
public UnidataTrajectoryObsDataset2(NetcdfDataset ncd) throws java.io.IOException
java.io.IOExceptionpublic static boolean isValidFile(NetcdfFile ds)
public boolean isMine(NetcdfDataset ds)
TypedDatasetFactoryIFisMine in interface TypedDatasetFactoryIFds - 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
TypedDatasetFactoryIFopen in interface TypedDatasetFactoryIFncd - already opened NetcdfDataset.task - use may cancelerrlog - place errors herejava.io.IOException - on errorpublic FeatureType getScientificDataType()
TypedDatasetFactoryIFgetScientificDataType in interface TypedDatasetFactoryIFpublic java.lang.String getDetailInfo()
getDetailInfo in interface TypedDatasetgetDetailInfo in class TypedDatasetImplpublic java.lang.String getTitle()
getTitle in interface TypedDatasetgetTitle in class TypedDatasetImplpublic java.lang.String getDescription()
getDescription in interface TypedDatasetgetDescription in class TypedDatasetImplpublic java.lang.String getLocation()
getLocation in class TypedDatasetImplprotected void setStartDate()
setStartDate in class TypedDatasetImplpublic java.util.Date getStartDate()
getStartDate in interface TypedDatasetgetStartDate in class TypedDatasetImplprotected void setEndDate()
setEndDate in class TypedDatasetImplpublic java.util.Date getEndDate()
getEndDate in interface TypedDatasetgetEndDate in class TypedDatasetImplprotected void setBoundingBox()
setBoundingBox in class TypedDatasetImplpublic LatLonRect getBoundingBox()
getBoundingBox in interface TypedDatasetgetBoundingBox in class TypedDatasetImplpublic java.util.List<Attribute> getGlobalAttributes()
TypedDatasetgetGlobalAttributes in interface TypedDatasetgetGlobalAttributes in class TypedDatasetImplpublic Attribute findGlobalAttributeIgnoreCase(java.lang.String name)
findGlobalAttributeIgnoreCase in interface TypedDatasetfindGlobalAttributeIgnoreCase in class TypedDatasetImplname - attribute namepublic java.util.List<VariableSimpleIF> getDataVariables()
TypedDatasetgetDataVariables in interface TypedDatasetgetDataVariables in class TypedDatasetImplpublic VariableSimpleIF getDataVariable(java.lang.String shortName)
TypedDatasetgetDataVariable in interface TypedDatasetgetDataVariable in class TypedDatasetImplshortName - of data Variable.public NetcdfFile getNetcdfFile()
getNetcdfFile in interface TypedDatasetgetNetcdfFile in class TypedDatasetImplpublic void close()
throws java.io.IOException
TypedDatasetclose in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in interface TypedDatasetclose in class TypedDatasetImpljava.io.IOException - on I/O errorpublic java.util.List<java.lang.String> getTrajectoryIds()
TrajectoryObsDatasetgetTrajectoryIds in interface TrajectoryObsDatasetpublic java.util.List getTrajectories()
TrajectoryObsDatasetgetTrajectories in interface TrajectoryObsDatasetpublic TrajectoryObsDatatype getTrajectory(java.lang.String trajectoryId)
TrajectoryObsDatasetgetTrajectory in interface TrajectoryObsDatasettrajectoryId - id of trajectorypublic boolean syncExtend()
TrajectoryObsDatasetsyncExtend in interface TrajectoryObsDataset