| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| 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 (to files) Point Feature Types
|
| ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureDatasetPoint |
InvDatasetFeatureCollection.getFeatureDatasetPoint() |
FeatureDatasetPoint |
InvDatasetFcPoint.getFeatureDatasetPoint() |
| 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,
java.util.Formatter f) |
| Modifier and Type | Method and Description |
|---|---|
static int |
WriterCFPointDataset.writePointFeatureCollection(FeatureDatasetPoint pfDataset,
java.lang.String fileOut)
Deprecated.
Write a ucar.nc2.ft.PointFeatureCollection in CF point format.
|
static int |
CFPointObWriter.writePointFeatureCollection(FeatureDatasetPoint pfDataset,
java.lang.String fileOut)
Deprecated.
Write a ucar.nc2.ft.PointFeatureCollection in CF point format.
|
| Constructor and Description |
|---|
FeatureDatasetPointXML(FeatureDatasetPoint fdp,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
static DateRange |
MetadataExtractor.extractDateRange(FeatureDatasetPoint fd) |
static ThreddsMetadata.GeospatialCoverage |
MetadataExtractor.extractGeospatial(FeatureDatasetPoint fd) |
static ThreddsMetadata.Variables |
MetadataExtractor.extractVariables(FeatureDatasetPoint fd) |