| Package | Description |
|---|---|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
| ucar.nc2.dt.radial |
Scientific data type "Radial", uses spherical coordinate system.
|
| 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 (to files) Point Feature Types
|
| ucar.nc2.ft.radial | |
| ucar.nc2.iosp.adde |
IOSP for ADDE servers
|
| ucar.nc2.iosp.gempak | |
| ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
| Modifier and Type | Method and Description |
|---|---|
EarthLocation |
RadialDatasetSweep.getCommonOrigin()
If all sweeps have the same origin, return it here, else null
|
EarthLocation |
PointObsDatatype.getLocation()
Location of the observation
|
EarthLocation |
TrajectoryObsDatatype.getLocation(int point)
Return the location for the given point.
|
EarthLocation |
RadialDatasetSweep.Sweep.getOrigin(int radial) |
| Modifier and Type | Field and Description |
|---|---|
protected EarthLocation |
PointObsDatatypeImpl.location |
| Modifier and Type | Method and Description |
|---|---|
EarthLocation |
PointObsDatatypeImpl.getLocation() |
| Constructor and Description |
|---|
DapperDataset.SeqPointObs(EarthLocation location,
double obsTime,
double nomTime,
int recno)
Constructor for the case where you keep track of the location, time of each record, but not the data.
|
PointObsDatatypeImpl(EarthLocation location,
double obsTime,
double nomTime) |
RecordDatasetHelper.RecordPointObs(EarthLocation location,
double obsTime,
double nomTime,
int recno)
Constructor for the case where you keep track of the location, time of each record, but not the data.
|
SequenceHelper.SeqPointObs(EarthLocation location,
double obsTime,
double nomTime,
int recno)
Constructor for the case where you keep track of the location, time of each record, but not the data.
|
| Modifier and Type | Field and Description |
|---|---|
protected EarthLocation |
RadialDatasetSweepAdapter.origin |
| Modifier and Type | Method and Description |
|---|---|
EarthLocation |
UF2Dataset.getCommonOrigin() |
EarthLocation |
Nids2Dataset.getCommonOrigin() |
EarthLocation |
Netcdf2Dataset.getCommonOrigin() |
EarthLocation |
LevelII2Dataset.getCommonOrigin() |
EarthLocation |
Dorade2Dataset.getCommonOrigin() |
EarthLocation |
CFnetCDF2Dataset.getCommonOrigin()
_more_
|
EarthLocation |
RadialDatasetSweepAdapter.getEarthLocation() |
EarthLocation |
RadialCoordSys.getOrigin()
Origin of the coordinate system
|
| Modifier and Type | Method and Description |
|---|---|
void |
RadialCoordSys.setOrigin(EarthLocation origin) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StationProfileFeature
Time series of ProfileFeature at named locations.
|
interface |
StationTimeSeriesFeature
Time series of PointFeature at a named location aka 'station'.
|
| Modifier and Type | Method and Description |
|---|---|
EarthLocation |
PointFeature.getLocation()
Location of this observation
|
| Modifier and Type | Class and Description |
|---|---|
class |
StationFeatureImpl
Superclass for implementations of StationFeature: time series of data at a point
Concrete subclass must implement getPointFeatureIterator();
|
class |
StationProfileFeatureImpl
Abstract superclass for implementations of StationProfileFeature.
|
| Modifier and Type | Field and Description |
|---|---|
protected EarthLocation |
PointFeatureImpl.location |
| Modifier and Type | Method and Description |
|---|---|
EarthLocation |
PointFeatureImpl.getLocation() |
| Constructor and Description |
|---|
PointFeatureImpl(EarthLocation location,
double obsTime,
double nomTime,
DateUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
EarthLocation |
NestedTable.getEarthLocation(Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriterCFPointCollection.writeRecord(double timeCoordValue,
java.util.Date obsDate,
EarthLocation loc,
StructureData sdata) |
| Modifier and Type | Method and Description |
|---|---|
EarthLocation |
RadialSweepFeature.getOrigin(int radial) |
| Modifier and Type | Class and Description |
|---|---|
class |
StationDB.Station |
| Modifier and Type | Class and Description |
|---|---|
class |
GempakStation
Class to hold GEMPAK station information
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Station
A named location on the earth.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EarthLocationImpl
A location on the Earth.
|
class |
StationImpl
Implementation of Station
|