Package | Description |
---|---|
dap4.servlet | |
ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
Modifier and Type | Field and Description |
---|---|
protected static Set<NetcdfDataset.Enhance> |
CDMDSP.ENHANCEMENT |
Modifier and Type | Field and Description |
---|---|
protected static Set<NetcdfDataset.Enhance> |
StructurePseudoDS.enhanceScaleMissing |
Modifier and Type | Method and Description |
---|---|
static NetcdfDataset.Enhance |
NetcdfDataset.Enhance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetcdfDataset.Enhance[] |
NetcdfDataset.Enhance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<NetcdfDataset.Enhance> |
NetcdfDataset.getDefaultEnhanceMode()
Get the default set of Enhancements
|
static Set<NetcdfDataset.Enhance> |
NetcdfDataset.getEnhanceAll() |
static Set<NetcdfDataset.Enhance> |
NetcdfDataset.getEnhanceDefault() |
EnumSet<NetcdfDataset.Enhance> |
NetcdfDataset.getEnhanceMode()
Get the current state of dataset enhancement.
|
EnumSet<NetcdfDataset.Enhance> |
VariableDS.getEnhanceMode()
Get the enhancement mode
|
static Set<NetcdfDataset.Enhance> |
NetcdfDataset.getEnhanceNone() |
static Set<NetcdfDataset.Enhance> |
NetcdfDataset.parseEnhanceMode(String enhanceMode)
Find the set of Enhancements that matches the String.
|
Modifier and Type | Method and Description |
---|---|
static NetcdfDataset |
NetcdfDataset.acquireDataset(FileFactory fac,
String location,
Set<NetcdfDataset.Enhance> enhanceMode,
int buffer_size,
CancelTask cancelTask,
Object iospMessage)
Same as openDataset, but file is acquired through the File Cache.
|
void |
StructureDS.enhance(Set<NetcdfDataset.Enhance> mode)
DO NOT USE DIRECTLY.
|
void |
VariableEnhanced.enhance(Set<NetcdfDataset.Enhance> mode)
Enhance using the given set of NetcdfDataset.Enhance
|
void |
NetcdfDataset.enhance(Set<NetcdfDataset.Enhance> mode)
recalc enhancement info
|
void |
VariableDS.enhance(Set<NetcdfDataset.Enhance> mode)
DO NOT USE DIRECTLY.
|
boolean |
NetcdfDataset.enhanceNeeded(Set<NetcdfDataset.Enhance> want)
is this enhancement already done ?
|
static NetcdfDataset |
NetcdfDataset.openDataset(String location,
Set<NetcdfDataset.Enhance> enhanceMode,
int buffer_size,
CancelTask cancelTask,
Object spiObject)
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
|
static void |
NetcdfDataset.setDefaultEnhanceMode(Set<NetcdfDataset.Enhance> mode)
Set the default set of Enhancements to do for all subsequent dataset opens and acquires.
|
static NetcdfDataset |
NetcdfDataset.wrap(NetcdfFile ncfile,
Set<NetcdfDataset.Enhance> mode)
Make NetcdfFile into NetcdfDataset with given enhance mode
|
Constructor and Description |
---|
NetcdfDataset(NetcdfFile ncfile,
Set<NetcdfDataset.Enhance> mode)
Transform a NetcdfFile into a NetcdfDataset, optionally enhance it.
|
Modifier and Type | Method and Description |
---|---|
static GridDataset |
GridDataset.open(String location,
Set<NetcdfDataset.Enhance> enhanceMode)
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems
and turn into a GridDataset.
|
Modifier and Type | Field and Description |
---|---|
protected Set<NetcdfDataset.Enhance> |
Aggregation.Dataset.enhance |
protected static Set<NetcdfDataset.Enhance> |
AggregationFmrc.fmrcEnhanceMode |
Modifier and Type | Method and Description |
---|---|
void |
Aggregation.addDatasetScan(org.jdom2.Element crawlableDatasetElement,
String dirName,
String suffix,
String regexpPatternString,
String dateFormatMark,
Set<NetcdfDataset.Enhance> enhanceMode,
String subdirs,
String olderThan)
Add a dataset scan
|
protected Aggregation.Dataset |
AggregationTiled.makeDataset(String cacheName,
String location,
String id,
String ncoordS,
String coordValueS,
String sectionSpec,
EnumSet<NetcdfDataset.Enhance> enhance,
FileFactory reader) |
protected Aggregation.Dataset |
Aggregation.makeDataset(String cacheName,
String location,
String id,
String ncoordS,
String coordValueS,
String sectionSpec,
EnumSet<NetcdfDataset.Enhance> enhance,
FileFactory reader)
Dataset factory, so subclasses can override
|
protected Aggregation.Dataset |
AggregationOuterDimension.makeDataset(String cacheName,
String location,
String id,
String ncoordS,
String coordValueS,
String sectionSpec,
EnumSet<NetcdfDataset.Enhance> enhance,
FileFactory reader) |
Constructor and Description |
---|
Dataset(String cacheLocation,
String location,
String id,
EnumSet<NetcdfDataset.Enhance> enhance,
FileFactory reader)
Dataset constructor.
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.