Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.client.catalog | |
thredds.client.catalog.writer | |
thredds.featurecollection | |
ucar.nc2.constants |
Enumerated constants used throughout the CDM library.
|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar coordinate system.
|
ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
ucar.nc2.ft |
Scientific feature types package
|
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.point.standard.plug |
package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets
|
ucar.nc2.ft.radial | |
ucar.nc2.ft.swath | |
ucar.nc2.iosp.bufr |
I/O Service Provider for BUFR format files
|
ucar.nc2.stream | |
ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
Modifier and Type | Field and Description |
---|---|
protected FeatureType |
InvDataset.dataType |
protected FeatureType |
ThreddsMetadata.dataType |
Modifier and Type | Method and Description |
---|---|
FeatureType |
InvDatasetImplProxy.getDataType() |
FeatureType |
InvDataset.getDataType()
Get the DataType (which may be inherited from parent), or null .
|
FeatureType |
InvCatalogRef.getDataType() |
FeatureType |
ThreddsMetadata.getDataType() |
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetImpl.setDataType(FeatureType dataType) |
void |
ThreddsMetadata.setDataType(FeatureType dataType)
Set dataType
|
Constructor and Description |
---|
ByDataType(FeatureType type) |
InvDatasetImpl(InvDatasetImpl parent,
String name,
FeatureType dataType,
String serviceName,
String urlPath)
Constructor from Catalog XML info.
|
InvDatasetImpl(String urlPath,
FeatureType dataType,
ServiceType stype)
Construct an InvDatasetImpl which refers to a urlPath.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
Dataset.getFeatureType() |
Modifier and Type | Field and Description |
---|---|
FeatureType |
DataFactory.Result.featureType |
Modifier and Type | Method and Description |
---|---|
DataFactory.Result |
DataFactory.openFeatureDataset(FeatureType wantFeatureType,
Dataset ds,
CancelTask task,
DataFactory.Result result) |
DataFactory.Result |
DataFactory.openFeatureDataset(FeatureType wantFeatureType,
String urlString,
CancelTask task)
Open a FeatureDataset from a URL location string, and a desired type (may by NONE or null).
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
FeatureCollectionType.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
static FeatureType |
CF.FeatureType.convert(CF.FeatureType cff) |
static FeatureType |
FeatureType.getType(String name)
Find the FeatureType that matches this name.
|
static FeatureType |
FeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureType[] |
FeatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CF.FeatureType |
CF.FeatureType.convert(FeatureType ft) |
Modifier and Type | Method and Description |
---|---|
FeatureType |
TypedDatasetFactoryIF.getScientificDataType()
Deprecated.
What kind of cientific data type will this return?
|
Modifier and Type | Method and Description |
---|---|
static TypedDataset |
TypedDatasetFactory.open(FeatureType datatype,
NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
Open a dataset as a TypedDataset.
|
static TypedDataset |
TypedDatasetFactory.open(FeatureType datatype,
String location,
CancelTask task,
StringBuilder errlog)
Deprecated.
Open a dataset as a TypedDataset.
|
static void |
TypedDatasetFactory.registerFactory(FeatureType datatype,
Class c)
Deprecated.
Register a class that implements a TypedDatasetFactoryIF.
|
static void |
TypedDatasetFactory.registerFactory(FeatureType datatype,
String className)
Deprecated.
Register a class that implements a TypedDatasetFactoryIF.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
GridDataset.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
FeatureType |
PointObsDatasetImpl.getScientificDataType()
Deprecated.
|
FeatureType |
StationObsDatasetImpl.getScientificDataType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
RadialDatasetSweepAdapter.getFeatureType() |
FeatureType |
Netcdf2Dataset.getScientificDataType() |
FeatureType |
Nids2Dataset.getScientificDataType() |
FeatureType |
CFnetCDF2Dataset.getScientificDataType() |
FeatureType |
UF2Dataset.getScientificDataType() |
FeatureType |
Dorade2Dataset.getScientificDataType() |
FeatureType |
LevelII2Dataset.getScientificDataType() |
Modifier and Type | Method and Description |
---|---|
FeatureType |
ARMTrajectoryObsDataset.getScientificDataType()
Deprecated.
|
FeatureType |
ZebraClassTrajectoryObsDataset.getScientificDataType()
Deprecated.
|
FeatureType |
UnidataTrajectoryObsDataset2.getScientificDataType()
Deprecated.
|
FeatureType |
UnidataTrajectoryObsDataset.getScientificDataType()
Deprecated.
|
FeatureType |
RafTrajectoryObsDataset.getScientificDataType()
Deprecated.
|
FeatureType |
Float10TrajectoryObsDataset.getScientificDataType()
Deprecated.
|
FeatureType |
COSMICTrajectoryObsDataset.getScientificDataType()
Deprecated.
|
FeatureType |
SimpleTrajectoryObsDataset.getScientificDataType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FeatureType |
FeatureDatasetFactoryManager.findFeatureType(NetcdfFile ncd)
Try to determine the feature type of the dataset, by looking at its metadata.
|
FeatureType |
FeatureCollection.getCollectionFeatureType()
All features in this collection have this feature type
|
FeatureType[] |
FeatureDatasetFactory.getFeatureType()
This Factory can open these types of Feature datasets.
|
FeatureType |
FeatureDataset.getFeatureType()
Contains collections of this FeatureType.
|
FeatureType[] |
GridDatasetStandardFactory.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
static boolean |
FeatureDatasetFactoryManager.featureTypeOk(FeatureType want,
FeatureType facType)
Determine if factory type matches wanted feature type.
|
Object |
FeatureDatasetFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
Formatter errlog)
Determine if the factory can open this dataset as an instance of the given feature type
|
Object |
GridDatasetStandardFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
Formatter errlog) |
FeatureDataset |
FeatureDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog)
Open a NetcdfDataset as a FeatureDataset.
|
FeatureDataset |
GridDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
static FeatureDataset |
FeatureDatasetFactoryManager.open(FeatureType wantFeatureType,
String location,
CancelTask task,
Formatter errlog)
Open a dataset as a FeatureDataset.
|
static void |
FeatureDatasetFactoryManager.registerFactory(FeatureType datatype,
Class c)
Register a class that implements a FeatureDatasetFactory.
|
static boolean |
FeatureDatasetFactoryManager.registerFactory(FeatureType datatype,
String className)
Register a class that implements a FeatureDatasetFactory.
|
static FeatureDataset |
FeatureDatasetFactoryManager.wrap(FeatureType wantFeatureType,
NetcdfDataset ncd,
CancelTask task,
Formatter errlog)
Wrap a NetcdfDataset as a FeatureDataset.
|
Modifier and Type | Method and Description |
---|---|
FeatureType |
CoverageDatasetImpl.getFeatureType() |
Modifier and Type | Field and Description |
---|---|
protected FeatureType |
MultipleNestedPointCollectionImpl.collectionFeatureType |
protected FeatureType |
OneNestedPointCollectionImpl.collectionFeatureType |
protected FeatureType |
PointDatasetImpl.featureType |
Modifier and Type | Method and Description |
---|---|
FeatureType |
MultipleNestedPointCollectionImpl.getCollectionFeatureType() |
FeatureType |
TrajectoryFeatureImpl.getCollectionFeatureType() |
FeatureType |
ProfileFeatureImpl.getCollectionFeatureType() |
FeatureType |
PointCollectionImpl.getCollectionFeatureType() |
FeatureType |
OneNestedPointCollectionImpl.getCollectionFeatureType() |
FeatureType |
StationTimeSeriesFeatureImpl.getCollectionFeatureType() |
FeatureType |
PointDatasetImpl.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
protected void |
PointDatasetImpl.setFeatureType(FeatureType ftype) |
Constructor and Description |
---|
MultipleNestedPointCollectionImpl(String name,
DateUnit timeUnit,
String altUnits,
FeatureType collectionFeatureType) |
OneNestedPointCollectionImpl(String name,
DateUnit timeUnit,
String altUnits,
FeatureType collectionFeatureType) |
PointDatasetImpl(FeatureType featureType) |
PointDatasetImpl(NetcdfDataset ds,
FeatureType featureType) |
Modifier and Type | Method and Description |
---|---|
FeatureType[] |
BufrFeatureDatasetFactory.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
Object |
BufrFeatureDatasetFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
Formatter errlog) |
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) |
Constructor and Description |
---|
PointDatasetRemote(FeatureType wantFeatureType,
String uri,
DateUnit timeUnit,
String altUnits,
List<VariableSimpleIF> vars,
LatLonRect bb,
CalendarDateRange dr) |
Modifier and Type | Field and Description |
---|---|
FeatureType |
TableConfig.featureType |
Modifier and Type | Method and Description |
---|---|
FeatureType |
NestedTable.getFeatureType() |
FeatureType |
Table.getFeatureType() |
FeatureType[] |
PointDatasetStandardFactory.getFeatureType() |
static FeatureType |
Evaluator.getFeatureType(NetcdfDataset ds,
String key,
Formatter errlog)
Turn the key into a String and return the corresponding featureType, if any.
|
FeatureType |
TableAnalyzer.getFirstFeatureType() |
Modifier and Type | Method and Description |
---|---|
static TableAnalyzer |
TableAnalyzer.factory(TableConfigurer tc,
FeatureType wantFeatureType,
NetcdfDataset ds)
Create a TableAnalyser for this dataset with the given TableConfigurer
|
boolean |
TableAnalyzer.featureTypeOk(FeatureType ftype,
Formatter errlog) |
TableConfig |
TableConfigurer.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
Create a TableConfig for this dataset.
|
static TableConfigurer |
TableAnalyzer.getTableConfigurer(FeatureType wantFeatureType,
NetcdfDataset ds)
Find a TableConfigurer for this dataset, if there is one.
|
boolean |
TableConfigurer.isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
Determine if this is a dataset that can be opened as a point obs dataset.
|
Object |
PointDatasetStandardFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
Check if this is a POINT datatype.
|
FeatureDataset |
PointDatasetStandardFactory.open(FeatureType wantFeatureType,
NetcdfDataset ncd,
Object analyser,
CancelTask task,
Formatter errlog) |
TableConfig |
PointConfigXML.readConfigXML(String fileLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
PointConfigXML.readConfigXMLfromResource(String resourceLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
TableConfig |
BuoyShipSynop.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
RafNimbus.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Jason.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
UnidataPointFeature.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
Deprecated.
|
TableConfig |
SimpleTrajectory.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
FslRaob.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Nldn.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
GempakCdm.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
CFpointObs.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
CdmDirect.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
FslWindProfiler.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
MadisAcars.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
NdbcNetcdf4.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Madis.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
NdbcCoards.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Cosmic.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Suomi.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
UnidataPointObs.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Iridl.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
boolean |
BuoyShipSynop.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
RafNimbus.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Jason.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
UnidataPointFeature.isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
Deprecated.
|
boolean |
SimpleTrajectory.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
FslRaob.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Nldn.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
GempakCdm.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
CFpointObs.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
CFpointObsExt.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
CdmDirect.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
FslWindProfiler.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
MadisAcars.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
NdbcNetcdf4.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Madis.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
NdbcCoards.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Cosmic.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Suomi.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
UnidataPointObs.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Iridl.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
Modifier and Type | Method and Description |
---|---|
FeatureType[] |
RadialDatasetStandardFactory.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
Object |
RadialDatasetStandardFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
FeatureDataset |
RadialDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
FeatureType[] |
SwathDatasetFactory.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
Object |
SwathDatasetFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
Formatter errlog) |
FeatureDataset |
SwathDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
FeatureType |
BufrConfig.getFeatureType() |
Modifier and Type | Method and Description |
---|---|
static FeatureDataset |
CdmrFeatureDataset.factory(FeatureType wantFeatureType,
String endpoint) |
Modifier and Type | Field and Description |
---|---|
FeatureType |
ThreddsDataFactory.Result.featureType |
Modifier and Type | Method and Description |
---|---|
ThreddsDataFactory.Result |
ThreddsDataFactory.openFeatureDataset(FeatureType wantFeatureType,
InvDataset invDataset,
CancelTask task,
ThreddsDataFactory.Result result) |
ThreddsDataFactory.Result |
ThreddsDataFactory.openFeatureDataset(FeatureType wantFeatureType,
String urlString,
CancelTask task)
Open a FeatureDataset from a URL location string, and a desired type (may by NONE or null).
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.