|
Class Summary |
| DefaultGridFeatureBuilder |
A basic implementation of GridFeatureBuilder which will create a
SimpleFeatureType having two properties:
element - TYPE Polygon
id - TYPE Integer
The attribute names can also be referred to using
GridFeatureBuilder.DEFAULT_GEOMETRY_ATTRIBUTE_NAME and
DefaultGridFeatureBuilder.ID_ATTRIBUTE_NAME
Grid elements will be assigned sequential id values starting with 1. |
| Envelopes |
A helper class to create bounding envelopes with width and height that are
simple multiples of a given resolution. |
| GridFeatureBuilder |
Controls the creating of features representing grid elements during vector
grid construction. |
| Grids |
A utility class to create polygonal vector grids with basic attributes. |
| Lines |
A utility class to create line grids with basic attributes. |
| PolygonBuilder |
The base class for builders that generate polygonal grid elements. |