Uses of Enum Class
org.geotools.grid.Neighbor
Packages that use Neighbor
Package
Description
-
Uses of Neighbor in org.geotools.grid
Methods in org.geotools.grid that return NeighborModifier and TypeMethodDescriptionstatic NeighborReturns the enum constant of this class with the specified name.static Neighbor[]Neighbor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.grid with parameters of type NeighborModifier and TypeMethodDescriptionabstract 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 NeighborModifier and TypeMethodDescriptionHexagonBuilder.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 NeighborModifier and TypeMethodDescriptionOblongBuilder.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 NeighborModifier and TypeMethodDescriptionOvalBuilder.createNeighbor(PolygonElement el, Neighbor neighbor) Creates a newOvalpositioned at the given neighbor position relative to the reference element.booleanOvalBuilder.isValidNeighbor(Neighbor neighbor)