public interface TrajectoryObsDataset extends TypedDataset
 TrajectoryObsDataset trajDs = TrajectoryObsDatasetFactory.open(uriString);
 for (Iterator it = trajDs.getTrajectories().iterator(); it.hasNext();) {
   TrajectoryObsDatatype traj = (TrajectoryObsDatatype) it.next();
 }
 | Modifier and Type | Method and Description | 
|---|---|
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 | 
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). 
 | 
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getDetailInfo, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitlejava.util.List<java.lang.String> getTrajectoryIds()
java.util.List getTrajectories()
TrajectoryObsDatatype getTrajectory(java.lang.String trajectoryId)
trajectoryId - id of trajectoryboolean syncExtend()