| Package | Description |
|---|---|
| org.geotools.grid | |
| org.geotools.grid.ortholine |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFeatureSource |
Lines.createOrthoLines(ReferencedEnvelope bounds,
Collection<OrthoLineDef> lineDefs)
Creates a grid of ortho-lines.
|
static SimpleFeatureSource |
Lines.createOrthoLines(ReferencedEnvelope bounds,
Collection<OrthoLineDef> lineDefs,
double vertexSpacing)
Creates a grid of ortho-lines.
|
static SimpleFeatureSource |
Lines.createOrthoLines(ReferencedEnvelope bounds,
Collection<OrthoLineDef> lineDefs,
double vertexSpacing,
GridFeatureBuilder lineFeatureBuilder)
Creates a grid of ortho-lines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrthoLineBuilder.buildGrid(Collection<OrthoLineDef> lineDefs,
GridFeatureBuilder lineFeatureBuilder,
double vertexSpacing,
ListFeatureCollection fc)
Creates line features according to the provided
OrthoLineDef objects and places them
into the provided ListFeatureCollection. |
| Constructor and Description |
|---|
OrthoLineDef(OrthoLineDef lineDef)
Creates a copy of an existing line definition.
|
Copyright © 1996–2019 Geotools. All rights reserved.