Package org.apache.sis.image
Class ResamplingGrid.Key
java.lang.Object
org.apache.sis.image.ResamplingGrid.Key
- Enclosing class:
ResamplingGrid
Key of cached
ResamplingGrid
instances.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
pixel coordinates of target images for which to create a grid of source coordinates.private final org.opengis.referencing.operation.MathTransform2D
transform from target grid center to source grid center.private final int
pixel coordinates of target images for which to create a grid of source coordinates.private final int
pixel coordinates of target images for which to create a grid of source coordinates.private final int
pixel coordinates of target images for which to create a grid of source coordinates. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
toSourceCenter
private final org.opengis.referencing.operation.MathTransform2D toSourceCentertransform from target grid center to source grid center. -
x
private final int xpixel coordinates of target images for which to create a grid of source coordinates. -
y
private final int ypixel coordinates of target images for which to create a grid of source coordinates. -
width
private final int widthpixel coordinates of target images for which to create a grid of source coordinates. -
height
private final int heightpixel coordinates of target images for which to create a grid of source coordinates.
-
-
Constructor Details
-
Key
Key(org.opengis.referencing.operation.MathTransform2D toSourceCenter, Rectangle bounds) Creates a new key.
-
-
Method Details