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 TypeMethodDescriptionvoidLineFeatureBuilder.setAttributes(GridElement el, Map<String, Object> attributes) -
Uses of GridElement in org.geotools.grid
Subinterfaces of GridElement in org.geotools.gridModifier and TypeInterfaceDescriptioninterfaceA marker (empty) interface for a grid element that is a line.interfaceRepresents aGridElementthat is a polygon.Methods in org.geotools.grid with parameters of type GridElementModifier and TypeMethodDescriptionbooleanGridFeatureBuilder.getCreateFeature(GridElement el) Tests whether a feature will be constructed for the givenGridElement.GridFeatureBuilder.getFeatureID(GridElement el) Gets theFeatureIDas aStringfor a newSimpleFeaturebeing constructed from the givenGridElement.voidDefaultGridFeatureBuilder.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 voidGridFeatureBuilder.setAttributes(GridElement el, Map<String, Object> attributes) Sets the values of attributes for a newSimpleFeaturebeing constructed from the givenGridElement. -
Uses of GridElement in org.geotools.grid.hexagon
Subinterfaces of GridElement in org.geotools.grid.hexagonModifier and TypeInterfaceDescriptioninterfaceDefines 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 TypeMethodDescriptionvoidOrthoLineFeatureBuilder.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