Package org.geotools.coverageio.gdal.srp
Class SRPFormat
- Object
-
- AbstractGridFormat
-
- BaseGDALGridFormat
-
- SRPFormat
-
- All Implemented Interfaces:
Format
public final class SRPFormat extends BaseGDALGridFormat implements Format
An implementation ofFormat
for the SRP format.- Since:
- 19.x
- Author:
- Andrea Aime, GeoSolutions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class BaseGDALGridFormat
BaseGDALGridFormat.InfoWrapper
-
-
Field Summary
-
Fields inherited from class BaseGDALGridFormat
PARAM_DESCRIPTOR, USE_MULTITHREADING
-
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 SRPFormat()
Creates an instance and sets the metadata.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SRPReader
getReader(Object source, Hints hints)
Gets aGridCoverageReader
for this format able to create coverages out of thesource
object using the providedhints
.protected void
setInfo()
Sets the metadata information.-
Methods inherited from class BaseGDALGridFormat
accepts, getDefaultImageIOWriteParameters, getDefaultParameterGroup, getReader, getWriter, getWriter, setInfo
-
Methods inherited from class AbstractGridFormat
accepts, equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface Format
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
-
-
-
-
Method Detail
-
setInfo
protected void setInfo()
Sets the metadata information.- Specified by:
setInfo
in classBaseGDALGridFormat
-
getReader
public SRPReader getReader(Object source, Hints hints)
Description copied from class:AbstractGridFormat
Gets aGridCoverageReader
for this format able to create coverages out of thesource
object using the providedhints
.In case this
Format
cannot reader the providedsource
objectnull
is returned.- Specified by:
getReader
in classAbstractGridFormat
- Parameters:
source
- The source object to parse. *hints
- TheHints
to use when trying to instantiate this reader.- Returns:
- A reader for this
Format
or null. - See Also:
org.geotools.data.coverage.grid.AbstractGridFormat#getReader(Object, Hints)
-
-