Uses of Class
org.geotools.process.vector.IntersectionFeatureCollection.IntersectionMode
- 
Packages that use IntersectionFeatureCollection.IntersectionMode Package Description org.geotools.process.vector Vector processing support for the GeoTools library.
- 
- 
Uses of IntersectionFeatureCollection.IntersectionMode in org.geotools.process.vectorMethods in org.geotools.process.vector that return IntersectionFeatureCollection.IntersectionMode Modifier and Type Method Description static IntersectionFeatureCollection.IntersectionModeIntersectionFeatureCollection.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.Methods in org.geotools.process.vector with parameters of type IntersectionFeatureCollection.IntersectionMode Modifier and Type Method Description SimpleFeatureCollectionIntersectionFeatureCollection. execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)
 
-