|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointFeature | |
---|---|
ucar.nc2.ft | Scientific feature types package |
ucar.nc2.ft.point | package ucar.nc2.ft.point : Implementation of Point Feature Types |
ucar.nc2.ft.point.remote | |
ucar.nc2.ft.point.standard | package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types |
ucar.nc2.ft.point.writer | package ucar.nc2.ft.point.writer : Write (to files) Point Feature Types |
Uses of PointFeature in ucar.nc2.ft |
---|
Methods in ucar.nc2.ft that return PointFeature | |
---|---|
PointFeature |
PointFeatureCollection.next()
Use the internal iterator to get the next PointFeature in the iteration. |
PointFeature |
PointFeatureIterator.next()
Returns the next PointFeature. |
Methods in ucar.nc2.ft with parameters of type PointFeature | |
---|---|
boolean |
PointFeatureIterator.Filter.filter(PointFeature pointFeature)
True if the PointFeature passes this filter |
Station |
StationTimeSeriesFeatureCollection.getStation(PointFeature feature)
Get the station that belongs to this feature |
Uses of PointFeature in ucar.nc2.ft.point |
---|
Subinterfaces of PointFeature in ucar.nc2.ft.point | |
---|---|
interface |
StationPointFeature
A PointFeature from which one can obtain a Station |
Classes in ucar.nc2.ft.point that implement PointFeature | |
---|---|
class |
PointFeatureImpl
Abstract superclass for implementations of PointFeature. |
Methods in ucar.nc2.ft.point that return PointFeature | |
---|---|
PointFeature |
RecordDatasetHelper.factory(StationImpl s,
StructureData sdata,
int recno)
|
protected abstract PointFeature |
PointIteratorFromStructureData.makeFeature(int recnum,
StructureData sdata)
|
protected abstract PointFeature |
PointIteratorMultidim.makeFeature(int recnum,
StructureData sdata)
|
PointFeature |
PointIteratorFlatten.next()
|
PointFeature |
PointCollectionImpl.next()
|
PointFeature |
PointIteratorFromStructureData.next()
|
PointFeature |
PointIteratorMultidim.next()
|
PointFeature |
PointIteratorFiltered.next()
|
PointFeature |
PointIteratorEmpty.next()
|
Methods in ucar.nc2.ft.point with parameters of type PointFeature | |
---|---|
protected void |
PointIteratorAbstract.calcBounds(PointFeature pf)
|
int |
PointFeatureImpl.compareTo(PointFeature other)
|
boolean |
PointIteratorAbstract.Filter.filter(PointFeature pdata)
|
Station |
StationTimeSeriesCollectionImpl.getStation(PointFeature feature)
|
Uses of PointFeature in ucar.nc2.ft.point.remote |
---|
Methods in ucar.nc2.ft.point.remote that return PointFeature | |
---|---|
PointFeature |
FeatureMaker.make(byte[] rawBytes)
|
PointFeature |
RemotePointFeatureIterator.next()
|
Methods in ucar.nc2.ft.point.remote with parameters of type PointFeature | |
---|---|
static PointStreamProto.PointFeature |
PointStream.encodePointFeature(PointFeature pf)
|
static PointStreamProto.PointFeatureCollection |
PointStream.encodePointFeatureCollection(String name,
PointFeature pf)
|
Station |
RemoteStationCollection.getStation(PointFeature feature)
|
Uses of PointFeature in ucar.nc2.ft.point.standard |
---|
Methods in ucar.nc2.ft.point.standard that return PointFeature | |
---|---|
protected PointFeature |
StandardPointFeatureIterator.makeFeature(int recnum,
StructureData sdata)
|
Uses of PointFeature in ucar.nc2.ft.point.writer |
---|
Methods in ucar.nc2.ft.point.writer with parameters of type PointFeature | |
---|---|
void |
WriterCFPointDataset.writeRecord(PointFeature pf,
StructureData sdata)
Deprecated. |
void |
WriterCFPointCollection.writeRecord(PointFeature sobs,
StructureData sdata)
|
void |
WriterCFStationCollection.writeRecord(Station s,
PointFeature sobs,
StructureData sdata)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |