All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected boolean |
checkCoordinates(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
TableConfig |
getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
Create a TableConfig for this dataset.
|
protected TableConfig |
getPointConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected TableConfig |
getProfileConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected TableConfig |
getSectionConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected TableConfig |
getStationConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected TableConfig |
getTimeSeriesProfileConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected TableConfig |
getTrajectoryConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected boolean |
identifyDoubleRaggeds(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog)
Identify ragged array representations for double nests (timeSeries profile, timeSeries trajectory)
This uses the contiguous ragged array representation for each profile (9.5.43.3), and the indexed ragged array
representation to organise the profiles into time series (9.3.54).
|
protected boolean |
identifyEncodingProfile(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected boolean |
identifyEncodingSection(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
CF.FeatureType ftype,
Formatter errlog) |
protected boolean |
identifyEncodingStation(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
CF.FeatureType ftype,
Formatter errlog) |
protected boolean |
identifyEncodingTimeSeriesProfile(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
CF.FeatureType ftype,
Formatter errlog) |
protected boolean |
identifyEncodingTraj(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected boolean |
identifyRaggeds(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Dimension instanceDim,
Dimension sampleDim,
Formatter errlog)
Identify ragged array representations for single nests (station, profile, trajectory)
|
boolean |
isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
Determine if this is a dataset that can be opened as a point obs dataset.
|
protected String |
matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer) |