Uses of Class
org.geotools.grid.ortholine.OrthoLineDef
-
Packages that use OrthoLineDef Package Description org.geotools.grid org.geotools.grid.ortholine -
-
Uses of OrthoLineDef in org.geotools.grid
Method parameters in org.geotools.grid with type arguments of type OrthoLineDef Modifier and Type Method 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. -
Uses of OrthoLineDef in org.geotools.grid.ortholine
Method parameters in org.geotools.grid.ortholine with type arguments of type OrthoLineDef Modifier and Type Method Description void
OrthoLineBuilder. buildGrid(Collection<OrthoLineDef> lineDefs, GridFeatureBuilder lineFeatureBuilder, double vertexSpacing, ListFeatureCollection fc)
Creates line features according to the providedOrthoLineDef
objects and places them into the providedListFeatureCollection
.Constructors in org.geotools.grid.ortholine with parameters of type OrthoLineDef Constructor Description OrthoLineDef(OrthoLineDef lineDef)
Creates a copy of an existing line definition.
-