| Interface | Description |
|---|---|
| GridElement |
The base interface for vector grid elements.
|
| LineElement |
A marker (empty) interface for a grid element that is a line.
|
| PolygonElement |
Represents a
GridElement that is a polygon. |
| Class | Description |
|---|---|
| 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.
|
| Enum | Description |
|---|---|
| Neighbor |
Constants for neighbor positions used when bulding polygonal grids.
|
Copyright © 1996–2019 Geotools. All rights reserved.