public class CollectionAction_Polygonize extends CollectionAction
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
CollectionAction_Polygonize(Map properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
execute(org.geotools.feature.DefaultFeatureCollection collection,
Action nextAction) |
void |
execute(org.geotools.feature.FeatureCollection collection,
Action writer) |
void |
executeAllInMemory(org.geotools.feature.DefaultFeatureCollection collection,
Action nextAction)
alle classificaties worden meteen in het geheugen geladen.
|
void |
executeOneClassInMemory(org.geotools.feature.DefaultFeatureCollection collection,
Action nextAction)
Deze execute loopt meerdere malen over de de data (featureCollection) als er een classificatie is aangegeven.
|
geometryCollectionToWKTStringpublic CollectionAction_Polygonize(Map properties)
public void execute(org.geotools.feature.DefaultFeatureCollection collection,
Action nextAction)
public void executeAllInMemory(org.geotools.feature.DefaultFeatureCollection collection,
Action nextAction)
public void executeOneClassInMemory(org.geotools.feature.DefaultFeatureCollection collection,
Action nextAction)
public void close()
public void execute(org.geotools.feature.FeatureCollection collection,
Action writer)
execute in class CollectionActionCopyright © 2016. All rights reserved.