|
||||||||||
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 java.io.IOException
bufferSize
- how many bytes can be used to buffer data, use -1 to use default.
java.io.IOException
- on read errorNestedPointFeatureCollectionIterator getNestedPointFeatureCollectionIterator(int bufferSize) throws java.io.IOException
bufferSize
- how many bytes can be used to buffer data, use -1 to use default.
java.io.IOException
- on read errorNestedPointFeatureCollection subset(LatLonRect boundingBox) throws java.io.IOException
boundingBox
- spatial subset
java.io.IOException
- on i/o errorPointFeatureCollection flatten(LatLonRect boundingBox, DateRange dateRange) throws java.io.IOException
boundingBox
- 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 |