|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dt.TypedDatasetImpl
ucar.nc2.dt.radial.StationRadarCollectionImpl
ucar.nc2.thredds.DqcRadarDatasetCollection
public class DqcRadarDatasetCollection
Obsolete.
Nested Class Summary | |
---|---|
class |
DqcRadarDatasetCollection.DatasetURIInfo
Class DatasetURIInfo _more_ |
class |
DqcRadarDatasetCollection.DqcRadarDatasetInfo
Class DqcRadarDatasetInfo _more_ |
class |
DqcRadarDatasetCollection.InvDatasetInfo
Class InvDatasetInfo _more_ |
Field Summary |
---|
Fields inherited from class ucar.nc2.dt.radial.StationRadarCollectionImpl |
---|
absTimesList, relTimesList, stations, timeUnit |
Fields inherited from class ucar.nc2.dt.TypedDatasetImpl |
---|
boundingBox, dataVariables, desc, endDate, location, ncfile, parseInfo, startDate, title |
Method Summary | |
---|---|
boolean |
checkStationProduct(Product product)
_more_ |
boolean |
checkStationProduct(String sName,
Product product)
_more_ |
static DqcRadarDatasetCollection |
factory(InvDataset ds,
String dqc_location,
StringBuffer errlog)
_more_ |
static DqcRadarDatasetCollection |
factory(String desc,
String dqc_location,
StringBuffer errlog)
_more_ |
ArrayList |
getData(String sName,
DateSelection dateInfo)
Getting data for a single radar station, with time range. |
ArrayList |
getData(String sName,
DateSelection dateSelect,
CancelTask cancel)
Getting data for a single radar station, with time range. |
DataIterator |
getDataIterator(int bufferSize)
Getting data Iterator for a single radar station. |
ArrayList |
getDataURIs(String sName,
DateSelection dateInfo)
Getting data URIs for a single radar station, with time range. |
ArrayList |
getDataURIs(String sName,
DateSelection dateSelect,
CancelTask cancel)
_more_ |
String |
getDescription()
_more_ |
String |
getLocation()
_more_ |
RadialDatasetSweep |
getRadarDataset(String stnName,
Date absTime)
Getting dataset for a single radar station. |
URI |
getRadarDatasetURI(String stnName,
Date absTime)
Getting URI for a single radar station. |
ArrayList |
getRadarStationDatasets(String stnName,
Date start,
Date end)
Getting data Iterator for a single radar station. |
List |
getRadarStations()
get all radar station. |
ArrayList |
getRadarStationTimes(String stnName,
Date start,
Date end)
Getting data URI list for a single radar station. |
ArrayList |
getRadarStationURIs(String stnName,
Date start,
Date end)
Getting data for a single radar station. |
int |
getStationProductCount(String sName)
_more_ |
List |
getStations()
get all radar station. |
List |
getStations(CancelTask cancel)
get all radar station within box. |
List |
getStations(LatLonRect boundingBox)
get all radar station within box. |
List |
getStations(LatLonRect boundingBox,
CancelTask cancel)
get all radar station within box. |
String |
getTitle()
_more_ |
static void |
main(String[] args)
_more_ |
static long |
roundTo(long roundTo,
long seconds)
Getting data for a single radar station, with time range and interval. |
protected void |
setBoundingBox()
_more_ |
protected void |
setEndDate()
_more_ |
protected void |
setStartDate()
_more_ |
protected void |
setTimeUnits()
_more_ |
Methods inherited from class ucar.nc2.dt.radial.StationRadarCollectionImpl |
---|
getBoundingBox, getStation |
Methods inherited from class ucar.nc2.dt.TypedDatasetImpl |
---|
close, findGlobalAttributeIgnoreCase, getDataVariable, getDataVariables, getDetailInfo, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, removeDataVariable, setDescription, setLocationURI, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DqcRadarDatasetCollection factory(InvDataset ds, String dqc_location, StringBuffer errlog) throws IOException
ds
- _more_dqc_location
- _more_errlog
- _more_
IOException
- _more_public static DqcRadarDatasetCollection factory(String desc, String dqc_location, StringBuffer errlog) throws IOException
desc
- _more_dqc_location
- _more_errlog
- _more_
IOException
- _more_protected void setTimeUnits()
protected void setStartDate()
setStartDate
in class TypedDatasetImpl
protected void setEndDate()
setEndDate
in class TypedDatasetImpl
protected void setBoundingBox()
setBoundingBox
in class TypedDatasetImpl
public String getTitle()
getTitle
in interface TypedDataset
getTitle
in class TypedDatasetImpl
public String getLocation()
getLocation
in class TypedDatasetImpl
public String getDescription()
getDescription
in interface TypedDataset
getDescription
in class TypedDatasetImpl
public boolean checkStationProduct(String sName, Product product)
checkStationProduct
in interface StationRadarCollection
checkStationProduct
in class StationRadarCollectionImpl
sName
- _more_product
- _more_
public boolean checkStationProduct(Product product)
product
- _more_
public int getStationProductCount(String sName)
sName
- _more_
public List getStations() throws IOException
getStations
in interface StationRadarCollection
getStations
in class StationRadarCollectionImpl
IOException
- java io exceptionpublic List getRadarStations()
IOException
- java io exceptionpublic List getStations(CancelTask cancel) throws IOException
getStations
in class StationRadarCollectionImpl
cancel
- _more_
IOException
- java io exceptionpublic List getStations(LatLonRect boundingBox) throws IOException
getStations
in class StationRadarCollectionImpl
boundingBox
- _more_
IOException
- java io exceptionpublic List getStations(LatLonRect boundingBox, CancelTask cancel) throws IOException
getStations
in interface StationRadarCollection
getStations
in class StationRadarCollectionImpl
boundingBox
- _more_cancel
- _more_
IOException
- java io exceptionpublic RadialDatasetSweep getRadarDataset(String stnName, Date absTime) throws IOException
stnName
- radar station nameabsTime
- is absolute time
IOException
- java io exceptionpublic URI getRadarDatasetURI(String stnName, Date absTime) throws IOException
stnName
- radar station nameabsTime
- is absolute time
IOException
- java io exceptionpublic ArrayList getRadarStationURIs(String stnName, Date start, Date end) throws IOException
stnName
- radar station namestart
- of the timeend
- of the time
IOException
- java io exceptionpublic ArrayList getRadarStationDatasets(String stnName, Date start, Date end) throws IOException
stnName
- radar station namestart
- of the timeend
- of the time
IOException
- java io exceptionpublic ArrayList getRadarStationTimes(String stnName, Date start, Date end) throws IOException
stnName
- radar station namestart
- of the timeend
- of the time
IOException
- java io exceptionpublic DataIterator getDataIterator(int bufferSize) throws IOException
bufferSize
-
IOException
- java io exceptionpublic ArrayList getDataURIs(String sName, DateSelection dateInfo) throws IOException
sName
- radar station namedateInfo
- the date selection information
IOException
- _more_public ArrayList getData(String sName, DateSelection dateInfo) throws IOException
sName
- radar station namedateInfo
- the date time selection information
IOException
- _more_public ArrayList getData(String sName, DateSelection dateSelect, CancelTask cancel) throws IOException
sName
- radar station namedateSelect
- the date time selection informationcancel
- _more_
IOException
- _more_public ArrayList getDataURIs(String sName, DateSelection dateSelect, CancelTask cancel) throws IOException
sName
- _more_dateSelect
- _more_cancel
- _more_
IOException
- _more_public static long roundTo(long roundTo, long seconds)
roundTo
- seconds
- to be round to
public static void main(String[] args) throws IOException
args
- _more_
IOException
- _more_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |