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. -
Uses of ListFeatureCollection in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf with parameters of type ListFeatureCollectionModifier and TypeMethodDescriptionintVariableAdapter.getFeatures(int startIndex, int limit, ListFeatureCollection collection) Return features for that variable adapter, starting from slices with index = "startIndex", and up to "limit" elements.