Package org.geotools.grid.ortholine
-
Class Summary 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 ofLineFeatureBuilder
which will create aSimpleFeatureType
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 -
Enum Summary Enum Description LineOrientation Constants to identify the orientation of an ortho-line.