|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RadialDatasetSweep
A RadialDataset in which the radials can be grouped into sweeps. A sweep has the same gate geometry for all radials in the sweep, and has a RadialDatasetSweep.Type.
Nested Class Summary | |
---|---|
static interface |
RadialDatasetSweep.RadialVariable
A data Variable with radial geometry. |
static interface |
RadialDatasetSweep.Sweep
A sweep is 2D data using radial coordinate system (elevation, azimuth, radial distance) |
static class |
RadialDatasetSweep.Type
A Type of RadialSweep. |
Field Summary | |
---|---|
static java.lang.String |
LevelII
|
static java.lang.String |
UF
|
Method Summary | |
---|---|
void |
clearDatasetMemory()
Remove cached data, if any. |
EarthLocation |
getCommonOrigin()
If all sweeps have the same origin, return it here, else null |
RadialDatasetSweep.Type |
getCommonType()
If all the sweeps are the same type, return it here, else NONE |
java.lang.String |
getDataFormat()
|
java.util.List<VariableSimpleIF> |
getDataVariables()
The radial data variables available in the dataset. |
java.lang.String |
getRadarID()
|
java.lang.String |
getRadarName()
|
DateUnit |
getTimeUnits()
Get the units of Calendar time. |
boolean |
isStationary()
Stationary versus moving radar. |
boolean |
isVolume()
Get the basic property of Radar, |
Methods inherited from interface ucar.nc2.dt.TypedDataset |
---|
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDescription, getDetailInfo, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitle |
Methods inherited from interface ucar.nc2.ft.FeatureDataset |
---|
calcBounds, close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDateRange, getDescription, getDetailInfo, getEndDate, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitle |
Methods inherited from interface ucar.nc2.util.cache.FileCacheable |
---|
setFileCache, sync |
Field Detail |
---|
static final java.lang.String LevelII
static final java.lang.String UF
Method Detail |
---|
java.lang.String getRadarID()
java.lang.String getRadarName()
java.lang.String getDataFormat()
RadialDatasetSweep.Type getCommonType()
EarthLocation getCommonOrigin()
DateUnit getTimeUnits()
boolean isStationary()
void clearDatasetMemory()
boolean isVolume()
java.util.List<VariableSimpleIF> getDataVariables()
getDataVariables
in interface FeatureDataset
getDataVariables
in interface TypedDataset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |