Uses of Interface
org.geotools.feature.FeatureCollectionIteration.Handler
Packages that use FeatureCollectionIteration.Handler
-
Uses of FeatureCollectionIteration.Handler in org.geotools.feature
Fields in org.geotools.feature declared as FeatureCollectionIteration.HandlerModifier and TypeFieldDescriptionprotected final FeatureCollectionIteration.HandlerFeatureCollectionIteration.handlerA callback handler for the iteration of the contents of a FeatureCollection.Methods in org.geotools.feature with parameters of type FeatureCollectionIteration.HandlerModifier and TypeMethodDescriptionstatic voidFeatureCollectionIteration.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.HandlerModifierConstructorDescriptionFeatureCollectionIteration(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.HandlerModifier and TypeClassDescriptionclassOutputs gml without any fancy indents or newlines.