Uses of Interface
org.geotools.grid.PolygonElement
-
Packages that use PolygonElement Package Description org.geotools.grid org.geotools.grid.hexagon org.geotools.grid.oblong org.geotools.grid.oval -
-
Uses of PolygonElement in org.geotools.grid
Methods in org.geotools.grid that return PolygonElement Modifier and Type Method Description abstract PolygonElement
PolygonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)
abstract PolygonElement
PolygonBuilder. getFirstElement()
abstract PolygonElement
PolygonBuilder. getNextXElement(PolygonElement el)
abstract PolygonElement
PolygonBuilder. getNextYElement(PolygonElement el)
Methods in org.geotools.grid with parameters of type PolygonElement Modifier and Type Method Description abstract PolygonElement
PolygonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)
abstract PolygonElement
PolygonBuilder. getNextXElement(PolygonElement el)
abstract PolygonElement
PolygonBuilder. getNextYElement(PolygonElement el)
-
Uses of PolygonElement in org.geotools.grid.hexagon
Subinterfaces of PolygonElement in org.geotools.grid.hexagon Modifier and Type Interface Description interface
Hexagon
Defines methods and enum constants to work with hexagons.Classes in org.geotools.grid.hexagon that implement PolygonElement Modifier and Type Class Description class
HexagonImpl
Default implementation ofHexagon
.Methods in org.geotools.grid.hexagon that return PolygonElement Modifier and Type Method Description PolygonElement
HexagonBuilder. getFirstElement()
PolygonElement
HexagonBuilder. getNextXElement(PolygonElement el)
PolygonElement
HexagonBuilder. getNextYElement(PolygonElement el)
Methods in org.geotools.grid.hexagon with parameters of type PolygonElement Modifier and Type Method Description Hexagon
HexagonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)
Creates a newHexagon
positioned at the given neighbor position relative to the reference element.PolygonElement
HexagonBuilder. getNextXElement(PolygonElement el)
PolygonElement
HexagonBuilder. getNextYElement(PolygonElement el)
-
Uses of PolygonElement in org.geotools.grid.oblong
Subinterfaces of PolygonElement in org.geotools.grid.oblong Modifier and Type Interface Description interface
Oblong
Marker interface for oblong grid elements.Classes in org.geotools.grid.oblong that implement PolygonElement Modifier and Type Class Description class
OblongImpl
Default implementation ofOblong
.Methods in org.geotools.grid.oblong that return PolygonElement Modifier and Type Method Description PolygonElement
OblongBuilder. getFirstElement()
PolygonElement
OblongBuilder. getNextXElement(PolygonElement el)
PolygonElement
OblongBuilder. getNextYElement(PolygonElement el)
Methods in org.geotools.grid.oblong with parameters of type PolygonElement Modifier and Type Method Description Oblong
OblongBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)
Creates a newOblong
positioned at the given neighbor position relative to the reference element.PolygonElement
OblongBuilder. getNextXElement(PolygonElement el)
PolygonElement
OblongBuilder. getNextYElement(PolygonElement el)
-
Uses of PolygonElement in org.geotools.grid.oval
Subinterfaces of PolygonElement in org.geotools.grid.oval Modifier and Type Interface Description interface
Oval
Marker interface for oval grid elements.Classes in org.geotools.grid.oval that implement PolygonElement Modifier and Type Class Description class
OvalImpl
Default implementation ofOval
.Methods in org.geotools.grid.oval that return PolygonElement Modifier and Type Method Description PolygonElement
OvalBuilder. getFirstElement()
PolygonElement
OvalBuilder. getNextXElement(PolygonElement el)
PolygonElement
OvalBuilder. getNextYElement(PolygonElement el)
Methods in org.geotools.grid.oval with parameters of type PolygonElement Modifier and Type Method Description Oval
OvalBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)
Creates a newOval
positioned at the given neighbor position relative to the reference element.PolygonElement
OvalBuilder. getNextXElement(PolygonElement el)
PolygonElement
OvalBuilder. getNextYElement(PolygonElement el)
-