Uses of Class
org.apache.sis.internal.referencing.j2d.AffineTransform2D
Packages that use AffineTransform2D
Package
Description
A set of helper classes having a dependency to Java2D.
Math transform provider
implementations.
Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.Bridges between Apache SIS data stores and Java Image I/O.
-
Uses of AffineTransform2D in org.apache.sis.internal.referencing.j2d
Subclasses of AffineTransform2D in org.apache.sis.internal.referencing.j2dModifier and TypeClassDescriptionfinal classAn affine transform that remember the parameters used for its construction.Fields in org.apache.sis.internal.referencing.j2d declared as AffineTransform2DModifier and TypeFieldDescriptionprivate AffineTransform2DAffineTransform2D.inverseThe inverse transform.Methods in org.apache.sis.internal.referencing.j2d that return AffineTransform2DModifier and TypeMethodDescriptionTile.getGridToCRS()Returns the "grid to real world" transform, ornullif unknown.final AffineTransform2DAffineTransform2D.inverse()Creates the inverse transform of this object. -
Uses of AffineTransform2D in org.apache.sis.internal.referencing.provider
Constructors in org.apache.sis.internal.referencing.provider with parameters of type AffineTransform2DModifierConstructorDescription(package private)DatumShiftGridFile(DatumShiftGridFile<C, T> other, AffineTransform2D gridToCRS, int nx, int ny) Creates a new datum shift grid with the same configuration than the given grid, except the size and transform which are set to the given values.privateDatumShiftGridGroup(Tile[] tiles, Map<Tile, DatumShiftGridFile<C, T>> grids, AffineTransform2D gridToCRS, Dimension gridSize) Creates a new group for the given list of sub-grids. -
Uses of AffineTransform2D in org.apache.sis.internal.sql.postgis
Fields in org.apache.sis.internal.sql.postgis declared as AffineTransform2DModifier and TypeFieldDescriptionprivate AffineTransform2DRasterReader.gridToCRSConversion from pixel coordinates to CRS coordinates.Methods in org.apache.sis.internal.sql.postgis that return AffineTransform2DModifier and TypeMethodDescriptionRasterReader.getGridToCRS()Returns the conversion from pixel coordinates to CRS coordinates found in the last raster read. -
Uses of AffineTransform2D in org.apache.sis.internal.storage.image
Methods in org.apache.sis.internal.storage.image that return AffineTransform2DModifier and TypeMethodDescriptionprivate AffineTransform2DWorldFileStore.readWorldFile()Reads the "World file" by searching for an auxiliary file with a suffix inferred from the suffix of the main file.private AffineTransform2DWorldFileStore.readWorldFile(String wld) Reads the "World file" by parsing an auxiliary file with the given suffix.