This class can read a ECW data source and create a
GridCoverage2D from the data.
author: Daniele Romagnoli, GeoSolutions author: Simone Giannecchini, GeoSolutions since: 2.4.x
read(GeneralParameterValue[] params) Reads a
GridCoverage2D possibly matching as close as possible the
resolution computed by using the input params provided by using the
parameters for this
ECWReader.read(GeneralParameterValue[]) .
To have an idea about the possible read parameters take a look at
AbstractGridFormat class and
ECWFormat class.
Parameters: params - an array of GeneralParameterValue containing theparameters to control this read process.
Creates a new instance of a
ECWReader . I assume nothing about
file extension.
Parameters: input - Source object for which we want to build an ECWReader. throws: DataSourceException - throws: FactoryException - throws: MismatchedDimensionException -
Creates a new instance of a
ECWReader . I assume nothing about
file extension.
Parameters: input - Source object for which we want to build an ECWReader. Parameters: hints - Hints to be used by this reader throughout his life. throws: DataSourceException - throws: FactoryException - throws: MismatchedDimensionException -
To have an idea about the possible read parameters take a look at
AbstractGridFormat class and
ECWFormat class.
Parameters: params - an array of GeneralParameterValue containing theparameters to control this read process. a GridCoverage2D. See Also:AbstractGridFormat See Also:ECWFormat See Also: org.opengis.coverage.grid.GridCoverageReader.read(org.opengis.parameter.GeneralParameterValue[])
Fields inherited from org.geotools.coverage.grid.io.AbstractGridCoverage2DReader