Uses of Class
org.geotools.geometry.util.XRectangle2D
Packages that use XRectangle2D
Package
Description
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 XRectangle2DModifier and TypeMethodDescriptionstatic 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.