Uses of Class
org.geotools.data.collection.ListFeatureCollection
- 
Packages that use ListFeatureCollection Package Description org.geotools.grid org.geotools.grid.ortholine org.geotools.imageio.netcdf  - 
- 
Uses of ListFeatureCollection in org.geotools.grid
Methods in org.geotools.grid with parameters of type ListFeatureCollection Modifier and Type Method Description booleanPolygonBuilder. 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 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. - 
Uses of ListFeatureCollection in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf with parameters of type ListFeatureCollection Modifier and Type Method Description intVariableAdapter. getFeatures(int startIndex, int limit, ListFeatureCollection collection)Return features for that variable adapter, starting from slices with index = "startIndex", and up to "limit" elements. 
 -