|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableSimpleIF | |
---|---|
ucar.nc2 | The public API to the Java-NetCDF library. |
ucar.nc2.dataset | An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. |
ucar.nc2.dods | OpenDAP-netCDF library. |
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 spherical coordinate system. |
ucar.nc2.dt.trajectory | Scientific data type "Trajectory". |
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.collection | |
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 |
ucar.nc2.iosp.adde | IOSP for ADDE servers |
Uses of VariableSimpleIF in ucar.nc2 |
---|
Subinterfaces of VariableSimpleIF in ucar.nc2 | |
---|---|
interface |
VariableIF
The public interface to a Variable. |
Classes in ucar.nc2 that implement VariableSimpleIF | |
---|---|
class |
Sequence
Sequence is a one-dimensional Structure with indeterminate length. |
class |
Structure
A Structure is a type of Variable that contains other Variables, like a struct in C. |
class |
StructurePseudo
Deprecated. use ucar.nc2.dataset.StructurePseudoDS |
class |
Variable
A Variable is a logical container for data. |
class |
VariableSimpleAdapter
Adapt a StructureMembers.Member into a VariableSimpleIF. |
Methods in ucar.nc2 that return types with arguments of type VariableSimpleIF | |
---|---|
static List<VariableSimpleIF> |
VariableSimpleAdapter.convert(StructureMembers sm)
|
Methods in ucar.nc2 with parameters of type VariableSimpleIF | |
---|---|
int |
Variable.compareTo(VariableSimpleIF o)
Sort by name |
int |
VariableSimpleAdapter.compareTo(VariableSimpleIF o)
Sort by name |
Uses of VariableSimpleIF in ucar.nc2.dataset |
---|
Subinterfaces of VariableSimpleIF in ucar.nc2.dataset | |
---|---|
interface |
VariableEnhanced
Public interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package. |
Classes in ucar.nc2.dataset that implement VariableSimpleIF | |
---|---|
class |
CoordinateAxis
A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem. |
class |
CoordinateAxis1D
A 1-dimensional Coordinate Axis. |
class |
CoordinateAxis1DTime
A 1-dimensional Coordinate Axis representing Calendar time. |
class |
CoordinateAxis2D
A 2-dimensional numeric Coordinate Axis. |
class |
SequenceDS
Enhance sequence |
class |
StructureDS
An "enhanced" Structure. |
class |
StructurePseudo2Dim
Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner) |
class |
StructurePseudoDS
Make a collection of variables with the same outer dimension into a fake Structure. |
class |
VariableDS
An wrapper around a Variable, creating an "enhanced" Variable. |
Uses of VariableSimpleIF in ucar.nc2.dods |
---|
Classes in ucar.nc2.dods that implement VariableSimpleIF | |
---|---|
class |
DODSGrid
A DODS Grid. |
class |
DODSStructure
A DODS Structure. |
class |
DODSVariable
A read-only DODS-netCDF Variable. |
Uses of VariableSimpleIF in ucar.nc2.dt |
---|
Subinterfaces of VariableSimpleIF in ucar.nc2.dt | |
---|---|
static interface |
RadialDatasetSweep.RadialVariable
A data Variable with radial geometry. |
Classes in ucar.nc2.dt that implement VariableSimpleIF | |
---|---|
class |
VariableSimpleSubclass
Adapt a VariableSimpleIF into another VariableSimpleIF, so it can be subclassed. |
Fields in ucar.nc2.dt declared as VariableSimpleIF | |
---|---|
protected VariableSimpleIF |
VariableSimpleSubclass.v
|
Fields in ucar.nc2.dt with type parameters of type VariableSimpleIF | |
---|---|
protected List<VariableSimpleIF> |
TypedDatasetImpl.dataVariables
|
Methods in ucar.nc2.dt that return VariableSimpleIF | |
---|---|
VariableSimpleIF |
TrajectoryObsDatatype.getDataVariable(String name)
Get the named data Variable. |
VariableSimpleIF |
TypedDatasetImpl.getDataVariable(String shortName)
|
VariableSimpleIF |
TypedDataset.getDataVariable(String shortName)
Get the named data Variable. |
Methods in ucar.nc2.dt that return types with arguments of type VariableSimpleIF | |
---|---|
List<VariableSimpleIF> |
TypedDatasetImpl.getDataVariables()
|
List<VariableSimpleIF> |
RadialDatasetSweep.getDataVariables()
The radial data variables available in the dataset. |
List<VariableSimpleIF> |
TypedDataset.getDataVariables()
The data Variables available in this dataset. |
Methods in ucar.nc2.dt with parameters of type VariableSimpleIF | |
---|---|
int |
VariableSimpleSubclass.compareTo(VariableSimpleIF o)
Sort by name |
Constructors in ucar.nc2.dt with parameters of type VariableSimpleIF | |
---|---|
VariableSimpleSubclass(VariableSimpleIF v)
|
Uses of VariableSimpleIF in ucar.nc2.dt.grid |
---|
Methods in ucar.nc2.dt.grid that return VariableSimpleIF | |
---|---|
VariableSimpleIF |
GridDataset.getDataVariable(String shortName)
|
Methods in ucar.nc2.dt.grid that return types with arguments of type VariableSimpleIF | |
---|---|
List<VariableSimpleIF> |
GridDataset.getDataVariables()
|
Uses of VariableSimpleIF in ucar.nc2.dt.point |
---|
Method parameters in ucar.nc2.dt.point with type arguments of type VariableSimpleIF | |
---|---|
void |
WriterStationObsDataset.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars)
|
void |
WriterCFStationObsDataset.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
int numrec)
|
void |
WriterProfileObsDataset.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
int nprofiles,
String altVarName)
|
Uses of VariableSimpleIF in ucar.nc2.dt.radial |
---|
Classes in ucar.nc2.dt.radial that implement VariableSimpleIF | |
---|---|
class |
RadialDatasetSweepAdapter.MyRadialVariableAdapter
|
Uses of VariableSimpleIF in ucar.nc2.dt.trajectory |
---|
Methods in ucar.nc2.dt.trajectory that return VariableSimpleIF | |
---|---|
VariableSimpleIF |
UnidataTrajectoryObsDataset2.getDataVariable(String shortName)
|
Methods in ucar.nc2.dt.trajectory that return types with arguments of type VariableSimpleIF | |
---|---|
List<VariableSimpleIF> |
UnidataTrajectoryObsDataset2.getDataVariables()
|
Uses of VariableSimpleIF in ucar.nc2.ft |
---|
Fields in ucar.nc2.ft with type parameters of type VariableSimpleIF | |
---|---|
protected List<VariableSimpleIF> |
FeatureDatasetImpl.dataVariables
|
Methods in ucar.nc2.ft that return VariableSimpleIF | |
---|---|
VariableSimpleIF |
FeatureDataset.getDataVariable(String shortName)
Get the named data Variable. |
VariableSimpleIF |
FeatureDatasetImpl.getDataVariable(String shortName)
|
Methods in ucar.nc2.ft that return types with arguments of type VariableSimpleIF | |
---|---|
List<VariableSimpleIF> |
FeatureDataset.getDataVariables()
The data Variables available in this dataset. |
List<VariableSimpleIF> |
FeatureDatasetImpl.getDataVariables()
|
Method parameters in ucar.nc2.ft with type arguments of type VariableSimpleIF | |
---|---|
PointFeatureCollection |
StationTimeSeriesFeatureCollection.flatten(List<String> stations,
DateRange dateRange,
List<VariableSimpleIF> varList)
Flatten into a PointFeatureCollection, discarding connectedness information. |
Uses of VariableSimpleIF in ucar.nc2.ft.point |
---|
Method parameters in ucar.nc2.ft.point with type arguments of type VariableSimpleIF | |
---|---|
PointFeatureCollection |
StationTimeSeriesCollectionImpl.flatten(List<String> stations,
DateRange dateRange,
List<VariableSimpleIF> varList)
|
Constructor parameters in ucar.nc2.ft.point with type arguments of type VariableSimpleIF | |
---|---|
RecordDatasetHelper(NetcdfDataset ncfile,
String obsTimeVName,
String nomTimeVName,
List<VariableSimpleIF> typedDataVariables,
String recDimName,
Formatter errBuffer)
Constructor. |
Uses of VariableSimpleIF in ucar.nc2.ft.point.collection |
---|
Fields in ucar.nc2.ft.point.collection with type parameters of type VariableSimpleIF | |
---|---|
protected List<VariableSimpleIF> |
CompositePointCollection.dataVariables
|
protected List<VariableSimpleIF> |
CompositeStationCollection.dataVariables
|
Methods in ucar.nc2.ft.point.collection that return types with arguments of type VariableSimpleIF | |
---|---|
List<VariableSimpleIF> |
CompositePointCollection.getDataVariables()
|
List<VariableSimpleIF> |
CompositeStationCollection.getDataVariables()
|
Method parameters in ucar.nc2.ft.point.collection with type arguments of type VariableSimpleIF | |
---|---|
PointFeatureCollection |
CompositeStationCollection.flatten(List<String> stations,
DateRange dateRange,
List<VariableSimpleIF> varList)
|
Constructor parameters in ucar.nc2.ft.point.collection with type arguments of type VariableSimpleIF | |
---|---|
CompositeStationCollection(String name,
TimedCollection dataCollection,
List<Station> stns,
List<VariableSimpleIF> dataVariables)
|
|
CompositeStationCollectionFlattened(String name,
List<String> stations,
DateRange dateRange,
List<VariableSimpleIF> varList,
TimedCollection stnCollections)
|
Uses of VariableSimpleIF in ucar.nc2.ft.point.remote |
---|
Constructor parameters in ucar.nc2.ft.point.remote with type arguments of type VariableSimpleIF | |
---|---|
PointDatasetRemote(FeatureType wantFeatureType,
String uri,
List<VariableSimpleIF> vars,
LatLonRect bb,
DateRange dr)
|
Uses of VariableSimpleIF in ucar.nc2.ft.point.standard |
---|
Methods in ucar.nc2.ft.point.standard that return types with arguments of type VariableSimpleIF | |
---|---|
List<VariableSimpleIF> |
NestedTable.getDataVariables()
|
Uses of VariableSimpleIF in ucar.nc2.ft.point.writer |
---|
Methods in ucar.nc2.ft.point.writer that return types with arguments of type VariableSimpleIF | |
---|---|
static List<VariableSimpleIF> |
FeatureDatasetPointXML.getDataVariables(org.jdom.Document doc)
|
Method parameters in ucar.nc2.ft.point.writer with type arguments of type VariableSimpleIF | |
---|---|
void |
WriterCFPointDataset.writeHeader(List<? extends VariableSimpleIF> vars,
int numrec)
Deprecated. |
void |
WriterCFStationCollection.writeHeader(List<Station> stns,
List<VariableSimpleIF> vars,
DateUnit timeUnit)
|
void |
WriterCFPointCollection.writeHeader(List<VariableSimpleIF> vars,
DateUnit timeUnit,
String altUnits)
|
Constructors in ucar.nc2.ft.point.writer with parameters of type VariableSimpleIF | |
---|---|
PointObVar(VariableSimpleIF v)
|
Uses of VariableSimpleIF in ucar.nc2.iosp.adde |
---|
Classes in ucar.nc2.iosp.adde that implement VariableSimpleIF | |
---|---|
class |
AddeVariable
A Variable implemented through an ADDE server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |