Uses of Interface
org.geotools.grid.GridElement

Packages that use GridElement
org.geotools.grid   
org.geotools.grid.hexagon   
org.geotools.grid.oblong   
org.geotools.grid.ortholine   
 

Uses of GridElement in org.geotools.grid
 

Subinterfaces of GridElement in org.geotools.grid
 interface LineElement
          A marker (empty) interface for a grid element that is a line.
 interface PolygonElement
          Represents a GridElement that is a polygon.
 

Methods in org.geotools.grid with parameters of type GridElement
 boolean GridFeatureBuilder.getCreateFeature(GridElement el)
          Tests whether a feature will be constructed for the given GridElement.
 String GridFeatureBuilder.getFeatureID(GridElement el)
          Gets the FeatureID as a String for a new SimpleFeature being constructed from the given GridElement.
 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 new SimpleFeature being constructed from the given GridElement.
 

Uses of GridElement in org.geotools.grid.hexagon
 

Subinterfaces of GridElement in org.geotools.grid.hexagon
 interface Hexagon
          Defines methods and enum constants to work with hexagons.
 

Classes in org.geotools.grid.hexagon that implement GridElement
 class HexagonImpl
          Default implementation of Hexagon.
 

Uses of GridElement in org.geotools.grid.oblong
 

Subinterfaces of GridElement in org.geotools.grid.oblong
 interface Oblong
          Marker interface for oblong grid elements.
 

Classes in org.geotools.grid.oblong that implement GridElement
 class OblongImpl
          Default implementation of Oblong.
 

Uses of GridElement in org.geotools.grid.ortholine
 

Classes in org.geotools.grid.ortholine that implement GridElement
 class OrthoLine
          An ortho-line grid element.
 

Methods in org.geotools.grid.ortholine with parameters of type GridElement
 void OrthoLineFeatureBuilder.setAttributes(GridElement el, Map<String,Object> attributes)
          Sets the following attributes in the provided Map: id: sequential integer level: integer level of associated with the element value: X-ordinate for a vertical line; Y-ordinate for a horizontal line
 



Copyright © 1996-2014 Geotools. All Rights Reserved.