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 SimpleFeatureSourceLines.createOrthoLines(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs) Creates a grid of ortho-lines.static SimpleFeatureSourceLines.createOrthoLines(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs, double vertexSpacing) Creates a grid of ortho-lines.static SimpleFeatureSourceLines.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 TypeMethodDescriptionvoidOrthoLineBuilder.buildGrid(Collection<OrthoLineDef> lineDefs, GridFeatureBuilder lineFeatureBuilder, double vertexSpacing, ListFeatureCollection fc) Creates line features according to the providedOrthoLineDefobjects 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.