Uses of Enum Class
org.geotools.grid.hexagon.HexagonOrientation
Packages that use HexagonOrientation
-
Uses of HexagonOrientation in org.geotools.grid.hexagon
Methods in org.geotools.grid.hexagon that return HexagonOrientationModifier and TypeMethodDescriptionHexagon.getOrientation()
Gets the orientation of this hexagon.HexagonImpl.getOrientation()
Gets the orientation of this hexagon.static HexagonOrientation
Returns the enum constant of this class with the specified name.static HexagonOrientation[]
HexagonOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.grid.hexagon with parameters of type HexagonOrientationModifier and TypeMethodDescriptionstatic 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 HexagonOrientationModifierConstructorDescriptionHexagonBuilder
(ReferencedEnvelope gridBounds, double sideLen, HexagonOrientation orientation) HexagonImpl
(double minX, double minY, double sideLen, HexagonOrientation orientation, CoordinateReferenceSystem crs) Creates a new hexagon.