Uses of Interface
org.geotools.grid.hexagon.Hexagon
-
Packages that use Hexagon Package Description org.geotools.grid.hexagon -
-
Uses of Hexagon in org.geotools.grid.hexagon
Classes in org.geotools.grid.hexagon that implement Hexagon Modifier and Type Class Description class
HexagonImpl
Default implementation ofHexagon
.Methods in org.geotools.grid.hexagon that return Hexagon Modifier and Type Method Description static Hexagon
Hexagons. create(double minX, double minY, double sideLen, HexagonOrientation orientation, CoordinateReferenceSystem crs)
Creates a newHexagon
object.Hexagon
HexagonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)
Creates a newHexagon
positioned at the given neighbor position relative to the reference element.
-