Package | Description |
---|---|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar 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 Point Feature Types to netcdf/CF files
|
ucar.nc2.ft.radial | |
ucar.nc2.iosp.bufr |
I/O Service Provider for BUFR format files
|
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()
Deprecated.
Location of the observation
|
EarthLocation |
TrajectoryObsDatatype.getLocation(int point)
Deprecated.
Return the location for the given point.
|
EarthLocation |
RadialDatasetSweep.Sweep.getOrigin(int radial) |
Modifier and Type | Method and Description |
---|---|
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
CalendarDate date,
EarthLocation location,
boolean bounded)
Reads data for the given point (earthlocation) and if bounded is true returns data for the closest point within the grid, for points outside of the grid
|
Modifier and Type | Field and Description |
---|---|
protected EarthLocation |
PointObsDatatypeImpl.location
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EarthLocation |
PointObsDatatypeImpl.getLocation()
Deprecated.
|
Constructor and Description |
---|
PointObsDatatypeImpl(EarthLocation location,
double obsTime,
double nomTime)
Deprecated.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected EarthLocation |
RadialDatasetSweepAdapter.origin |
Modifier and Type | Method and Description |
---|---|
EarthLocation |
UF2Dataset.getCommonOrigin() |
EarthLocation |
CFnetCDF2Dataset.getCommonOrigin() |
EarthLocation |
LevelII2Dataset.getCommonOrigin() |
EarthLocation |
Dorade2Dataset.getCommonOrigin() |
EarthLocation |
Nids2Dataset.getCommonOrigin() |
EarthLocation |
Netcdf2Dataset.getCommonOrigin() |
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 | Interface and Description |
---|---|
interface |
StationFeature
Interface for Station with getFeaturedata()
|
Modifier and Type | Class and Description |
---|---|
class |
StationFeatureImpl
Describe
|
class |
StationProfileFeatureImpl
Abstract superclass for implementations of StationProfileFeature.
|
class |
StationTimeSeriesFeatureImpl
Superclass for implementations of StationFeature: time series of data at a point
Concrete subclass must implement getFeatureData() and getPointFeatureIterator();
|
static class |
StationTimeSeriesFeatureImpl.StationFeatureSubset |
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,
CalendarDate obsDate,
EarthLocation loc,
StructureData sdata) |
Modifier and Type | Method and Description |
---|---|
EarthLocation |
RadialSweepFeature.getOrigin(int radial) |
Modifier and Type | Class and Description |
---|---|
class |
BufrConfig.BufrStation |
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
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.