|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NestedPointFeatureCollection
A collection of PointFeatures nested inside one or more PointFeatureCollection.
| Method Summary | |
|---|---|
PointFeatureCollection |
flatten(LatLonRect boundingBox,
DateRange dateRange)
Flatten into a PointFeatureCollection, discarding connectedness information. |
NestedPointFeatureCollectionIterator |
getNestedPointFeatureCollectionIterator(int bufferSize)
Iterate through the collection, composed of NestedPointFeatureCollection. |
PointFeatureCollectionIterator |
getPointFeatureCollectionIterator(int bufferSize)
Iterate through the collection, composed of PointFeatureCollection. |
boolean |
isMultipleNested()
If true, use getNestedPointFeatureCollectionIterator, otherwise use getPointFeatureCollectionIterator. |
int |
size()
The number of elements in the collection. |
NestedPointFeatureCollection |
subset(LatLonRect boundingBox)
Get a subsetted NestedPointFeatureCollection based on a LatLonRect |
| Methods inherited from interface ucar.nc2.ft.FeatureCollection |
|---|
getCollectionFeatureType, getName |
| Method Detail |
|---|
int size()
boolean isMultipleNested()
PointFeatureCollectionIterator getPointFeatureCollectionIterator(int bufferSize)
throws IOException
bufferSize - how many bytes can be used to buffer data, use -1 to use default.
IOException - on read error
NestedPointFeatureCollectionIterator getNestedPointFeatureCollectionIterator(int bufferSize)
throws IOException
bufferSize - how many bytes can be used to buffer data, use -1 to use default.
IOException - on read error
NestedPointFeatureCollection subset(LatLonRect boundingBox)
throws IOException
boundingBox - spatial subset
IOException - on i/o error
PointFeatureCollection flatten(LatLonRect boundingBox,
DateRange dateRange)
throws IOException
boundingBox - only points in this lat/lon bounding box. may be null.dateRange - only points in this date range. may be null.
IOException - on read error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||