|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ft.point.PointCollectionImpl
ucar.nc2.ft.point.collection.CompositePointCollection
public class CompositePointCollection
PointCollection composed of other PointCollections
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.nc2.ft.point.PointCollectionImpl |
|---|
PointCollectionImpl.PointFeatureCollectionSubset |
| Field Summary |
|---|
| Fields inherited from class ucar.nc2.ft.point.PointCollectionImpl |
|---|
boundingBox, dateRange, localIterator, name, npts |
| Constructor Summary | |
|---|---|
protected |
CompositePointCollection(java.lang.String name,
TimedCollection pointCollections)
|
| Method Summary | |
|---|---|
PointFeatureIterator |
getPointFeatureIterator(int bufferSize)
Get an iterator over the PointFeatures of this collection |
PointFeatureCollection |
subset(LatLonRect boundingBox,
DateRange dateRange)
Subset this collection by boundingBox and/or dateRange |
| Methods inherited from class ucar.nc2.ft.point.PointCollectionImpl |
|---|
calcBounds, finish, getBoundingBox, getCollectionFeatureType, getDateRange, getName, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CompositePointCollection(java.lang.String name,
TimedCollection pointCollections)
| Method Detail |
|---|
public PointFeatureIterator getPointFeatureIterator(int bufferSize)
throws java.io.IOException
PointFeatureCollection
bufferSize - how many bytes can be used to buffer data, use -1 to use default.
java.io.IOException - on read error
public PointFeatureCollection subset(LatLonRect boundingBox,
DateRange dateRange)
throws java.io.IOException
PointFeatureCollection
subset 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 error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||