Uses of Class
org.geotools.filter.visitor.MultiRange
-
Packages that use MultiRange Package Description org.geotools.filter.visitor -
-
Uses of MultiRange in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor that return MultiRange Modifier and Type Method Description MultiRange<T>
MultiRange. intersect(MultiRange<T> other)
MultiRange<T>
MultiRange. merge(MultiRange<T> other)
Methods in org.geotools.filter.visitor with parameters of type MultiRange Modifier and Type Method Description MultiRange<T>
MultiRange. intersect(MultiRange<T> other)
MultiRange<T>
MultiRange. merge(MultiRange<T> other)
Constructors in org.geotools.filter.visitor with parameters of type MultiRange Constructor Description MultiRange(MultiRange<T> other)
-