Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.client.catalog.writer | |
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar coordinate system.
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.cover | |
ucar.nc2.ft.cover.impl | |
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.bufr | |
ucar.nc2.ft.point.collection | |
ucar.nc2.ft.point.remote | |
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
ucar.nc2.ft.radial | |
ucar.nc2.ft.swath | |
ucar.nc2.stream | |
ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
InvDatasetFcFmrc.getFeatureDataset() |
abstract FeatureDataset |
InvDatasetFeatureCollection.getFeatureDataset() |
FeatureDataset |
InvDatasetFcPoint.getFeatureDataset() |
FeatureDataset |
InvDatasetFcGrib.getFeatureDataset() |
Modifier and Type | Field and Description |
---|---|
FeatureDataset |
DataFactory.Result.featureDataset |
Modifier and Type | Interface and Description |
---|---|
interface |
RadialDatasetSweep
A RadialDataset in which the radials can be grouped into sweeps.
|
Modifier and Type | Class and Description |
---|---|
class |
GridDataset
Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
|
Modifier and Type | Class and Description |
---|---|
class |
CFnetCDF2Dataset
Created by IntelliJ IDEA.
|
class |
Dorade2Dataset
Make a Dorade 2 NetcdfDataset into a RadialDataset.
|
class |
LevelII2Dataset
Make a NEXRAD Level 2 NetcdfDataset into a RadialDataset.
|
class |
Netcdf2Dataset
User: yuanho
Date: Jun 7, 2007
Time: 10:36:52 AM
|
class |
Nids2Dataset
Make a Nids NetcdfDataset into a RadialDataset.
|
class |
RadialDatasetSweepAdapter
Make a NetcdfDataset into a RadialDatasetSweep.
|
class |
UF2Dataset
Created by IntelliJ IDEA.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureDatasetPoint
A FeatureDataset, composed of one or more PointFeatureCollections.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureDatasetImpl
Abstract superclass for implementations of FeatureDataset.
|
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
GridDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
FeatureDataset |
FeatureDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog)
Open a NetcdfDataset as a FeatureDataset.
|
static FeatureDataset |
FeatureDatasetFactoryManager.open(FeatureType wantFeatureType,
String location,
CancelTask task,
Formatter errlog)
Open a dataset as a FeatureDataset.
|
static FeatureDataset |
FeatureDatasetFactoryManager.wrap(FeatureType wantFeatureType,
NetcdfDataset ncd,
CancelTask task,
Formatter errlog)
Wrap a NetcdfDataset as a FeatureDataset.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CoverageDataset
A FeatureDataset of Coverage objects
|
Modifier and Type | Class and Description |
---|---|
class |
CoverageDatasetImpl
CoverageDataset Implementation
|
Modifier and Type | Class and Description |
---|---|
class |
PointDatasetImpl
Implementation of PointFeatureDataset.
|
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
BufrFeatureDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
static FeatureDataset |
CompositeDatasetFactory.factory(String location,
FeatureType wantFeatureType,
MFileCollectionManager dcm,
Formatter errlog) |
Modifier and Type | Class and Description |
---|---|
class |
PointDatasetRemote
Client view of a CdmRemote Point Dataset.
|
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
PointDatasetStandardFactory.open(FeatureType wantFeatureType,
NetcdfDataset ncd,
Object analyser,
CancelTask task,
Formatter errlog) |
Modifier and Type | Interface and Description |
---|---|
interface |
StationRadialDataset
A Station collection of radial data.
|
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
RadialDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
FeatureDataset |
SwathDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
static FeatureDataset |
CdmrFeatureDataset.factory(FeatureType wantFeatureType,
String endpoint) |
Modifier and Type | Field and Description |
---|---|
FeatureDataset |
ThreddsDataFactory.Result.featureDataset |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.