public class CompositePointCollection extends PointCollectionImpl implements UpdateableCollection
PointCollectionImpl.PointCollectionSubset| Modifier and Type | Field and Description |
|---|---|
protected List<VariableSimpleIF> |
dataVariables |
boundingBox, dateRange, localIterator, name, npts| Modifier | Constructor and Description |
|---|---|
protected |
CompositePointCollection(String name,
TimedCollection pointCollections) |
| Modifier and Type | Method and Description |
|---|---|
List<VariableSimpleIF> |
getDataVariables() |
PointFeatureIterator |
getPointFeatureIterator(int bufferSize)
Get an iterator over the PointFeatures of this collection.
|
PointFeatureCollection |
subset(LatLonRect boundingBox,
CalendarDateRange dateRange)
Subset this collection by boundingBox and/or dateRange
|
void |
update() |
calcBounds, finish, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getDateRange, getName, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, size, subsetprotected List<VariableSimpleIF> dataVariables
protected CompositePointCollection(String name, TimedCollection pointCollections) throws IOException
IOExceptionpublic List<VariableSimpleIF> getDataVariables()
public PointFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws IOException
PointFeatureCollectionsubset in interface PointFeatureCollectionsubset in class PointCollectionImplboundingBox - only points in this lat/lon bounding box. may be null.dateRange - only points in this date range. may be null.IOException - on read errorpublic PointFeatureIterator getPointFeatureIterator(int bufferSize) throws IOException
PointFeatureCollectiongetPointFeatureIterator in interface PointFeatureCollectionbufferSize - how many bytes can be used to buffer data, use -1 to use default.IOException - on read errorpublic void update()
update in interface UpdateableCollectionCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.