Package org.geotools.coverage.io.grib
Class GRIBFormat
- Object
-
- AbstractGridFormat
-
- NetCDFFormat
-
- GRIBFormat
-
- All Implemented Interfaces:
Format
public class GRIBFormat extends NetCDFFormat
-
-
Field Summary
Fields Modifier and Type Field Description static ParameterDescriptor<Filter>FILTER-
Fields 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 Constructor Description GRIBFormat()Creates an instance and sets the metadata.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(Object source, Hints hints)Tells me if thisFormatcan read the providedinput.-
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 Detail
-
FILTER
public static final ParameterDescriptor<Filter> FILTER
-
-
Method Detail
-
accepts
public boolean accepts(Object source, Hints hints)
Description copied from class:AbstractGridFormatTells me if thisFormatcan read the providedinput.- Overrides:
acceptsin classNetCDFFormat- Parameters:
source- The input object to test for suitability.hints-Hintsto control the accepts internal machinery.- Returns:
- True if this format can read this object, False otherwise.
-
-