Package | Description |
---|---|
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.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 |
---|---|
ProfileFeature |
StationProfileFeature.getProfileByDate(Date date)
Get a particular profile by date.
|
ProfileFeature |
StationProfileFeature.next()
Use the internal iterator to get the next ProfileFeature in the iteration.
|
ProfileFeature |
SectionFeature.next()
Use the internal iterator to get the next ProfileFeature in the iteration.
|
ProfileFeature |
ProfileFeatureCollection.next()
Use the internal iterator to get the next ProfileFeature in the iteration.
|
Modifier and Type | Class and Description |
---|---|
class |
ProfileFeatureImpl
Abstract superclass for implementations of ProfileFeature.
|
Modifier and Type | Method and Description |
---|---|
ProfileFeature |
StationProfileFeatureImpl.next() |
ProfileFeature |
SectionFeatureImpl.next() |
Modifier and Type | Method and Description |
---|---|
ProfileFeature |
StandardProfileCollectionImpl.next() |
Modifier and Type | Method and Description |
---|---|
int |
WriterCFProfileCollection.writeProfile(ProfileFeature profile) |
int |
WriterCFTrajectoryProfileCollection.writeProfile(SectionFeature section,
ProfileFeature profile) |
int |
WriterCFStationProfileCollection.writeProfile(StationProfileFeature spf,
ProfileFeature profile) |
void |
WriterCFStationProfileCollection.writeProfileData(int stnIndex,
ProfileFeature profile,
int nobs) |
void |
WriterCFTrajectoryProfileCollection.writeProfileData(int sectionIndex,
ProfileFeature profile,
int nobs) |
void |
WriterCFProfileCollection.writeProfileData(ProfileFeature profile,
int nobs) |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.