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 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 Modifier and Type Method Description void
OrthoLineBuilder. buildGrid(Collection<OrthoLineDef> lineDefs, GridFeatureBuilder lineFeatureBuilder, double vertexSpacing, ListFeatureCollection fc)
Creates line features according to the providedOrthoLineDef
objects 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 int
VariableAdapter. getFeatures(int startIndex, int limit, ListFeatureCollection collection)
Return features for that variable adapter, starting from slices with index = "startIndex", and up to "limit" elements.
-