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 TypeMethodDescriptionboolean
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 ListFeatureCollectionModifier and TypeMethodDescriptionvoid
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 ListFeatureCollectionModifier and TypeMethodDescriptionint
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.