public class Netcdf2Dataset extends RadialDatasetSweepAdapter implements TypedDatasetFactoryIF
RadialDatasetSweepAdapter.MyRadialVariableAdapterRadialDatasetSweep.RadialVariable, RadialDatasetSweep.Sweep, RadialDatasetSweep.TypecalDateUnits, csHash, dateUnits, fileCache, originboundingBox, dataVariables, desc, endDate, location, ncfile, parseInfo, startDate, titleLevelII, UF| Constructor and Description |
|---|
Netcdf2Dataset() |
Netcdf2Dataset(NetcdfDataset ds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addRadialVariable(NetcdfDataset nds,
Variable var) |
void |
clearDatasetMemory()
Remove cached data, if any.
|
EarthLocation |
getCommonOrigin()
If all sweeps have the same origin, return it here, else null
|
String |
getDataFormat() |
String |
getInfo() |
String |
getRadarID() |
String |
getRadarName() |
FeatureType |
getScientificDataType()
What kind of cientific data type will this return?
|
boolean |
isMine(NetcdfDataset ds)
Determine if this dataset belongs to you
|
boolean |
isStationary()
Stationary versus moving radar.
|
boolean |
isVolume()
Get the basic property of Radar,
|
static void |
main(String[] args) |
protected RadialDatasetSweep.RadialVariable |
makeRadialVariable(NetcdfDataset nds,
VariableSimpleIF v,
Variable v0) |
TypedDataset |
open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Open a NetcdfDataset as a TypedDataset.
|
protected void |
setEarthLocation() |
protected void |
setEndDate() |
void |
setIsVolume(NetcdfDataset nds) |
protected void |
setStartDate() |
protected void |
setTimeUnits() |
calcBounds, close, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getCalendarDateUnit, getCommonType, getDateRange, getDetailInfo, getDetailInfo, getEarthLocation, getFeatureType, getImplementationName, getLastModified, getTimeUnits, setBoundingBox, setFileCachefindGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDescription, getEndDate, getGlobalAttributes, getLocation, getLocationURI, getNetcdfFile, getStartDate, getTitle, removeDataVariable, setDescription, setLocationURI, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataVariablesfindGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDescription, getEndDate, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitlefindGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDescription, getEndDate, getGlobalAttributes, getLocation, getNetcdfFile, getStartDate, getTitlepublic Netcdf2Dataset()
public Netcdf2Dataset(NetcdfDataset ds)
ds - must be from netcdf IOSPpublic boolean isMine(NetcdfDataset ds)
TypedDatasetFactoryIFisMine in interface TypedDatasetFactoryIFds - examine this NetcdfDataset to see if it belongs to this class.public TypedDataset open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog) throws IOException
TypedDatasetFactoryIFopen in interface TypedDatasetFactoryIFncd - already opened NetcdfDataset.task - use may cancelerrlog - place errors hereIOException - on errorpublic FeatureType getScientificDataType()
TypedDatasetFactoryIFgetScientificDataType in interface TypedDatasetFactoryIFpublic EarthLocation getCommonOrigin()
RadialDatasetSweepgetCommonOrigin in interface RadialDatasetSweeppublic String getRadarID()
getRadarID in interface RadialDatasetSweeppublic boolean isStationary()
RadialDatasetSweepisStationary in interface RadialDatasetSweeppublic String getRadarName()
getRadarName in interface RadialDatasetSweeppublic String getDataFormat()
getDataFormat in interface RadialDatasetSweeppublic void setIsVolume(NetcdfDataset nds)
public boolean isVolume()
RadialDatasetSweepisVolume in interface RadialDatasetSweepprotected void setEarthLocation()
setEarthLocation in class RadialDatasetSweepAdapterprotected void setTimeUnits()
throws Exception
setTimeUnits in class RadialDatasetSweepAdapterExceptionprotected void setStartDate()
setStartDate in class TypedDatasetImplprotected void setEndDate()
setEndDate in class TypedDatasetImplprotected void addRadialVariable(NetcdfDataset nds, Variable var)
addRadialVariable in class RadialDatasetSweepAdapterprotected RadialDatasetSweep.RadialVariable makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
makeRadialVariable in class RadialDatasetSweepAdapterpublic void clearDatasetMemory()
RadialDatasetSweepclearDatasetMemory in interface RadialDatasetSweeppublic String getInfo()
public static void main(String[] args) throws Exception, IOException, InstantiationException, IllegalAccessException
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.