Package | Description |
---|---|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
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.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
Modifier and Type | Method and Description |
---|---|
static int |
WriterCFPointDataset.writePointFeatureCollection(FeatureDatasetPoint pfDataset,
String fileOut)
Deprecated.
Write a ucar.nc2.ft.PointFeatureCollection in CF point format.
|
static int |
CFPointObWriter.writePointFeatureCollection(FeatureDatasetPoint pfDataset,
String fileOut)
Deprecated.
Write a ucar.nc2.ft.PointFeatureCollection in CF point format.
|
Modifier and Type | Class and Description |
---|---|
class |
PointDatasetImpl
Implementation of PointFeatureDataset.
|
Modifier and Type | Class and Description |
---|---|
class |
PointDatasetRemote
Client view of a CdmRemote Point Dataset.
|
Modifier and Type | Method and Description |
---|---|
static void |
PointConfigXML.writeConfigXML(FeatureDatasetPoint pfd,
Formatter f) |
Modifier and Type | Method and Description |
---|---|
static int |
CFPointWriter.writeFeatureCollection(FeatureDatasetPoint fdpoint,
String fileOut,
CFPointWriterConfig config)
Write a FeatureDatasetPoint to a netcd3/4 file.
|
static int |
CFPointWriter.writeFeatureCollection(FeatureDatasetPoint fdpoint,
String fileOut,
NetcdfFileWriter.Version version) |
Constructor and Description |
---|
FeatureDatasetPointXML(FeatureDatasetPoint fdp,
String path) |
Modifier and Type | Method and Description |
---|---|
static CalendarDateRange |
MetadataExtractor.extractCalendarDateRange(FeatureDatasetPoint fd) |
static DateRange |
MetadataExtractor.extractDateRange(FeatureDatasetPoint fd) |
static ThreddsMetadata.GeospatialCoverage |
MetadataExtractor.extractGeospatial(FeatureDatasetPoint fd) |
static ThreddsMetadata.Variables |
MetadataExtractor.extractVariables(FeatureDatasetPoint fd) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.