@Deprecated public interface RadialDatasetSweep extends FeatureDataset
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RadialDatasetSweep.RadialVariable
Deprecated.
A data Variable with radial geometry.
|
static interface |
RadialDatasetSweep.Sweep
Deprecated.
A sweep is 2D data using radial coordinate system (elevation, azimuth, radial distance)
|
static class |
RadialDatasetSweep.Type
Deprecated.
A Type of RadialSweep.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearDatasetMemory()
Deprecated.
Remove cached data, if any.
|
EarthLocation |
getCommonOrigin()
Deprecated.
If all sweeps have the same origin, return it here, else null
|
RadialDatasetSweep.Type |
getCommonType()
Deprecated.
If all the sweeps are the same type, return it here, else NONE
|
String |
getDataFormat()
Deprecated.
|
List<VariableSimpleIF> |
getDataVariables()
Deprecated.
The radial data variables available in the dataset.
|
String |
getRadarID()
Deprecated.
|
String |
getRadarName()
Deprecated.
|
DateUnit |
getTimeUnits()
Deprecated.
Get the units of Calendar time.
|
boolean |
isStationary()
Deprecated.
Stationary versus moving radar.
|
boolean |
isVolume()
Deprecated.
Get the basic property of Radar,
|
attributes, close, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDescription, getDetailInfo, getFeatureType, getImplementationName, getLocation, getNetcdfFile, getTitlegetLastModified, reacquire, release, setFileCacheString getRadarID()
String getRadarName()
String getDataFormat()
RadialDatasetSweep.Type getCommonType()
EarthLocation getCommonOrigin()
DateUnit getTimeUnits()
boolean isStationary()
void clearDatasetMemory()
boolean isVolume()
List<VariableSimpleIF> getDataVariables()
getDataVariables in interface FeatureDataset