public class CompositePointCollection extends PointCollectionImpl implements UpdateableCollection
PointCollectionImpl.PointCollectionSubset| Modifier and Type | Field and Description |
|---|---|
protected List<VariableSimpleIF> |
dataVariables |
protected AttributeContainer |
globalAttributes |
localIterator| Modifier | Constructor and Description |
|---|---|
protected |
CompositePointCollection(String name,
CalendarDateUnit timeUnit,
String altUnits,
TimedCollection pointCollections) |
| Modifier and Type | Method and Description |
|---|---|
AttributeContainer |
attributes() |
List<VariableSimpleIF> |
getDataVariables() |
List<Attribute> |
getGlobalAttributes()
Deprecated.
use attributes()
|
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, sizeforEach, spliteratorprotected List<VariableSimpleIF> dataVariables
protected AttributeContainer globalAttributes
protected CompositePointCollection(String name, CalendarDateUnit timeUnit, String altUnits, TimedCollection pointCollections)
public List<VariableSimpleIF> getDataVariables()
public AttributeContainer attributes()
@Deprecated public List<Attribute> getGlobalAttributes()
@Nonnull public PointFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange)
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.public PointFeatureIterator getPointFeatureIterator()
PointFeatureCollectiongetPointFeatureIterator in interface PointFeatureCollectionpublic CalendarDateRange update() throws IOException
update in interface UpdateableCollectionIOException