public class PointDatasetImpl extends FeatureDatasetImpl implements FeatureDatasetPoint
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FeatureCollection> |
collectionList |
protected FeatureType |
featureType |
boundingBox, dataVariables, dateRange, desc, fileCache, location, netcdfDataset, 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(java.util.Formatter sf)
Show debug / underlying implementation details
|
FeatureType |
getFeatureType()
Contains collections of this FeatureType.
|
java.util.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(java.util.List<FeatureCollection> collectionList) |
close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDateRange, getDescription, getEndDate, getGlobalAttributes, getImplementationName, getLastModified, getLocation, getNetcdfFile, getStartDate, getTitle, reacquire, release, setBoundingBox, setDateRange, setDescription, setFileCache, setLocationURI, setTitleclone, 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, getTitlegetLastModified, reacquire, release, setFileCacheprotected java.util.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(java.util.List<FeatureCollection> collectionList)
protected void setPointFeatureCollection(FeatureCollection collection)
public FeatureType getFeatureType()
FeatureDatasetgetFeatureType in interface FeatureDatasetprotected void setFeatureType(FeatureType ftype)
public java.util.List<FeatureCollection> getPointFeatureCollectionList()
FeatureDatasetPointgetPointFeatureCollectionList in interface FeatureDatasetPointpublic void calcBounds()
throws java.io.IOException
FeatureDatasetcalcBounds in interface FeatureDatasetjava.io.IOException - or read error.public void getDetailInfo(java.util.Formatter sf)
FeatureDatasetgetDetailInfo in interface FeatureDatasetgetDetailInfo in class FeatureDatasetImplsf - append info here