Uses of Class
org.geotools.coverage.grid.GridGeometry2D
- 
Packages that use GridGeometry2D Package Description org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.coverage.grid.io org.geotools.coverage.io org.geotools.coverage.processing.operation List of coverage operations.org.geotools.gce.imagemosaic org.geotools.imageio.netcdf org.geotools.renderer.lite A simple renderer implementation.
- 
- 
Uses of GridGeometry2D in org.geotools.coverage.gridFields in org.geotools.coverage.grid declared as GridGeometry2D Modifier and Type Field Description protected GridGeometry2DGridCoverage2D. gridGeometryThe grid geometry.Methods in org.geotools.coverage.grid that return GridGeometry2D Modifier and Type Method Description GridGeometry2DGridCoverage2D. getGridGeometry()Returns information for the grid coverage geometry.GridGeometry2DGridGeometry2D. 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 GridGeometry2D Modifier and Type Method Description GridCoverage2DGridCoverageFactory. create(CharSequence name, RenderedImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, GridCoverage[] sources, Map<?,?> properties)Constructs a grid coverage from the specified image and grid geometry.GridCoverage2DGridCoverageFactory. 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 GridGeometry2D Constructor Description GridCoverage2D(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 GridGeometry2D Modifier and Type Field Description static 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 GridGeometry2D Constructor Description ReadResolutionCalculator(GridGeometry2D requestedGridGeometry, CoordinateReferenceSystem nativeCrs, double[] fullResolution)
- 
Uses of GridGeometry2D in org.geotools.coverage.ioMethods in org.geotools.coverage.io with parameters of type GridGeometry2D Modifier and Type Method Description voidSpatialRequestHelper. setRequestedGridGeometry(GridGeometry2D gridGeometry)
- 
Uses of GridGeometry2D in org.geotools.coverage.processing.operationFields in org.geotools.coverage.processing.operation declared as GridGeometry2D Modifier and Type Field Description GridGeometry2DMosaic.Params. finalGeometryTheGridGeometry2Dobject to use for the finalGridCoverage2D.Methods in org.geotools.coverage.processing.operation with parameters of type GridGeometry2D Modifier and Type Method Description static 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 GridGeometry2D Modifier and Type Method Description abstract 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.List<AffineTransform>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 GridGeometry2D Constructor Description GridCoverage2DRIA(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 GridGeometry2D Modifier and Type Method Description voidSpatialRequestHelper. setRequestedGridGeometry(GridGeometry2D gridGeometry)
- 
Uses of GridGeometry2D in org.geotools.imageio.netcdfMethods in org.geotools.imageio.netcdf that return GridGeometry2D Modifier and Type Method Description protected GridGeometry2DVariableAdapter. getGridGeometry()Extracts thegrid geometryfrom the unidata variable.GridGeometry2DVariableAdapter.UnidataSpatialDomain. getGridGeometry()Methods in org.geotools.imageio.netcdf with parameters of type GridGeometry2D Modifier and Type Method Description voidVariableAdapter.UnidataSpatialDomain. setGridGeometry(GridGeometry2D gridGeometry)
- 
Uses of GridGeometry2D in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type GridGeometry2D Modifier and Type Method Description ObjectRenderingTransformationHelper. 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
 
-