|
|||||||||
| 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 TypedDatasetImplprotected void setEndDate()
setEndDate in class TypedDatasetImplprotected void setBoundingBox()
setBoundingBox in class TypedDatasetImplpublic String getTitle()
getTitle in interface TypedDatasetgetTitle in class TypedDatasetImplpublic String getLocation()
getLocation in class TypedDatasetImplpublic String getDescription()
getDescription in interface TypedDatasetgetDescription in class TypedDatasetImpl
public boolean checkStationProduct(String sName,
Product product)
checkStationProduct in interface StationRadarCollectioncheckStationProduct in class StationRadarCollectionImplsName - _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 StationRadarCollectiongetStations in class StationRadarCollectionImplIOException - java io exceptionpublic List getRadarStations()
IOException - java io exception
public List getStations(CancelTask cancel)
throws IOException
getStations in class StationRadarCollectionImplcancel - _more_
IOException - java io exception
public List getStations(LatLonRect boundingBox)
throws IOException
getStations in class StationRadarCollectionImplboundingBox - _more_
IOException - java io exception
public List getStations(LatLonRect boundingBox,
CancelTask cancel)
throws IOException
getStations in interface StationRadarCollectiongetStations in class StationRadarCollectionImplboundingBox - _more_cancel - _more_
IOException - java io exception
public RadialDatasetSweep getRadarDataset(String stnName,
Date absTime)
throws IOException
stnName - radar station nameabsTime - is absolute time
IOException - java io exception
public URI getRadarDatasetURI(String stnName,
Date absTime)
throws IOException
stnName - radar station nameabsTime - is absolute time
IOException - java io exception
public ArrayList getRadarStationURIs(String stnName,
Date start,
Date end)
throws IOException
stnName - radar station namestart - of the timeend - of the time
IOException - java io exception
public ArrayList getRadarStationDatasets(String stnName,
Date start,
Date end)
throws IOException
stnName - radar station namestart - of the timeend - of the time
IOException - java io exception
public ArrayList getRadarStationTimes(String stnName,
Date start,
Date end)
throws IOException
stnName - radar station namestart - of the timeend - of the time
IOException - java io exception
public DataIterator getDataIterator(int bufferSize)
throws IOException
bufferSize -
IOException - java io exception
public 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 | ||||||||