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

Remote Point Dataset. Also has the RemotePointCollection implementation.

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, NetcdfDataset ncd, NcStreamRemote ncremote)
           
 
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, removeDataVariable, 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,
                          NetcdfDataset ncd,
                          NcStreamRemote ncremote)
                   throws java.io.IOException
Throws:
java.io.IOException