Uses of Enum Class
org.geotools.process.vector.IntersectionFeatureCollection.IntersectionMode
Packages that use IntersectionFeatureCollection.IntersectionMode
-
Uses of IntersectionFeatureCollection.IntersectionMode in org.geotools.process.vector
Methods in org.geotools.process.vector that return IntersectionFeatureCollection.IntersectionModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.IntersectionFeatureCollection.IntersectionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.process.vector with parameters of type IntersectionFeatureCollection.IntersectionModeModifier and TypeMethodDescriptionIntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)