| Class | Description |
|---|---|
| OrthoLine |
An ortho-line grid element.
|
| OrthoLineBuilder |
A builder to generate a grid of horizontal and/or vertical ortho-lines.
|
| OrthoLineDef |
Defines how to generate a set of regularly-spaced, ortho-line elements with given orientation and
level.
|
| OrthoLineFeatureBuilder |
A basic implementation of
LineFeatureBuilder which will create a SimpleFeatureType having two properties:
element - TYPE LineString
id - TYPE Integer
The attribute names can also be referred to using LineFeatureBuilder#DEFAULT_GEOMETRY_ATTRIBUTE_NAME and OrthoLineFeatureBuilder.ID_ATTRIBUTE_NAME
Line elements will be assigned sequential id values starting with 1. |
| Enum | Description |
|---|---|
| LineOrientation |
Constants to identify the orientation of an ortho-line.
|
Copyright © 1996–2019 Geotools. All rights reserved.