ucar.nc2.ft.point.remote
Class PointDatasetRemote

java.lang.Object
  extended by ucar.nc2.ft.FeatureDatasetImpl
      extended by ucar.nc2.ft.point.PointDatasetImpl
          extended by ucar.nc2.ft.point.remote.PointDatasetRemote
All Implemented Interfaces:
FeatureDataset, FeatureDatasetPoint, FileCacheable

public class PointDatasetRemote
extends PointDatasetImpl

Client view of a CdmRemote Point Dataset.

Since:
Feb 16, 2009
Author:
caron

Field Summary
 
Fields inherited from class ucar.nc2.ft.point.PointDatasetImpl
collectionList, featureType
 
Fields inherited from class ucar.nc2.ft.FeatureDatasetImpl
boundingBox, dataVariables, dateRange, desc, fileCache, location, ncfile, parseInfo, title
 
Constructor Summary
PointDatasetRemote(FeatureType wantFeatureType, String uri, List<VariableSimpleIF> vars, LatLonRect bb, DateRange dr)
           
 
Method Summary
 
Methods inherited from class ucar.nc2.ft.point.PointDatasetImpl
calcBounds, getDetailInfo, getFeatureType, getPointFeatureCollectionList, setFeatureType, setPointFeatureCollection, setPointFeatureCollection
 
Methods inherited from class ucar.nc2.ft.FeatureDatasetImpl
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDateRange, getDescription, getEndDate, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitle, setBoundingBox, setDateRange, setDescription, setFileCache, setLocationURI, setTitle, sync
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ucar.nc2.ft.FeatureDataset
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDateRange, getDescription, getEndDate, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitle
 
Methods inherited from interface ucar.nc2.util.cache.FileCacheable
setFileCache, sync
 

Constructor Detail

PointDatasetRemote

public PointDatasetRemote(FeatureType wantFeatureType,
                          String uri,
                          List<VariableSimpleIF> vars,
                          LatLonRect bb,
                          DateRange dr)
                   throws IOException
Throws:
IOException


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