Uses of Interface
org.geotools.feature.FeatureCollectionIteration.Handler

Packages that use FeatureCollectionIteration.Handler
org.geotools.feature   
org.geotools.gml.producer   
 

Uses of FeatureCollectionIteration.Handler in org.geotools.feature
 

Fields in org.geotools.feature declared as FeatureCollectionIteration.Handler
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
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
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
static class FeatureTransformer.FeatureTranslator
          Outputs gml without any fancy indents or newlines.
 



Copyright © GeoTools. All Rights Reserved.