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.hexagonMethods in org.geotools.grid.hexagon that return HexagonOrientation Modifier and Type Method Description HexagonOrientationHexagon. getOrientation()Gets the orientation of this hexagon.HexagonOrientationHexagonImpl. getOrientation()Gets the orientation of this hexagon.static HexagonOrientationHexagonOrientation. 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 HexagonHexagons. create(double minX, double minY, double sideLen, HexagonOrientation orientation, CoordinateReferenceSystem crs)Creates a newHexagonobject.static SimpleFeatureSourceHexagons. 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 SimpleFeatureSourceHexagons. 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.
 
-