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 class
An affine transform that remember the parameters used for its construction.Fields in org.apache.sis.internal.referencing.j2d declared as AffineTransform2DModifier and TypeFieldDescriptionprivate AffineTransform2D
AffineTransform2D.inverse
The inverse transform.Methods in org.apache.sis.internal.referencing.j2d that return AffineTransform2DModifier and TypeMethodDescriptionTile.getGridToCRS()
Returns the "grid to real world" transform, ornull
if unknown.final AffineTransform2D
AffineTransform2D.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.private
DatumShiftGridGroup
(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 AffineTransform2D
RasterReader.gridToCRS
Conversion 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 AffineTransform2D
WorldFileStore.readWorldFile()
Reads the "World file" by searching for an auxiliary file with a suffix inferred from the suffix of the main file.private AffineTransform2D
WorldFileStore.readWorldFile
(String wld) Reads the "World file" by parsing an auxiliary file with the given suffix.