Uses of Class
org.geotools.data.collection.ListFeatureCollection
Packages that use ListFeatureCollection
-
Uses of ListFeatureCollection in org.geotools.grid
Methods in org.geotools.grid with parameters of type ListFeatureCollectionModifier and TypeMethodDescriptionbooleanPolygonBuilder.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 ListFeatureCollectionModifier 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.