public class IntersectionFeatureCollection extends Object implements VectorProcess
| Modifier and Type | Class and Description |
|---|---|
static class |
IntersectionFeatureCollection.IntersectionMode |
| Constructor and Description |
|---|
IntersectionFeatureCollection() |
| Modifier and Type | Method and Description |
|---|---|
SimpleFeatureCollection |
execute(SimpleFeatureCollection firstFeatures,
SimpleFeatureCollection secondFeatures,
List<String> firstAttributes,
List<String> sndAttributes,
IntersectionFeatureCollection.IntersectionMode intersectionMode,
Boolean percentagesEnabled,
Boolean areasEnabled) |
public SimpleFeatureCollection execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)
Copyright © 1996–2019 Geotools. All rights reserved.