Uses of Class
org.geotools.grid.ortholine.OrthoLineDef

Packages that use OrthoLineDef
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
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
 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.
 

Constructors in org.geotools.grid.ortholine with parameters of type OrthoLineDef
OrthoLineDef(OrthoLineDef lineDef)
          Creates a copy of an existing line definition.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.