Uses of Interface
org.geotools.grid.GridElement
-
Packages that use GridElement Package Description org.geotools.grid org.geotools.grid.hexagon org.geotools.grid.oblong org.geotools.grid.ortholine org.geotools.grid.oval -
-
Uses of GridElement in org.geotools.grid
Subinterfaces of GridElement in org.geotools.grid Modifier and Type Interface Description interface
LineElement
A marker (empty) interface for a grid element that is a line.interface
PolygonElement
Represents aGridElement
that is a polygon.Methods in org.geotools.grid with parameters of type GridElement Modifier and Type Method Description boolean
GridFeatureBuilder. getCreateFeature(GridElement el)
Tests whether a feature will be constructed for the givenGridElement
.String
GridFeatureBuilder. getFeatureID(GridElement el)
Gets theFeatureID
as aString
for a newSimpleFeature
being constructed from the givenGridElement
.void
DefaultGridFeatureBuilder. setAttributes(GridElement el, Map<String,Object> attributes)
Overrides GridFeatureBuilder.setAttributes(GridElement, Map) to assign a sequential integer id value to each grid element feature as it is constructed.abstract void
GridFeatureBuilder. setAttributes(GridElement el, Map<String,Object> attributes)
Sets the values of attributes for a newSimpleFeature
being constructed from the givenGridElement
. -
Uses of GridElement in org.geotools.grid.hexagon
Subinterfaces of GridElement in org.geotools.grid.hexagon Modifier and Type Interface Description interface
Hexagon
Defines methods and enum constants to work with hexagons.Classes in org.geotools.grid.hexagon that implement GridElement Modifier and Type Class Description class
HexagonImpl
Default implementation ofHexagon
. -
Uses of GridElement in org.geotools.grid.oblong
Subinterfaces of GridElement in org.geotools.grid.oblong Modifier and Type Interface Description interface
Oblong
Marker interface for oblong grid elements.Classes in org.geotools.grid.oblong that implement GridElement Modifier and Type Class Description class
OblongImpl
Default implementation ofOblong
. -
Uses of GridElement in org.geotools.grid.ortholine
Classes in org.geotools.grid.ortholine that implement GridElement Modifier and Type Class Description class
OrthoLine
An ortho-line grid element.Methods in org.geotools.grid.ortholine with parameters of type GridElement Modifier and Type Method Description void
OrthoLineFeatureBuilder. setAttributes(GridElement el, Map<String,Object> attributes)
Sets the following attributes in the providedMap
: id: sequential integer level: integer level of associated with the element value: X-ordinate for a vertical line; Y-ordinate for a horizontal line -
Uses of GridElement in org.geotools.grid.oval
Subinterfaces of GridElement in org.geotools.grid.oval Modifier and Type Interface Description interface
Oval
Marker interface for oval grid elements.Classes in org.geotools.grid.oval that implement GridElement Modifier and Type Class Description class
OvalImpl
Default implementation ofOval
.
-