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, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDateRange, getDescription, getEndDate, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitle
getLastModified, reacquire, release, setFileCache
protected 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()
FeatureDataset
getFeatureType
in interface FeatureDataset
protected void setFeatureType(FeatureType ftype)
public java.util.List<FeatureCollection> getPointFeatureCollectionList()
FeatureDatasetPoint
getPointFeatureCollectionList
in interface FeatureDatasetPoint
public void calcBounds() throws java.io.IOException
FeatureDataset
calcBounds
in interface FeatureDataset
java.io.IOException
- or read error.public void getDetailInfo(java.util.Formatter sf)
FeatureDataset
getDetailInfo
in interface FeatureDataset
getDetailInfo
in class FeatureDatasetImpl
sf
- append info here