public class RadarDataInventory extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RadarDataInventory.DirectoryStructure |
static class |
RadarDataInventory.DirType |
class |
RadarDataInventory.Query |
| Constructor and Description |
|---|
RadarDataInventory(java.nio.file.Path datasetRoot,
String collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDateDir(String fmt) |
void |
addFileTime(String fmt) |
void |
addStationDir() |
void |
addVariableDir() |
java.nio.file.Path |
getCollectionDir() |
String |
getDescription() |
String |
getName() |
java.nio.file.Path |
getRoot() |
StationList |
getStationList() |
List<String> |
listItems(RadarDataInventory.DirType type) |
static void |
main(String[] args) |
boolean |
needsVar() |
RadarDataInventory.Query |
newQuery() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setNearestWindow(CalendarPeriod pd) |
public RadarDataInventory(java.nio.file.Path datasetRoot, String collection)
public java.nio.file.Path getRoot()
public java.nio.file.Path getCollectionDir()
public void setName(String name)
public String getName()
public String getDescription()
public void setDescription(String description)
public boolean needsVar()
public StationList getStationList()
public void setNearestWindow(CalendarPeriod pd)
public void addStationDir()
public void addVariableDir()
public void addDateDir(String fmt)
public void addFileTime(String fmt)
public List<String> listItems(RadarDataInventory.DirType type)
public RadarDataInventory.Query newQuery()
public static void main(String[] args) throws IOException
IOExceptionCopyright © 1999-2015 UCAR/Unidata. All Rights Reserved.