Uses of Interface
org.geotools.api.parameter.GeneralParameterValue
Packages that use GeneralParameterValue
Package
Description
Quadrilateral grid coverages.
Description and storage of parameter values.
Base coverage I/O classes defining coverage reader, coverage request and coverage response.
Implementation for JPEG2000 format Coverage I/O leveraging on the JP2K plugins.
A datasource to manage the ARCGrid ASCII format.
A grid coverage exchange to manage the GeoTIFF Revision 1.0 format.
GRASS input/output drivers
List of layers to be rendered.
Parameter implementation.
Define a Process API used to wrap up processes for reuse.
Raster processing support for the GeoTools library.
Well
Known Text (WKT) parsing and formatting.
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
-
Uses of GeneralParameterValue in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionGridCoverageReader.read
(String coverageName, GeneralParameterValue... parameters) Read the grid coverage specified by coverageName parameter.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.parameterModifier and TypeInterfaceDescriptioninterface
A parameter value used by an operation method.interface
A group of related parameter values.Methods in org.geotools.api.parameter that return GeneralParameterValueModifier and TypeMethodDescriptionGeneralParameterValue.clone()
Returns a copy of this parameter value or group.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 -
Uses of GeneralParameterValue in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return GeneralParameterValueModifier and TypeMethodDescriptionCoverageReadingTransformation.ReaderAndParams.getReadParameters()
Methods in org.geotools.coverage.grid.io with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionAbstractGridCoverage2DReader.read
(String coverageName, GeneralParameterValue... parameters) abstract GridCoverage2D
AbstractGridCoverage2DReader.read
(GeneralParameterValue... parameters) Read the current grid coverage from the stream.GridCoverage2DReader.read
(String coverageName, GeneralParameterValue... parameters) Retrieves theGridEnvelope
associated to the specified coverageName for thisGridCoverage2DReader
.GridCoverage2DReader.read
(GeneralParameterValue... parameters) Created aGridCoverage2D
out of thisGridCoverage2DReader
for the default coverage.Constructors in org.geotools.coverage.grid.io with parameters of type GeneralParameterValueModifierConstructorDescriptionReaderAndParams
(GridCoverage2DReader reader, GeneralParameterValue[] readParameters) -
Uses of GeneralParameterValue in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionNetCDFReader.read
(String coverageName, GeneralParameterValue... parameters) 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 GeneralParameterValueModifier and TypeMethodDescriptionstatic 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 GeneralParameterValueModifier and TypeMethodDescriptionBaseGridCoverage2DReader.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 -
Uses of GeneralParameterValue in org.geotools.filter.function
Methods in org.geotools.filter.function that return GeneralParameterValueModifier and TypeMethodDescriptiondefault GeneralParameterValue[]
RenderingTransformation.customizeReadParams
(GridCoverageReader reader, GeneralParameterValue... params) Allows the transformation to customize the readMethods in org.geotools.filter.function with parameters of type GeneralParameterValueModifier and TypeMethodDescriptiondefault 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 GeneralParameterValueModifier and TypeMethodDescriptionArcGridReader.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 GeneralParameterValueModifier and TypeMethodDescriptionGeoTiffReader.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 GeneralParameterValueModifier and TypeMethodDescriptionGrassCoverageReader.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 GeneralParameterValueModifier and TypeMethodDescriptionWorldImageReader.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 GeneralParameterValueMethods in org.geotools.gce.imagemosaic with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionImageMosaicReader.read
(String coverageName, GeneralParameterValue... params) ImageMosaicReader.read
(GeneralParameterValue... params) RasterManager.read
(GeneralParameterValue[] params) Constructors in org.geotools.gce.imagemosaic with parameters of type GeneralParameterValueModifierConstructorDescriptionRasterLayerRequest
(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 GeneralParameterValueModifier and TypeMethodDescriptionImagePyramidReader.read
(String coverageName, GeneralParameterValue... params) ImagePyramidReader.read
(GeneralParameterValue... params) -
Uses of GeneralParameterValue in org.geotools.gce.pgraster
Methods in org.geotools.gce.pgraster with parameters of type GeneralParameterValue -
Uses of GeneralParameterValue in org.geotools.geopkg.mosaic
Methods in org.geotools.geopkg.mosaic with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionGeoPackageReader.read
(String coverageName, GeneralParameterValue... parameters) GeoPackageReader.read
(GeneralParameterValue... parameters) -
Uses of GeneralParameterValue in org.geotools.map
Fields in org.geotools.map declared as GeneralParameterValueModifier and TypeFieldDescriptionprotected GeneralParameterValue[]
GridReaderLayer.params
Optional parameters to control the rendering process.Methods in org.geotools.map that return GeneralParameterValueModifier and TypeMethodDescriptionGridReaderLayer.getParams()
Parameter values used when reading.Constructors in org.geotools.map with parameters of type GeneralParameterValueModifierConstructorDescriptionGridReaderLayer
(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 -
Uses of GeneralParameterValue in org.geotools.ows.wms.map
Methods in org.geotools.ows.wms.map with parameters of type GeneralParameterValue -
Uses of GeneralParameterValue in org.geotools.ows.wmts.map
Methods in org.geotools.ows.wmts.map with parameters of type GeneralParameterValue -
Uses of GeneralParameterValue in org.geotools.parameter
Classes in org.geotools.parameter that implement GeneralParameterValueModifier and TypeClassDescriptionclass
Abstract parameter value or group of parameter values.class
A parameter value as a floating point (double precision) number.class
Wraps a JAI'sParameterList
.class
The values for a group of matrix parameters.class
Parameter<T>
A parameter value used by an operation method.class
A group of related parameter values.Methods in org.geotools.parameter that return GeneralParameterValueModifier and TypeMethodDescriptionabstract 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 GeneralParameterValueModifier and TypeMethodDescriptionImagingParameters.values()
Returns all values in this group as an unmodifiable list.MatrixParameters.values()
Returns the parameters values in this group.ParameterGroup.values()
Returns the values in this group.Methods in org.geotools.parameter with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionParameters.search
(GeneralParameterValue param, String name, int maxDepth) Searchs all parameters with the specified name.Parameters.toNameValueMap
(GeneralParameterValue parameters, Map<String, Object> destination) Constructors in org.geotools.parameter with parameters of type GeneralParameterValueModifierConstructorDescriptionParameterGroup
(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 GeneralParameterValueModifier and TypeMethodDescriptiondefault 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 GeneralParameterValueModifier and TypeMethodDescriptiondefault 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 GeneralParameterValueModifier and TypeMethodDescriptionJiffleProcess.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 GeneralParameterValueModifier and TypeMethodDescriptionJiffleProcess.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.proj
Methods in org.geotools.referencing.proj with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionvoid
PROJFormatter.append
(GeneralParameterValue parameter) Appends a PROJ string representation of the given parameter to the internal buffer. -
Uses of GeneralParameterValue in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt with parameters of type GeneralParameterValueModifier and TypeMethodDescriptionvoid
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 GeneralParameterValueModifierConstructorDescriptionRenderCoverageReaderRequest
(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 GeneralParameterValueModifier and TypeMethodDescriptionvoid
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).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 onGridCoverageReaderHelper.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.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.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