Package ucar.nc2.ft.point.remote
Class PointDatasetRemote
- java.lang.Object
-
- ucar.nc2.ft.FeatureDatasetImpl
-
- ucar.nc2.ft.point.PointDatasetImpl
-
- ucar.nc2.ft.point.remote.PointDatasetRemote
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,FeatureDataset
,FeatureDatasetPoint
,FileCacheable
public class PointDatasetRemote extends PointDatasetImpl
Client view of a CdmRemote Point Dataset.- Since:
- Feb 16, 2009
-
-
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, netcdfDataset, parseInfo, title
-
-
Constructor Summary
Constructors Constructor Description PointDatasetRemote(FeatureType wantFeatureType, String uri, CalendarDateUnit timeUnit, String altUnits, List<VariableSimpleIF> vars, LatLonRect bb, CalendarDateRange 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
attributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getGlobalAttributes, getImplementationName, getLastModified, getLocation, getNetcdfFile, getTitle, reacquire, release, setBoundingBox, setDateRange, setDescription, setFileCache, setLocationURI, setTitle
-
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
attributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getTitle
-
Methods inherited from interface ucar.nc2.util.cache.FileCacheable
getLastModified, reacquire, release, setFileCache
-
-
-
-
Constructor Detail
-
PointDatasetRemote
public PointDatasetRemote(FeatureType wantFeatureType, String uri, CalendarDateUnit timeUnit, String altUnits, List<VariableSimpleIF> vars, LatLonRect bb, CalendarDateRange dr)
-
-