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.gridMethod parameters in org.geotools.grid with type arguments of type OrthoLineDef Modifier and Type Method Description static 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.ortholineMethod parameters in org.geotools.grid.ortholine with type arguments of type OrthoLineDef Modifier and Type Method Description voidOrthoLineBuilder. 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 OrthoLineDef Constructor Description OrthoLineDef(OrthoLineDef lineDef)Creates a copy of an existing line definition.
 
-