Package | Description |
---|---|
org.geotools.feature | |
org.geotools.gml.producer |
Modifier and Type | Field and Description |
---|---|
protected FeatureCollectionIteration.Handler |
FeatureCollectionIteration.handler
A callback handler for the iteration of the contents of a FeatureCollection.
|
Modifier and Type | Method and Description |
---|---|
static void |
FeatureCollectionIteration.iteration(FeatureCollectionIteration.Handler handler,
FeatureCollection<?,?> collection)
A convienience method for obtaining a new iteration and calling iterate.
|
Constructor and Description |
---|
FeatureCollectionIteration(FeatureCollectionIteration.Handler handler,
FeatureCollection<?,?> collection)
Create a new FeatureCollectionIteration with the given handler and collection.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureTransformer.FeatureTranslator
Outputs gml without any fancy indents or newlines.
|
Copyright © 1996–2021 Geotools. All rights reserved.