Uses of Class
org.apache.sis.internal.referencing.j2d.Tile
Packages that use Tile
Package
Description
A set of helper classes having a dependency to Java2D.
Math transform provider
implementations.
-
Uses of Tile in org.apache.sis.internal.referencing.j2d
Fields in org.apache.sis.internal.referencing.j2d with type parameters of type TileModifier and TypeFieldDescriptionprivate final Map<AffineTransform,
Tile> TileOrganizer.tiles
Tiles for which we should compute the bounding box after we have them all.Methods in org.apache.sis.internal.referencing.j2d that return types with arguments of type TileMethods in org.apache.sis.internal.referencing.j2d with parameters of type TileModifier and TypeMethodDescriptionboolean
Adds a tile to the collection of tiles to process.(package private) final void
Applies the translation and the new "grid to CRS" transform on the given tile.(package private) final void
Applies the translation and the new "grid to CRS" transform on the given tile.protected boolean
TileOrganizer.unavailableSize
(Tile tile, IOException exception) Invoked when an I/O error occurred ingetSize()
orgetRegion()
.Method parameters in org.apache.sis.internal.referencing.j2d with type arguments of type TileModifier and TypeMethodDescription(package private) static String
Tile.toString
(Collection<Tile> tiles, int maximum) Returns a string representation of a collection of tiles.static void
Tile.writeTable
(Collection<Tile> tiles, Writer out, int maximum) Formats a collection of tiles in a table. -
Uses of Tile in org.apache.sis.internal.referencing.provider
Constructors in org.apache.sis.internal.referencing.provider with parameters of type TileModifierConstructorDescriptionprivate
DatumShiftGridGroup
(Tile[] tiles, Map<Tile, DatumShiftGridFile<C, T>> grids, AffineTransform2D gridToCRS, Dimension gridSize) Creates a new group for the given list of sub-grids.(package private)
Creates a new instance from the givenTileOrganizer
result.Constructor parameters in org.apache.sis.internal.referencing.provider with type arguments of type TileModifierConstructorDescriptionprivate
DatumShiftGridGroup
(Tile[] tiles, Map<Tile, DatumShiftGridFile<C, T>> grids, AffineTransform2D gridToCRS, Dimension gridSize) Creates a new group for the given list of sub-grids.