public class PointDatasetImpl extends FeatureDatasetImpl implements FeatureDatasetPoint
| Modifier and Type | Field and Description |
|---|---|
protected List<FeatureCollection> |
collectionList |
protected FeatureType |
featureType |
boundingBox, dataVariables, dateRange, desc, fileCache, location, ncfile, parseInfo, title| Modifier | Constructor and Description |
|---|---|
protected |
PointDatasetImpl(FeatureType featureType) |
|
PointDatasetImpl(NetcdfDataset ds,
FeatureType featureType) |
protected |
PointDatasetImpl(PointDatasetImpl from,
LatLonRect filter_bb,
CalendarDateRange filter_date) |
| Modifier and Type | Method and Description |
|---|---|
void |
calcBounds()
Caclulate date range and bounding box, even if the data has to be scanned.
|
void |
getDetailInfo(Formatter sf)
Show debug / underlying implementation details
|
FeatureType |
getFeatureType()
Contains collections of this FeatureType.
|
List<FeatureCollection> |
getPointFeatureCollectionList()
Get a list of FeatureCollections contained in this dataset.
|
protected void |
setFeatureType(FeatureType ftype) |
protected void |
setPointFeatureCollection(FeatureCollection collection) |
protected void |
setPointFeatureCollection(List<FeatureCollection> collectionList) |
close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDateRange, getDescription, getEndDate, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitle, setBoundingBox, setDateRange, setDescription, setFileCache, setLocationURI, setTitle, syncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDateRange, getDescription, getEndDate, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitlesetFileCache, syncprotected List<FeatureCollection> collectionList
protected FeatureType featureType
protected PointDatasetImpl(FeatureType featureType)
protected PointDatasetImpl(PointDatasetImpl from, LatLonRect filter_bb, CalendarDateRange filter_date)
public PointDatasetImpl(NetcdfDataset ds, FeatureType featureType)
protected void setPointFeatureCollection(List<FeatureCollection> collectionList)
protected void setPointFeatureCollection(FeatureCollection collection)
public FeatureType getFeatureType()
FeatureDatasetgetFeatureType in interface FeatureDatasetprotected void setFeatureType(FeatureType ftype)
public List<FeatureCollection> getPointFeatureCollectionList()
FeatureDatasetPointgetPointFeatureCollectionList in interface FeatureDatasetPointpublic void calcBounds()
throws IOException
FeatureDatasetcalcBounds in interface FeatureDatasetIOException - or read error.public void getDetailInfo(Formatter sf)
FeatureDatasetgetDetailInfo in interface FeatureDatasetgetDetailInfo in class FeatureDatasetImplsf - append info hereCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.