|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetcdfDataset.Enhance | |
|---|---|
| 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 |
| Uses of NetcdfDataset.Enhance in ucar.nc2.dataset |
|---|
| Fields in ucar.nc2.dataset with type parameters of type NetcdfDataset.Enhance | |
|---|---|
protected static Set<NetcdfDataset.Enhance> |
StructurePseudoDS.enhanceScaleMissing
|
| Methods in ucar.nc2.dataset that return NetcdfDataset.Enhance | |
|---|---|
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. |
| Methods in ucar.nc2.dataset that return types with arguments of type NetcdfDataset.Enhance | |
|---|---|
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> |
VariableDS.getEnhanceMode()
Get the enhancement mode |
EnumSet<NetcdfDataset.Enhance> |
NetcdfDataset.getEnhanceMode()
Get the current state of dataset enhancement. |
static Set<NetcdfDataset.Enhance> |
NetcdfDataset.getEnhanceNone()
|
static Set<NetcdfDataset.Enhance> |
NetcdfDataset.parseEnhanceMode(String enhanceMode)
Find the set of Enhancements that matches the String. |
| Method parameters in ucar.nc2.dataset with type arguments of type NetcdfDataset.Enhance | |
|---|---|
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 |
VariableDS.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 |
StructureDS.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 NetcdfDataset |
NetcdfDataset.wrap(NetcdfFile ncfile,
Set<NetcdfDataset.Enhance> mode)
Make NetcdfFile into NetcdfDataset with given enhance mode |
| Constructor parameters in ucar.nc2.dataset with type arguments of type NetcdfDataset.Enhance | |
|---|---|
NetcdfDataset(NetcdfFile ncfile,
Set<NetcdfDataset.Enhance> mode)
Transform a NetcdfFile into a NetcdfDataset, optionally enhance it. |
|
| Uses of NetcdfDataset.Enhance in ucar.nc2.dt.grid |
|---|
| Method parameters in ucar.nc2.dt.grid with type arguments of type NetcdfDataset.Enhance | |
|---|---|
static GridDataset |
GridDataset.open(String location,
Set<NetcdfDataset.Enhance> enhanceMode)
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems and turn into a GridDataset. |
| Uses of NetcdfDataset.Enhance in ucar.nc2.ncml |
|---|
| Fields in ucar.nc2.ncml with type parameters of type NetcdfDataset.Enhance | |
|---|---|
protected Set<NetcdfDataset.Enhance> |
Aggregation.Dataset.enhance
|
protected static Set<NetcdfDataset.Enhance> |
AggregationFmrc.fmrcEnhanceMode
|
| Method parameters in ucar.nc2.ncml with type arguments of type NetcdfDataset.Enhance | |
|---|---|
void |
Aggregation.addDatasetScan(org.jdom.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 |
AggregationOuterDimension.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 |
| Constructor parameters in ucar.nc2.ncml with type arguments of type NetcdfDataset.Enhance | |
|---|---|
Aggregation.Dataset(String cacheLocation,
String location,
String id,
EnumSet<NetcdfDataset.Enhance> enhance,
FileFactory reader)
Dataset constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||