Package | Description |
---|---|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
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 Point Feature Types to netcdf/CF files
|
Modifier and Type | Method and Description |
---|---|
void |
WriterCFPointDataset.writeRecord(PointFeature pf,
StructureData sdata)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PointFeature |
PointFeatureIterator.next()
Returns the next PointFeature.
|
PointFeature |
PointFeatureCollection.next()
Use the internal iterator to get the next PointFeature in the iteration.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
StationPointFeature
A PointFeature from which one can obtain a Station
|
Modifier and Type | Class and Description |
---|---|
class |
PointFeatureImpl
Abstract superclass for implementations of PointFeature.
|
Modifier and Type | Method and Description |
---|---|
PointFeature |
PointFeatureCopyFactory.deepCopy(PointFeature from) |
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 |
PointIteratorFiltered.next() |
PointFeature |
PointIteratorEmpty.next() |
PointFeature |
PointIteratorFlatten.next() |
PointFeature |
PointIteratorFromStructureData.next() |
PointFeature |
PointIteratorMultidim.next() |
PointFeature |
PointCollectionImpl.next() |
Modifier and Type | Method and Description |
---|---|
protected void |
PointIteratorAbstract.calcBounds(PointFeature pf) |
int |
PointFeatureImpl.compareTo(PointFeature other) |
PointFeature |
PointFeatureCopyFactory.deepCopy(PointFeature from) |
boolean |
PointIteratorAbstract.Filter.filter(PointFeature pdata) |
Station |
StationTimeSeriesCollectionImpl.getStation(PointFeature feature) |
Constructor and Description |
---|
PointFeatureCopyFactory(PointFeature proto,
DateUnit du) |
Modifier and Type | Method and Description |
---|---|
PointFeature |
FeatureMaker.make(byte[] rawBytes) |
PointFeature |
RemotePointFeatureIterator.next() |
Modifier and Type | Method and Description |
---|---|
static PointStreamProto.PointFeature |
PointStream.encodePointFeature(PointFeature pf) |
static PointStreamProto.PointFeatureCollection |
PointStream.encodePointFeatureCollection(String name,
String timeUnitString,
PointFeature pf) |
Station |
RemoteStationCollection.getStation(PointFeature feature) |
Modifier and Type | Method and Description |
---|---|
protected PointFeature |
StandardPointFeatureIterator.makeFeature(int recnum,
StructureData sdata) |
Modifier and Type | Method and Description |
---|---|
void |
WriterCFPointCollection.writeHeader(PointFeature pf) |
void |
WriterCFTrajectoryProfileCollection.writeObsData(PointFeature pf) |
void |
WriterCFStationProfileCollection.writeObsData(PointFeature pf) |
void |
WriterCFProfileCollection.writeObsData(PointFeature pf) |
void |
WriterCFTrajectoryCollection.writeObsData(PointFeature pf) |
void |
WriterCFPointCollection.writeRecord(PointFeature sobs,
StructureData sdata) |
void |
WriterCFStationCollection.writeRecord(Station s,
PointFeature sobs,
StructureData sdata) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.