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:
- FeatureDataset, FeatureDatasetPoint, FileCacheable
public class PointDatasetRemote
- extends PointDatasetImpl
Client view of a CdmRemote Point Dataset.
- Since:
- Feb 16, 2009
- Author:
- caron
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 |
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.