Uses of Interface
org.geotools.grid.GridElement
-
Packages that use GridElement Package Description org.geotools.data.graticule.gridsupport 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.data.graticule.gridsupport
Methods in org.geotools.data.graticule.gridsupport with parameters of type GridElement Modifier and Type Method Description voidLineFeatureBuilder. setAttributes(GridElement el, Map<String,Object> attributes) -
Uses of GridElement in org.geotools.grid
Subinterfaces of GridElement in org.geotools.grid Modifier and Type Interface Description interfaceLineElementA marker (empty) interface for a grid element that is a line.interfacePolygonElementRepresents aGridElementthat is a polygon.Methods in org.geotools.grid with parameters of type GridElement Modifier and Type Method Description booleanGridFeatureBuilder. getCreateFeature(GridElement el)Tests whether a feature will be constructed for the givenGridElement.StringGridFeatureBuilder. 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.hexagon Modifier and Type Interface Description interfaceHexagonDefines methods and enum constants to work with hexagons.Classes in org.geotools.grid.hexagon that implement GridElement Modifier and Type Class Description classHexagonImplDefault implementation ofHexagon. -
Uses of GridElement in org.geotools.grid.oblong
Subinterfaces of GridElement in org.geotools.grid.oblong Modifier and Type Interface Description interfaceOblongMarker interface for oblong grid elements.Classes in org.geotools.grid.oblong that implement GridElement Modifier and Type Class Description classOblongImplDefault implementation ofOblong. -
Uses of GridElement in org.geotools.grid.ortholine
Classes in org.geotools.grid.ortholine that implement GridElement Modifier and Type Class Description classOrthoLineAn ortho-line grid element.Methods in org.geotools.grid.ortholine with parameters of type GridElement Modifier and Type Method Description voidOrthoLineFeatureBuilder. 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 interfaceOvalMarker interface for oval grid elements.Classes in org.geotools.grid.oval that implement GridElement Modifier and Type Class Description classOvalImplDefault implementation ofOval.
-