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 GridCoverageGridCoverageReader. read(String coverageName, GeneralParameterValue... parameters)Read the grid coverage specified by coverageName parameter.GridCoverageGridCoverageReader. read(GeneralParameterValue... parameters)Read the only available grid coverage.voidGridCoverageWriter. 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 interfaceParameterValue<T>A parameter value used by an operation method.interfaceParameterValueGroupA group of related parameter values.Methods in org.geotools.api.parameter that return GeneralParameterValue Modifier and Type Method Description GeneralParameterValueGeneralParameterValue. clone()Returns a copy of this parameter value or group.GeneralParameterValueGeneralParameterDescriptor. 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 GridCoverage2DAbstractGridCoverage2DReader. read(String coverageName, GeneralParameterValue[] parameters)abstract GridCoverage2DAbstractGridCoverage2DReader. read(GeneralParameterValue[] parameters)Read the current grid coverage from the stream.GridCoverage2DGridCoverage2DReader. read(String coverageName, GeneralParameterValue[] parameters)Retrieves theGridEnvelopeassociated to the specified coverageName for thisGridCoverage2DReader.GridCoverage2DGridCoverage2DReader. read(GeneralParameterValue[] parameters)Created aGridCoverage2Dout of thisGridCoverage2DReaderfor 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 GridCoverage2DNetCDFReader. read(String coverageName, GeneralParameterValue[] parameters)GridCoverage2DNetCDFReader. 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 SimpleFeatureCollectionFeatureUtilities. 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 GridCoverage2DBaseGridCoverage2DReader. read(GeneralParameterValue[] params)Returns aGridCoveragefrom 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 GridCoverage2DJP2KReader. 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 GridCoverage2DArcGridReader. read(GeneralParameterValue[] params)Reads aGridCoverage2Dpossibly matching as close as possible the resolution computed by using the input params provided by using the parameters for thisArcGridReader.read(GeneralParameterValue[]).voidArcGridWriter. 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 GridCoverage2DGeoTiffReader. 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.voidGeoTiffWriter. 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 GridCoverage2DGrassCoverageReader. read(GeneralParameterValue[] params)voidGrassCoverageWriter. write(GridCoverage coverage, GeneralParameterValue[] parameters)voidGrassCoverageWriter. 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 GridCoverage2DWorldImageReader. read(GeneralParameterValue[] params)Reads an image from a source stream.voidWorldImageWriter. 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 GridCoverage2DImageMosaicReader. read(String coverageName, GeneralParameterValue[] params)GridCoverage2DImageMosaicReader. 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 newCoverageRequestgiven 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 GridCoverage2DImagePyramidReader. read(String coverageName, GeneralParameterValue[] params)GridCoverage2DImagePyramidReader. 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 GridCoverage2DPGRasterReader. 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 GridCoverage2DGeoPackageReader. read(String coverageName, GeneralParameterValue[] parameters)GridCoverage2DGeoPackageReader. 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. paramsOptional 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 GridCoverage2DMBTilesReader. 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 GridCoverage2DWMSCoverageReader. 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 GridCoverage2DWMTSCoverageReader. read(GeneralParameterValue[] parameters) -
Uses of GeneralParameterValue in org.geotools.parameter
Classes in org.geotools.parameter that implement GeneralParameterValue Modifier and Type Class Description classAbstractParameterAbstract parameter value or group of parameter values.classFloatParameterA parameter value as a floating point (double precision) number.classImagingParametersWraps a JAI'sParameterList.classMatrixParametersThe values for a group of matrix parameters.classParameter<T>A parameter value used by an operation method.classParameterGroupA group of related parameter values.Methods in org.geotools.parameter that return GeneralParameterValue Modifier and Type Method Description abstract GeneralParameterValueAbstractParameterDescriptor. 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.proj
Methods in org.geotools.referencing.proj with parameters of type GeneralParameterValue Modifier and Type Method Description voidPROJFormatter. 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 GeneralParameterValue Modifier and Type Method Description voidFormatter. 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 voidGridCoverageRenderer. paint(Graphics2D graphics, GridCoverage2DReader gridCoverageReader, GeneralParameterValue[] readParams, RasterSymbolizer symbolizer, Interpolation interpolation, Color background)Paint the coverage read from the reader (using advanced projection handling).GridCoverage2DGridCoverageReaderHelper. 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.RenderedImageGridCoverageRenderer. 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 GridCoverage2DTPKReader. read(GeneralParameterValue[] parameters)
-