Uses of Interface
org.geotools.grid.GridElement
Packages that use GridElement
Package
Description
-
Uses of GridElement in org.geotools.data.graticule.gridsupport
Methods in org.geotools.data.graticule.gridsupport with parameters of type GridElementModifier and TypeMethodDescriptionvoid
LineFeatureBuilder.setAttributes
(GridElement el, Map<String, Object> attributes) -
Uses of GridElement in org.geotools.grid
Subinterfaces of GridElement in org.geotools.gridModifier and TypeInterfaceDescriptioninterface
A marker (empty) interface for a grid element that is a line.interface
Represents aGridElement
that is a polygon.Methods in org.geotools.grid with parameters of type GridElementModifier and TypeMethodDescriptionboolean
GridFeatureBuilder.getCreateFeature
(GridElement el) Tests whether a feature will be constructed for the givenGridElement
.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.hexagonModifier and TypeInterfaceDescriptioninterface
Defines methods and enum constants to work with hexagons.Classes in org.geotools.grid.hexagon that implement GridElement -
Uses of GridElement in org.geotools.grid.oblong
Subinterfaces of GridElement in org.geotools.grid.oblongClasses in org.geotools.grid.oblong that implement GridElement -
Uses of GridElement in org.geotools.grid.ortholine
Classes in org.geotools.grid.ortholine that implement GridElementMethods in org.geotools.grid.ortholine with parameters of type GridElementModifier and TypeMethodDescriptionvoid
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.ovalClasses in org.geotools.grid.oval that implement GridElement