Uses of Class
org.geotools.coverage.grid.GridGeometry2D
Packages that use GridGeometry2D
Package
Description
GridCoverage2D implementation.
List of coverage operations.
A simple renderer implementation.
- 
Uses of GridGeometry2D in org.geotools.coverage.gridFields in org.geotools.coverage.grid declared as GridGeometry2DModifier and TypeFieldDescriptionprotected final GridGeometry2DGridCoverage2D.gridGeometryThe grid geometry.Methods in org.geotools.coverage.grid that return GridGeometry2DModifier and TypeMethodDescriptionGridCoverage2D.getGridGeometry()Returns information for the grid coverage geometry.GridGeometry2D.toCanonical()Returns a "canonical" representation of the grid geometry, that is, one whose grid range originates in 0,0, but maps to the same real world coordinates.static GridGeometry2DGridGeometry2D.wrap(GridGeometry other) Returns the given grid geometry as aGridGeometry2D.Methods in org.geotools.coverage.grid with parameters of type GridGeometry2DModifier and TypeMethodDescriptionGridCoverageFactory.create(CharSequence name, RenderedImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, GridCoverage[] sources, Map<?, ?> properties) Constructs a grid coverage from the specified image and grid geometry.GridCoverageFactory.create(CharSequence name, ImageFunction function, GridGeometry2D gridGeometry, GridSampleDimension[] bands, Map<?, ?> properties) Constructs a grid coverage from an image function.Constructors in org.geotools.coverage.grid with parameters of type GridGeometry2DModifierConstructorDescriptionprotectedGridCoverage2D(CharSequence name, PlanarImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, GridCoverage[] sources, Map<?, ?> properties, Hints hints) Constructs a grid coverage with the specified grid geometry and sample dimensions.
- 
Uses of GridGeometry2D in org.geotools.coverage.grid.ioFields in org.geotools.coverage.grid.io with type parameters of type GridGeometry2DModifier and TypeFieldDescriptionstatic final DefaultParameterDescriptor<GridGeometry2D>AbstractGridFormat.READ_GRIDGEOMETRY2DThisGeneralParameterValuecan be provided to theGridCoverageReaders through theGridCoverageReader#read(GeneralParameterValue[])method in order to pick up the best matching resolution level and (soon) the best matching area.Constructors in org.geotools.coverage.grid.io with parameters of type GridGeometry2DModifierConstructorDescriptionReadResolutionCalculator(GridGeometry2D requestedGridGeometry, CoordinateReferenceSystem nativeCrs, double[] fullResolution) 
- 
Uses of GridGeometry2D in org.geotools.coverage.ioMethods in org.geotools.coverage.io with parameters of type GridGeometry2DModifier and TypeMethodDescriptionvoidSpatialRequestHelper.setRequestedGridGeometry(GridGeometry2D gridGeometry) 
- 
Uses of GridGeometry2D in org.geotools.coverage.processing.operationFields in org.geotools.coverage.processing.operation declared as GridGeometry2DModifier and TypeFieldDescriptionfinal GridGeometry2DMosaic.Params.finalGeometryTheGridGeometry2Dobject to use for the finalGridCoverage2D.Methods in org.geotools.coverage.processing.operation with parameters of type GridGeometry2DModifier and TypeMethodDescriptionstatic GridCoverage2DRIAGridCoverage2DRIA.create(GridCoverage2D src, GridGeometry2D dst, double[] nodata) Wrap the src coverage in the dst layout.static GridCoverage2DRIAGridCoverage2DRIA.create(GridCoverage2D src, GridGeometry2D dst, double[] nodata, Hints hints) static GridCoverage2DRIAGridCoverage2DRIA.create(GridCoverage2D src, GridGeometry2D dst, double[] nodata, Hints hints, ROI roi) Wrap the src coverage in the dst layout.abstract Mosaic.ResampledRastersMosaic.GridGeometryPolicy.resampleGridGeometry(GridCoverage2D[] sources, GridCoverage2D[] alphas, GridGeometry2D external, ParameterValueGroup parameters, Hints hints) Method for resampling the inputGridCoverage2Dobjects.Method parameters in org.geotools.coverage.processing.operation with type arguments of type GridGeometry2DModifier and TypeMethodDescriptionabstract AffineTransformBandMerge.TransformList.getCRStoGrid2D(List<GridGeometry2D> list, int index) Returns the World To Grid transformation from the following GridGeometry list.abstract AffineTransformBandMerge.TransformList.getGridToCRS2D(List<GridGeometry2D> list, int index) Returns the Grid To World transformation from the following GridGeometry list.BandMerge.TransformList.getTransformationList(List<GridGeometry2D> list, int index) Returns a List of AffineTransformations objects to use for backward mapping the destination image pixels into each source imageConstructors in org.geotools.coverage.processing.operation with parameters of type GridGeometry2DModifierConstructorDescriptionprotectedGridCoverage2DRIA(GridCoverage2D src, GridGeometry2D dst, Vector sources, ImageLayout layout, Map configuration, boolean cobbleSources, BorderExtender extender, Interpolation interp, double[] nodata, ROI roi, Hints hints) 
- 
Uses of GridGeometry2D in org.geotools.gce.imagemosaicMethods in org.geotools.gce.imagemosaic with parameters of type GridGeometry2DModifier and TypeMethodDescriptionvoidSpatialRequestHelper.setRequestedGridGeometry(GridGeometry2D gridGeometry) 
- 
Uses of GridGeometry2D in org.geotools.imageio.netcdfMethods in org.geotools.imageio.netcdf that return GridGeometry2DModifier and TypeMethodDescriptionprotected GridGeometry2DVariableAdapter.getGridGeometry()Extracts thegrid geometryfrom the unidata variable.VariableAdapter.UnidataSpatialDomain.getGridGeometry()Methods in org.geotools.imageio.netcdf with parameters of type GridGeometry2DModifier and TypeMethodDescriptionvoidVariableAdapter.UnidataSpatialDomain.setGridGeometry(GridGeometry2D gridGeometry) 
- 
Uses of GridGeometry2D in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type GridGeometry2DModifier and TypeMethodDescriptionRenderingTransformationHelper.applyRenderingTransformation(Expression transformation, FeatureSource featureSource, Query layerQuery, Query renderingQuery, GridGeometry2D gridGeometry, CoordinateReferenceSystem sourceCrs, RenderingHints hints) protected abstract GridCoverage2DRenderingTransformationHelper.readCoverage(GridCoverage2DReader reader, Object params, GridGeometry2D readGG) Subclasses will override and provide means to read the coverage