Uses of Class
org.geotools.geometry.util.XRectangle2D
-
Packages that use XRectangle2D Package Description org.geotools.geometry.util A set of helper classes for geometry handling in the Geotools implementation; Do not use! -
-
Uses of XRectangle2D in org.geotools.geometry.util
Methods in org.geotools.geometry.util that return XRectangle2D Modifier and Type Method Description static XRectangle2D
XRectangle2D. createFromExtremums(double xmin, double ymin, double xmax, double ymax)
Create a rectangle using maximal x and y values rather than width and height.
-