Package | Description |
---|---|
org.geotools.process.vector |
Vector processing support for the GeoTools library.
|
Modifier and Type | Method and Description |
---|---|
static IntersectionFeatureCollection.IntersectionMode |
IntersectionFeatureCollection.IntersectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntersectionFeatureCollection.IntersectionMode[] |
IntersectionFeatureCollection.IntersectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
IntersectionFeatureCollection.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.