Uses of Class
org.geotools.data.collection.ListFeatureCollection

Packages that use ListFeatureCollection
org.geotools.grid   
org.geotools.grid.ortholine   
 

Uses of ListFeatureCollection in org.geotools.grid
 

Methods in org.geotools.grid with parameters of type ListFeatureCollection
 boolean PolygonBuilder.buildGrid(GridFeatureBuilder gridFeatureBuilder, double vertexSpacing, ListFeatureCollection fc)
           
 

Uses of ListFeatureCollection in org.geotools.grid.ortholine
 

Methods in org.geotools.grid.ortholine with parameters of type ListFeatureCollection
 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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.