Package org.geotools.coverage.io.grib
Class GRIBFormat
Object
AbstractGridFormat
NetCDFFormat
GRIBFormat
- All Implemented Interfaces:
Format
-
Field Summary
FieldsFields inherited from class AbstractGridFormat
BACKGROUND_COLOR, BANDS, DECIMATION_POLICY, ELEVATION, FOOTPRINT_BEHAVIOR, GEOTOOLS_WRITE_PARAMS, INPUT_TRANSPARENT_COLOR, INTERPOLATION, mInfo, OVERVIEW_POLICY, PROGRESS_LISTENER, READ_GRIDGEOMETRY2D, readParameters, RESCALE_PIXELS, SUGGESTED_TILE_SIZE, TILE_SIZE_SEPARATOR, TIME, USE_JAI_IMAGEREAD, writeParameters
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NetCDFFormat
getDefaultImageIOWriteParameters, getReader, getReader, getWriter, getWriter
Methods inherited from class AbstractGridFormat
accepts, equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
-
Field Details
-
FILTER
-
-
Constructor Details
-
GRIBFormat
public GRIBFormat()Creates an instance and sets the metadata.
-
-
Method Details
-
accepts
Description copied from class:AbstractGridFormat
Tells me if thisFormat
can read the providedinput
.- Overrides:
accepts
in classNetCDFFormat
- Parameters:
source
- The input object to test for suitability.hints
-Hints
to control the accepts internal machinery.- Returns:
- True if this format can read this object, False otherwise.
-