Uses of Class
org.geotools.grid.ortholine.OrthoLineDef
Packages that use OrthoLineDef
-
Uses of OrthoLineDef in org.geotools.grid
Method parameters in org.geotools.grid with type arguments of type OrthoLineDefModifier and TypeMethodDescriptionstatic 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 OrthoLineDefModifier and TypeMethodDescriptionvoid
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 OrthoLineDefModifierConstructorDescriptionOrthoLineDef
(OrthoLineDef lineDef) Creates a copy of an existing line definition.