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.
-
Uses of Tile in org.apache.sis.internal.referencing.j2d
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 TypeMethodDescriptionbooleanAdds a tile to the collection of tiles to process.protected booleanTileOrganizer.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 TypeMethodDescriptionstatic voidTile.writeTable(Collection<Tile> tiles, Writer out, int maximum) Formats a collection of tiles in a table.