Uses of Class
org.geotools.grid.hexagon.HexagonOrientation
-
Packages that use HexagonOrientation Package Description org.geotools.grid.hexagon -
-
Uses of HexagonOrientation in org.geotools.grid.hexagon
Methods in org.geotools.grid.hexagon that return HexagonOrientation Modifier and Type Method Description HexagonOrientation
Hexagon. getOrientation()
Gets the orientation of this hexagon.HexagonOrientation
HexagonImpl. getOrientation()
Gets the orientation of this hexagon.static HexagonOrientation
HexagonOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static HexagonOrientation[]
HexagonOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.grid.hexagon with parameters of type HexagonOrientation Modifier and Type Method Description static Hexagon
Hexagons. create(double minX, double minY, double sideLen, HexagonOrientation orientation, CoordinateReferenceSystem crs)
Creates a newHexagon
object.static SimpleFeatureSource
Hexagons. createGrid(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, HexagonOrientation orientation, GridFeatureBuilder gridFeatureBuilder)
Creates a new grid of tesselated hexagons within a bounding rectangle with grid elements represented by densified polygons (ie. additional vertices added to each edge).static SimpleFeatureSource
Hexagons. createGrid(ReferencedEnvelope bounds, double sideLen, HexagonOrientation orientation, GridFeatureBuilder gridBuilder)
Creates a new grid of tesselated hexagons within a bounding rectangle with grid elements represented by simple (ie. undensified) polygons.Constructors in org.geotools.grid.hexagon with parameters of type HexagonOrientation Constructor Description HexagonBuilder(ReferencedEnvelope gridBounds, double sideLen, HexagonOrientation orientation)
HexagonImpl(double minX, double minY, double sideLen, HexagonOrientation orientation, CoordinateReferenceSystem crs)
Creates a new hexagon.
-