Uses of Interface
ucar.nc2.ft.FeatureDatasetPoint

Packages that use FeatureDatasetPoint
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. 
 

Uses of FeatureDatasetPoint in thredds.catalog
 

Methods in thredds.catalog that return FeatureDatasetPoint
 FeatureDatasetPoint InvDatasetFeatureCollection.getFeatureDatasetPoint()
           
 FeatureDatasetPoint InvDatasetFcPoint.getFeatureDatasetPoint()
           
 

Uses of FeatureDatasetPoint in ucar.nc2.ft.point
 

Classes in ucar.nc2.ft.point that implement FeatureDatasetPoint
 class PointDatasetImpl
          Implementation of PointFeatureDataset.
 

Uses of FeatureDatasetPoint in ucar.nc2.ft.point.remote
 

Classes in ucar.nc2.ft.point.remote that implement FeatureDatasetPoint
 class PointDatasetRemote
          Client view of a CdmRemote Point Dataset.
 

Uses of FeatureDatasetPoint in ucar.nc2.ft.point.standard
 

Methods in ucar.nc2.ft.point.standard with parameters of type FeatureDatasetPoint
static void PointConfigXML.writeConfigXML(FeatureDatasetPoint pfd, Formatter f)
           
 

Uses of FeatureDatasetPoint in ucar.nc2.ft.point.writer
 

Methods in ucar.nc2.ft.point.writer with parameters of type FeatureDatasetPoint
static int CFPointObWriter.writePointFeatureCollection(FeatureDatasetPoint pfDataset, String fileOut)
          Deprecated. Write a ucar.nc2.ft.PointFeatureCollection in CF point format.
static int WriterCFPointDataset.writePointFeatureCollection(FeatureDatasetPoint pfDataset, String fileOut)
          Deprecated. Write a ucar.nc2.ft.PointFeatureCollection in CF point format.
 

Constructors in ucar.nc2.ft.point.writer with parameters of type FeatureDatasetPoint
FeatureDatasetPointXML(FeatureDatasetPoint fdp, String path)
           
 

Uses of FeatureDatasetPoint in ucar.nc2.thredds
 

Methods in ucar.nc2.thredds with parameters of type FeatureDatasetPoint
static DateRange MetadataExtractor.extractDateRange(FeatureDatasetPoint fd)
           
static ThreddsMetadata.GeospatialCoverage MetadataExtractor.extractGeospatial(FeatureDatasetPoint fd)
           
static ThreddsMetadata.Variables MetadataExtractor.extractVariables(FeatureDatasetPoint fd)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.