Uses of Class
org.geotools.grid.Neighbor
-
Packages that use Neighbor Package Description org.geotools.grid org.geotools.grid.hexagon org.geotools.grid.oblong org.geotools.grid.oval -
-
Uses of Neighbor in org.geotools.grid
Methods in org.geotools.grid that return Neighbor Modifier and Type Method Description static Neighbor
Neighbor. valueOf(String name)
Returns the enum constant of this type with the specified name.static Neighbor[]
Neighbor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.grid with parameters of type Neighbor Modifier and Type Method Description abstract PolygonElement
PolygonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)
abstract boolean
PolygonBuilder. isValidNeighbor(Neighbor neighbor)
-
Uses of Neighbor in org.geotools.grid.hexagon
Methods in org.geotools.grid.hexagon with parameters of type Neighbor 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.boolean
HexagonBuilder. isValidNeighbor(Neighbor neighbor)
Tests whether a neighbor position is valid for a given orientation. -
Uses of Neighbor in org.geotools.grid.oblong
Methods in org.geotools.grid.oblong with parameters of type Neighbor 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.boolean
OblongBuilder. isValidNeighbor(Neighbor neighbor)
-
Uses of Neighbor in org.geotools.grid.oval
Methods in org.geotools.grid.oval with parameters of type Neighbor 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.boolean
OvalBuilder. isValidNeighbor(Neighbor neighbor)
-