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
FieldsModifier and TypeFieldDescriptionstatic final doubleDeprecated.Swath polynomial size in kilometers.Fields inherited from class noaa.coastwatch.io.EarthDataReader
dataProjection, info, rawMetadataMap, variables -
Constructor Summary
ConstructorsConstructorDescriptionACSPONCCFReader(String name) Deprecated.Creates a new reader from the specified file. -
Method Summary
Modifier and TypeMethodDescriptionprotected DataVariablegetActualVariable(int index) Deprecated.Gets the actual variable with data.Deprecated.Gets the data format description.protected DataVariablegetPreviewImpl(int index) Deprecated.Implementation for the subclass.protected voidDeprecated.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, isNetworkMethods inherited from class noaa.coastwatch.io.EarthDataReader
canUpdateNavigation, containsVariable, finalize, findVariable, 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:
getDataFormatin classEarthDataReader
-
initializeReader
Deprecated.Description copied from class:NCReaderPerforms reader initialization after the dataset has been opened.- Overrides:
initializeReaderin classNCReader- Throws:
IOException- if an error occurred on initialization.
-
getPreviewImpl
Deprecated.Description copied from class:EarthDataReaderImplementation for the subclass.- Specified by:
getPreviewImplin classEarthDataReader- Throws:
IOException- See Also:
-
getActualVariable
Deprecated.Description copied from class:NCReaderGets 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:
getActualVariablein classNCReader- Throws:
IOException
-
CommonDataModelNCReadercompatible files.