public class PointDatasetImpl extends FeatureDatasetImpl implements FeatureDatasetPoint
Modifier and Type | Field and Description |
---|---|
protected List<DsgFeatureCollection> |
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(Formatter sf) |
void |
getDetailInfo(Formatter sf)
Show debug / underlying implementation details
|
FeatureType |
getFeatureType()
Contains collections of this FeatureType.
|
List<DsgFeatureCollection> |
getPointFeatureCollectionList()
Get a list of DsgFeatureCollection contained in this dataset.
|
protected void |
setFeatureType(FeatureType ftype) |
protected void |
setPointFeatureCollection(DsgFeatureCollection collection) |
protected void |
setPointFeatureCollection(List<DsgFeatureCollection> collectionList) |
close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getGlobalAttributes, getImplementationName, getLastModified, getLocation, getNetcdfFile, 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, getDescription, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getTitle
protected List<DsgFeatureCollection> 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<DsgFeatureCollection> collectionList)
protected void setPointFeatureCollection(DsgFeatureCollection collection)
public FeatureType getFeatureType()
FeatureDataset
getFeatureType
in interface FeatureDataset
protected void setFeatureType(FeatureType ftype)
public List<DsgFeatureCollection> getPointFeatureCollectionList()
FeatureDatasetPoint
getPointFeatureCollectionList
in interface FeatureDatasetPoint
public void getDetailInfo(Formatter sf)
FeatureDataset
getDetailInfo
in interface FeatureDataset
getDetailInfo
in class FeatureDatasetImpl
sf
- append info herepublic void calcBounds(Formatter sf)
calcBounds
in interface FeatureDatasetPoint