Uses of Interface
org.geotools.grid.oval.Oval
-
Packages that use Oval Package Description org.geotools.grid.oval -
-
Uses of Oval in org.geotools.grid.oval
Classes in org.geotools.grid.oval that implement Oval Modifier and Type Class Description class
OvalImpl
Default implementation ofOval
.Methods in org.geotools.grid.oval that return Oval Modifier and Type Method Description static Oval
Ovals. create(double minX, double minY, double width, double height, CoordinateReferenceSystem crs)
Creates a newOval
object.Oval
OvalBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)
Creates a newOval
positioned at the given neighbor position relative to the reference element.
-