Package | Description |
---|---|
org.geotools.grid | |
org.geotools.grid.hexagon | |
org.geotools.grid.oblong |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
abstract PolygonElement |
PolygonBuilder.createNeighbor(PolygonElement el,
Neighbor neighbor) |
abstract boolean |
PolygonBuilder.isValidNeighbor(Neighbor neighbor) |
Modifier and Type | Method and Description |
---|---|
Hexagon |
HexagonBuilder.createNeighbor(PolygonElement el,
Neighbor neighbor)
Creates a new
Hexagon 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.
|
Modifier and Type | Method and Description |
---|---|
Oblong |
OblongBuilder.createNeighbor(PolygonElement el,
Neighbor neighbor)
Creates a new
Oblong positioned at the given neighbor position relative to the
reference element. |
boolean |
OblongBuilder.isValidNeighbor(Neighbor neighbor) |
Copyright © 1996–2019 Geotools. All rights reserved.