public class DapperDataset extends PointObsDatasetImpl implements TypedDatasetFactoryIF
| Modifier and Type | Class and Description |
|---|---|
class |
DapperDataset.SeqPointObs |
class |
DapperDataset.SeqStationObs |
| Modifier and Type | Field and Description |
|---|---|
protected Variable |
altVar |
protected DODSNetcdfFile |
dodsFile |
protected boolean |
fatal |
protected StructureDS |
innerSequence |
protected boolean |
isProfile |
protected Variable |
latVar |
protected Variable |
lonVar |
protected StructureDS |
outerSequence |
protected Variable |
timeVar |
formatter, timeUnitboundingBox, dataVariables, desc, endDate, location, ncfile, parseInfo, startDate, title| Constructor and Description |
|---|
DapperDataset() |
DapperDataset(NetcdfDataset ds) |
| Modifier and Type | Method and Description |
|---|---|
static PointObsDataset |
factory(NetcdfDataset ds) |
List |
getData(CancelTask cancel) |
List |
getData(LatLonRect boundingBox,
CancelTask cancel) |
List |
getData(LatLonRect boundingBox,
Date start,
Date end,
CancelTask cancel) |
int |
getDataCount() |
DataIterator |
getDataIterator(int bufferSize) |
boolean |
isMine(NetcdfDataset ds) |
static boolean |
isValidFile(NetcdfFile ds) |
static void |
main(String[] args) |
TypedDataset |
open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog) |
List |
readStationData(Station s,
CancelTask cancel) |
void |
readStations(List stations) |
protected void |
setBoundingBox() |
protected void |
setEndDate() |
protected void |
setStartDate() |
protected void |
setTimeUnits() |
getData, getData, getData, getDataClass, getDetailInfo, getMetersConversionFactor, getScientificDataType, getTime, getTimeUnitsclose, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, getStartDate, getTitle, removeDataVariable, setDescription, setLocationURI, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetScientificDataTypeclose, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitleprotected DODSNetcdfFile dodsFile
protected Variable latVar
protected Variable lonVar
protected Variable altVar
protected Variable timeVar
protected StructureDS innerSequence
protected StructureDS outerSequence
protected boolean isProfile
protected boolean fatal
public DapperDataset()
public DapperDataset(NetcdfDataset ds) throws IOException
IOExceptionpublic static boolean isValidFile(NetcdfFile ds)
public static PointObsDataset factory(NetcdfDataset ds) throws IOException
IOExceptionpublic boolean isMine(NetcdfDataset ds)
isMine in interface TypedDatasetFactoryIFpublic TypedDataset open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog) throws IOException
open in interface TypedDatasetFactoryIFIOExceptionprotected void setTimeUnits()
setTimeUnits in class PointObsDatasetImplprotected void setStartDate()
setStartDate in class TypedDatasetImplprotected void setEndDate()
setEndDate in class TypedDatasetImplprotected void setBoundingBox()
setBoundingBox in class TypedDatasetImplpublic int getDataCount()
getDataCount in interface PointCollectionpublic List getData(CancelTask cancel) throws IOException
getData in interface PointCollectionIOExceptionpublic List getData(LatLonRect boundingBox, CancelTask cancel) throws IOException
getData in interface PointCollectionIOExceptionpublic List getData(LatLonRect boundingBox, Date start, Date end, CancelTask cancel) throws IOException
getData in interface PointCollectionIOExceptionpublic void readStations(List stations) throws IOException
IOExceptionpublic List readStationData(Station s, CancelTask cancel) throws IOException
IOExceptionpublic DataIterator getDataIterator(int bufferSize) throws IOException
getDataIterator in interface PointCollectionIOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 1999-2013 OPeNDAP. All Rights Reserved.