Package noaa.coastwatch.io
Class ACSPONCCFReader
java.lang.Object
noaa.coastwatch.io.EarthDataReader
noaa.coastwatch.io.NCReader
noaa.coastwatch.io.ACSPONCCFReader
- All Implemented Interfaces:
GridSubsetReader
,NCSD
Deprecated.
The
ACSPONCCFReader
class reads Java NetCDF accessible
datasets and uses the ACSPO-CF metadata conventions to parse
the attribute and variable data.- Since:
- 3.3.0
- Author:
- Peter Hollemans
-
Field Summary
Modifier and TypeFieldDescriptionstatic final double
Deprecated.Swath polynomial size in kilometers.Fields inherited from class noaa.coastwatch.io.EarthDataReader
dataProjection, info, rawMetadataMap, variables
-
Constructor Summary
ConstructorDescriptionACSPONCCFReader
(String name) Deprecated.Creates a new reader from the specified file. -
Method Summary
Modifier and TypeMethodDescriptionprotected DataVariable
getActualVariable
(int index) Deprecated.Gets the actual variable with data.Deprecated.Gets the data format description.protected DataVariable
getPreviewImpl
(int index) Deprecated.Implementation for the subclass.protected void
Deprecated.Performs reader initialization after the dataset has been opened.Methods inherited from class noaa.coastwatch.io.NCReader
close, convertAttributeValue, getAttribute, getAttribute, getAttribute, getAttributeAsArray, getAttributeAsArray, getAttributeAsArray, getCoordinateSystems, getDataset, getFilename, getGridSubset, getRawMetadata, getReferencedFile, getVariable, getVariablesForSystem, isNetwork
Methods inherited from class noaa.coastwatch.io.EarthDataReader
canUpdateNavigation, containsVariable, finalize, getAllGrids, getAllVariables, getChunkProducer, getIndex, getInfo, getName, getPreview, getPreview, getRawMetadata, getSceneTime, getSource, getStatistics, getStatisticsVariables, getVariable, getVariables, putStatistics, setDataProjection, setUnitsMap, updateNavigation
-
Field Details
-
SWATH_POLY_SIZE
public static final double SWATH_POLY_SIZEDeprecated.Swath polynomial size in kilometers.- See Also:
-
-
Constructor Details
-
ACSPONCCFReader
Deprecated.Creates a new reader from the specified file.- Parameters:
name
- the file name or URL to read.- Throws:
IOException
- if an error occurred reading the metadata.
-
-
Method Details
-
getDataFormat
Deprecated.Gets the data format description.- Specified by:
getDataFormat
in classEarthDataReader
-
initializeReader
Deprecated.Description copied from class:NCReader
Performs reader initialization after the dataset has been opened.- Overrides:
initializeReader
in classNCReader
- Throws:
IOException
- if an error occurred on initialization.
-
getPreviewImpl
Deprecated.Description copied from class:EarthDataReader
Implementation for the subclass.- Specified by:
getPreviewImpl
in classEarthDataReader
- Throws:
IOException
- See Also:
-
getActualVariable
Deprecated.Description copied from class:NCReader
Gets the actual variable with data. This method should be implemented in the child class and is only called if the variable is not already in the cache. SeeNCReader.getVariable(int)
for the required behaviour.- Specified by:
getActualVariable
in classNCReader
- Throws:
IOException
-
CommonDataModelNCReader
compatible files.