public interface RadialDatasetSweep extends TypedDataset, FeatureDataset
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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,
|
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDescription, getDetailInfo, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitle
calcBounds, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDateRange, getDescription, getDetailInfo, getEndDate, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitle
getLastModified, reacquire, release, setFileCache
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