Uses of Interface
org.geotools.grid.oblong.Oblong
-
Packages that use Oblong Package Description org.geotools.grid.oblong -
-
Uses of Oblong in org.geotools.grid.oblong
Classes in org.geotools.grid.oblong that implement Oblong Modifier and Type Class Description class
OblongImpl
Default implementation ofOblong
.Methods in org.geotools.grid.oblong that return Oblong Modifier and Type Method Description static Oblong
Oblongs. create(double minX, double minY, double width, double height, CoordinateReferenceSystem crs)
Creates a newOblong
object.Oblong
OblongBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)
Creates a newOblong
positioned at the given neighbor position relative to the reference element.
-