Uses of Interface
org.geotools.feature.FeatureCollectionIteration.Handler
-
Packages that use FeatureCollectionIteration.Handler Package Description org.geotools.feature org.geotools.gml.producer -
-
Uses of FeatureCollectionIteration.Handler in org.geotools.feature
Fields in org.geotools.feature declared as FeatureCollectionIteration.Handler Modifier and Type Field Description protected FeatureCollectionIteration.Handler
FeatureCollectionIteration. handler
A callback handler for the iteration of the contents of a FeatureCollection.Methods in org.geotools.feature with parameters of type FeatureCollectionIteration.Handler Modifier and Type Method Description static void
FeatureCollectionIteration. iteration(FeatureCollectionIteration.Handler handler, FeatureCollection<?,?> collection)
A convienience method for obtaining a new iteration and calling iterate.Constructors in org.geotools.feature with parameters of type FeatureCollectionIteration.Handler Constructor Description FeatureCollectionIteration(FeatureCollectionIteration.Handler handler, FeatureCollection<?,?> collection)
Create a new FeatureCollectionIteration with the given handler and collection. -
Uses of FeatureCollectionIteration.Handler in org.geotools.gml.producer
Classes in org.geotools.gml.producer that implement FeatureCollectionIteration.Handler Modifier and Type Class Description class
FeatureTransformer.FeatureTranslator
Outputs gml without any fancy indents or newlines.
-