public class PointDatasetImpl extends FeatureDatasetImpl implements FeatureDatasetPoint
| Modifier and Type | Field and Description |
|---|---|
protected java.util.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(java.util.Formatter sf) |
void |
getDetailInfo(java.util.Formatter sf)
Show debug / underlying implementation details
|
FeatureType |
getFeatureType()
Contains collections of this FeatureType.
|
java.util.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(java.util.List<DsgFeatureCollection> collectionList) |
attributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getGlobalAttributes, getImplementationName, getLastModified, getLocation, getNetcdfFile, getTitle, reacquire, release, setBoundingBox, setDateRange, setDescription, setFileCache, setLocationURI, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getTitlegetLastModified, reacquire, release, setFileCacheprotected java.util.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(java.util.List<DsgFeatureCollection> collectionList)
protected void setPointFeatureCollection(DsgFeatureCollection collection)
public FeatureType getFeatureType()
FeatureDatasetgetFeatureType in interface FeatureDatasetprotected void setFeatureType(FeatureType ftype)
public java.util.List<DsgFeatureCollection> getPointFeatureCollectionList()
FeatureDatasetPointgetPointFeatureCollectionList in interface FeatureDatasetPointpublic void getDetailInfo(java.util.Formatter sf)
FeatureDatasetgetDetailInfo in interface FeatureDatasetgetDetailInfo in class FeatureDatasetImplsf - append info herepublic void calcBounds(java.util.Formatter sf)
calcBounds in interface FeatureDatasetPoint