| Package | Description |
|---|---|
| org.geotools.grid | |
| org.geotools.grid.hexagon | |
| org.geotools.grid.oblong | |
| org.geotools.grid.ortholine |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LineElement
A marker (empty) interface for a grid element that is a line.
|
interface |
PolygonElement
Represents a
GridElement that is a polygon. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Hexagon
Defines methods and enum constants to work with hexagons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HexagonImpl
Default implementation of
Hexagon. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Oblong
Marker interface for oblong grid elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OblongImpl
Default implementation of
Oblong. |
| Modifier and Type | Class and Description |
|---|---|
class |
OrthoLine
An ortho-line grid element.
|
| Modifier and Type | Method and Description |
|---|---|
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–2019 Geotools. All rights reserved.