public class CompositePointCollection extends PointCollectionImpl implements UpdateableCollection
PointCollectionImpl.PointCollectionSubset| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<VariableSimpleIF> |
dataVariables |
protected java.util.List<Attribute> |
globalAttributes |
localIterator| Modifier | Constructor and Description |
|---|---|
protected |
CompositePointCollection(java.lang.String name,
CalendarDateUnit timeUnit,
java.lang.String altUnits,
TimedCollection pointCollections) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VariableSimpleIF> |
getDataVariables() |
java.util.List<Attribute> |
getGlobalAttributes() |
PointFeatureIterator |
getPointFeatureIterator()
Get an iterator over the PointFeatures of this collection.
|
PointFeatureCollection |
subset(LatLonRect boundingBox,
CalendarDateRange dateRange)
Subset this collection by boundingBox and/or dateRange
|
CalendarDateRange |
update() |
finish, getCollectionFeatureType, hasNext, iterator, next, resetIterationgetAltUnits, getBoundingBox, getCalendarDateRange, getExtraVariables, getInfo, getName, getNobs, getTimeUnit, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAltUnits, getBoundingBox, getCalendarDateRange, getExtraVariables, getName, getTimeUnit, sizeprotected java.util.List<VariableSimpleIF> dataVariables
protected java.util.List<Attribute> globalAttributes
protected CompositePointCollection(java.lang.String name,
CalendarDateUnit timeUnit,
java.lang.String altUnits,
TimedCollection pointCollections)
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<VariableSimpleIF> getDataVariables()
public java.util.List<Attribute> getGlobalAttributes()
@Nonnull public PointFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws java.io.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.java.io.IOException - on read errorpublic PointFeatureIterator getPointFeatureIterator() throws java.io.IOException
PointFeatureCollectiongetPointFeatureIterator in interface PointFeatureCollectionjava.io.IOException - on read errorpublic CalendarDateRange update() throws java.io.IOException
update in interface UpdateableCollectionjava.io.IOException