Uses of Interface
org.geotools.api.parameter.GeneralParameterValue
-
-
Uses of GeneralParameterValue in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage
GridCoverageReader. read(String coverageName, GeneralParameterValue... parameters)
Read the grid coverage specified by coverageName parameter.GridCoverage
GridCoverageReader. read(GeneralParameterValue... parameters)
Read the only available grid coverage.void
GridCoverageWriter. write(GridCoverage coverage, GeneralParameterValue... parameters)
Writes the specified grid coverage. -
Uses of GeneralParameterValue in org.geotools.api.parameter
Subinterfaces of GeneralParameterValue in org.geotools.api.parameter Modifier and Type Interface Description interface
ParameterValue<T>
A parameter value used by an operation method.interface
ParameterValueGroup
A group of related parameter values.Methods in org.geotools.api.parameter that return GeneralParameterValue Modifier and Type Method Description GeneralParameterValue
GeneralParameterValue. clone()
Returns a copy of this parameter value or group.GeneralParameterValue
GeneralParameterDescriptor. createValue()
Creates a new instance of parameter value or group initialized with the default value(s).Methods in org.geotools.api.parameter that return types with arguments of type GeneralParameterValue Modifier and Type Method Description List<GeneralParameterValue>
ParameterValueGroup. values()
Returns the values in this group. -
Uses of GeneralParameterValue in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return GeneralParameterValue Modifier and Type Method Description GeneralParameterValue[]
CoverageReadingTransformation.ReaderAndParams. getReadParameters()
Methods in org.geotools.coverage.grid.io with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
AbstractGridCoverage2DReader. read(String coverageName, GeneralParameterValue[] parameters)
abstract GridCoverage2D
AbstractGridCoverage2DReader. read(GeneralParameterValue[] parameters)
Read the current grid coverage from the stream.GridCoverage2D
GridCoverage2DReader. read(String coverageName, GeneralParameterValue[] parameters)
Retrieves theGridEnvelope
associated to the specified coverageName for thisGridCoverage2DReader
.GridCoverage2D
GridCoverage2DReader. read(GeneralParameterValue[] parameters)
Created aGridCoverage2D
out of thisGridCoverage2DReader
for the default coverage.Constructors in org.geotools.coverage.grid.io with parameters of type GeneralParameterValue Constructor Description ReaderAndParams(GridCoverage2DReader reader, GeneralParameterValue[] readParameters)
-
Uses of GeneralParameterValue in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
NetCDFReader. read(String coverageName, GeneralParameterValue[] parameters)
GridCoverage2D
NetCDFReader. read(GeneralParameterValue[] parameters)
Read a GridCoverage2D base on the specified read parameters. -
Uses of GeneralParameterValue in org.geotools.coverage.util
Methods in org.geotools.coverage.util with parameters of type GeneralParameterValue Modifier and Type Method Description static SimpleFeatureCollection
FeatureUtilities. wrapGridCoverageReader(GridCoverage2DReader gridCoverageReader, GeneralParameterValue[] params)
Wraps a grid coverage into a Feature. -
Uses of GeneralParameterValue in org.geotools.coverageio
Methods in org.geotools.coverageio with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
BaseGridCoverage2DReader. read(GeneralParameterValue[] params)
Returns aGridCoverage
from this reader in compliance with the specified parameters. -
Uses of GeneralParameterValue in org.geotools.coverageio.jp2k
Methods in org.geotools.coverageio.jp2k with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
JP2KReader. read(GeneralParameterValue[] params)
-
Uses of GeneralParameterValue in org.geotools.filter.function
Methods in org.geotools.filter.function that return GeneralParameterValue Modifier and Type Method Description default GeneralParameterValue[]
RenderingTransformation. customizeReadParams(GridCoverageReader reader, GeneralParameterValue... params)
Allows the transformation to customize the readMethods in org.geotools.filter.function with parameters of type GeneralParameterValue Modifier and Type Method Description default GeneralParameterValue[]
RenderingTransformation. customizeReadParams(GridCoverageReader reader, GeneralParameterValue... params)
Allows the transformation to customize the read -
Uses of GeneralParameterValue in org.geotools.gce.arcgrid
Methods in org.geotools.gce.arcgrid with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
ArcGridReader. read(GeneralParameterValue[] params)
Reads aGridCoverage2D
possibly matching as close as possible the resolution computed by using the input params provided by using the parameters for thisArcGridReader.read(GeneralParameterValue[])
.void
ArcGridWriter. write(GridCoverage coverage, GeneralParameterValue[] parameters)
Note: The geotools GridCoverage class does not implement the geoAPI GridCoverage Interface so this method shows an error. -
Uses of GeneralParameterValue in org.geotools.gce.geotiff
Methods in org.geotools.gce.geotiff with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
GeoTiffReader. read(GeneralParameterValue[] params)
This method reads in the TIFF image, constructs an appropriate CRS, determines the math transform from raster to the CRS model, and constructs a GridCoverage.void
GeoTiffWriter. write(GridCoverage gc, GeneralParameterValue[] params)
-
Uses of GeneralParameterValue in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
GrassCoverageReader. read(GeneralParameterValue[] params)
void
GrassCoverageWriter. write(GridCoverage coverage, GeneralParameterValue[] parameters)
void
GrassCoverageWriter. writeRaster(GridCoverage2D gridCoverage2D, GeneralParameterValue[] params)
-
Uses of GeneralParameterValue in org.geotools.gce.image
Methods in org.geotools.gce.image with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
WorldImageReader. read(GeneralParameterValue[] params)
Reads an image from a source stream.void
WorldImageWriter. write(GridCoverage coverage, GeneralParameterValue[] parameters)
Takes a GridCoverage and writes the image to the destination file. -
Uses of GeneralParameterValue in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return GeneralParameterValue Modifier and Type Method Description GeneralParameterValue[]
RasterLayerRequest. getParams()
Methods in org.geotools.gce.imagemosaic with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
ImageMosaicReader. read(String coverageName, GeneralParameterValue[] params)
GridCoverage2D
ImageMosaicReader. read(GeneralParameterValue[] params)
Collection<GridCoverage2D>
RasterManager. read(GeneralParameterValue[] params)
Constructors in org.geotools.gce.imagemosaic with parameters of type GeneralParameterValue Constructor Description RasterLayerRequest(GeneralParameterValue[] params, RasterManager rasterManager)
Build a newCoverageRequest
given a set of input parameters. -
Uses of GeneralParameterValue in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
ImagePyramidReader. read(String coverageName, GeneralParameterValue[] params)
GridCoverage2D
ImagePyramidReader. read(GeneralParameterValue[] params)
-
Uses of GeneralParameterValue in org.geotools.gce.pgraster
Methods in org.geotools.gce.pgraster with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
PGRasterReader. read(GeneralParameterValue[] params)
-
Uses of GeneralParameterValue in org.geotools.geopkg.mosaic
Methods in org.geotools.geopkg.mosaic with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
GeoPackageReader. read(String coverageName, GeneralParameterValue[] parameters)
GridCoverage2D
GeoPackageReader. read(GeneralParameterValue[] parameters)
-
Uses of GeneralParameterValue in org.geotools.map
Fields in org.geotools.map declared as GeneralParameterValue Modifier and Type Field Description protected GeneralParameterValue[]
GridReaderLayer. params
Optional parameters to control the rendering process.Methods in org.geotools.map that return GeneralParameterValue Modifier and Type Method Description GeneralParameterValue[]
GridReaderLayer. getParams()
Parameter values used when reading.Constructors in org.geotools.map with parameters of type GeneralParameterValue Constructor Description GridReaderLayer(GridCoverage2DReader reader, Style style, String title, GeneralParameterValue[] params)
Create layer title and optional parameters used to control the rendering process.GridReaderLayer(GridCoverage2DReader reader, Style style, GeneralParameterValue[] params)
Create a layer with optional parameters to control the rendering process. -
Uses of GeneralParameterValue in org.geotools.mbtiles.mosaic
Methods in org.geotools.mbtiles.mosaic with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
MBTilesReader. read(GeneralParameterValue[] parameters)
-
Uses of GeneralParameterValue in org.geotools.ows.wms.map
Methods in org.geotools.ows.wms.map with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
WMSCoverageReader. read(GeneralParameterValue[] parameters)
-
Uses of GeneralParameterValue in org.geotools.ows.wmts.map
Methods in org.geotools.ows.wmts.map with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
WMTSCoverageReader. read(GeneralParameterValue[] parameters)
-
Uses of GeneralParameterValue in org.geotools.parameter
Classes in org.geotools.parameter that implement GeneralParameterValue Modifier and Type Class Description class
AbstractParameter
Abstract parameter value or group of parameter values.class
FloatParameter
A parameter value as a floating point (double precision) number.class
ImagingParameters
Wraps a JAI'sParameterList
.class
MatrixParameters
The values for a group of matrix parameters.class
Parameter<T>
A parameter value used by an operation method.class
ParameterGroup
A group of related parameter values.Methods in org.geotools.parameter that return GeneralParameterValue Modifier and Type Method Description abstract GeneralParameterValue
AbstractParameterDescriptor. createValue()
Creates a new instance of parameter value or group initialized with the default value(s).Methods in org.geotools.parameter that return types with arguments of type GeneralParameterValue Modifier and Type Method Description List<GeneralParameterValue>
ImagingParameters. values()
Returns all values in this group as an unmodifiable list.List<GeneralParameterValue>
MatrixParameters. values()
Returns the parameters values in this group.List<GeneralParameterValue>
ParameterGroup. values()
Returns the values in this group.Methods in org.geotools.parameter with parameters of type GeneralParameterValue Modifier and Type Method Description static List<Object>
Parameters. search(GeneralParameterValue param, String name, int maxDepth)
Searchs all parameters with the specified name.static Map<String,Object>
Parameters. toNameValueMap(GeneralParameterValue parameters, Map<String,Object> destination)
Constructors in org.geotools.parameter with parameters of type GeneralParameterValue Constructor Description ParameterGroup(Map<String,?> properties, GeneralParameterValue... values)
Constructs a parameter group from the specified list of parameters.ParameterGroup(ParameterDescriptorGroup descriptor, GeneralParameterValue... values)
Constructs a parameter group from the specified descriptor and list of parameters. -
Uses of GeneralParameterValue in org.geotools.process
Methods in org.geotools.process that return GeneralParameterValue Modifier and Type Method Description default GeneralParameterValue[]
RenderingProcess. customizeReadParams(Map<String,Object> input, GridCoverageReader reader, GeneralParameterValue[] params)
Allows the transformation to customize the read parameters (aslMethods in org.geotools.process with parameters of type GeneralParameterValue Modifier and Type Method Description default GeneralParameterValue[]
RenderingProcess. customizeReadParams(Map<String,Object> input, GridCoverageReader reader, GeneralParameterValue[] params)
Allows the transformation to customize the read parameters (asl -
Uses of GeneralParameterValue in org.geotools.process.raster
Methods in org.geotools.process.raster that return GeneralParameterValue Modifier and Type Method Description GeneralParameterValue[]
JiffleProcess. customizeReadParams(String script, String destName, String[] sourceNames, int[] usedBands, GridCoverageReader reader, GeneralParameterValue[] params)
This is called by the renderer to optimize the read, if possible, we'll customize the band reading so that we read only what we know will be used by the script.Methods in org.geotools.process.raster with parameters of type GeneralParameterValue Modifier and Type Method Description GeneralParameterValue[]
JiffleProcess. customizeReadParams(String script, String destName, String[] sourceNames, int[] usedBands, GridCoverageReader reader, GeneralParameterValue[] params)
This is called by the renderer to optimize the read, if possible, we'll customize the band reading so that we read only what we know will be used by the script. -
Uses of GeneralParameterValue in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt with parameters of type GeneralParameterValue Modifier and Type Method Description void
Formatter. append(GeneralParameterValue parameter)
Append a parameter in WKT form. -
Uses of GeneralParameterValue in org.geotools.renderer.lite
Constructors in org.geotools.renderer.lite with parameters of type GeneralParameterValue Constructor Description RenderCoverageReaderRequest(Graphics2D graphics, GridCoverage2DReader reader, GeneralParameterValue[] readParams, RasterSymbolizer symbolizer, CoordinateReferenceSystem destinationCRS, AffineTransform worldToScreen, Interpolation interpolation)
-
Uses of GeneralParameterValue in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type GeneralParameterValue Modifier and Type Method Description void
GridCoverageRenderer. paint(Graphics2D graphics, GridCoverage2DReader gridCoverageReader, GeneralParameterValue[] readParams, RasterSymbolizer symbolizer, Interpolation interpolation, Color background)
Paint the coverage read from the reader (using advanced projection handling).GridCoverage2D
GridCoverageReaderHelper. readCoverage(GeneralParameterValue[] params)
Reads a single coverage for the area specified in the constructor, the code will not attempt multiple reads to manage reads across the date line, reducing the read area, splitting it into parts to manage certain projections (e.g., conic) and so onList<GridCoverage2D>
GridCoverageReaderHelper. readCoverages(GeneralParameterValue[] readParams, ProjectionHandler handler)
Reads the data taking into account advanced projection handling in order to deal with date line crossing, poles and other projection trouble areas.List<GridCoverage2D>
GridCoverageReaderHelper. readCoverages(GeneralParameterValue[] readParams, ProjectionHandler handler, GridCoverageFactory gridCoverageFactory)
Reads the data taking into account advanced projection handling in order to deal with date line crossing, poles and other projection trouble areas.RenderedImage
GridCoverageRenderer. renderImage(GridCoverage2DReader reader, GeneralParameterValue[] readParams, RasterSymbolizer symbolizer, Interpolation interpolation, Color background, int tileSizeX, int tileSizeY)
-
Uses of GeneralParameterValue in org.geotools.tpk
Methods in org.geotools.tpk with parameters of type GeneralParameterValue Modifier and Type Method Description GridCoverage2D
TPKReader. read(GeneralParameterValue[] parameters)
-