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 NeighborNeighbor. 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 PolygonElementPolygonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)abstract booleanPolygonBuilder. 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 HexagonHexagonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)Creates a newHexagonpositioned at the given neighbor position relative to the reference element.booleanHexagonBuilder. 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 OblongOblongBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)Creates a newOblongpositioned at the given neighbor position relative to the reference element.booleanOblongBuilder. 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 OvalOvalBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)Creates a newOvalpositioned at the given neighbor position relative to the reference element.booleanOvalBuilder. isValidNeighbor(Neighbor neighbor)
-