|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Neighbor | |
---|---|
org.geotools.grid | |
org.geotools.grid.hexagon | |
org.geotools.grid.oblong |
Uses of Neighbor in org.geotools.grid |
---|
Methods in org.geotools.grid that return Neighbor | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
Uses of Neighbor in org.geotools.grid.oblong |
---|
Methods in org.geotools.grid.oblong with parameters of type Neighbor | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |