Uses of Class
org.geotools.mbstyle.parse.MBFilter
-
Packages that use MBFilter Package Description org.geotools.mbstyle.layer org.geotools.mbstyle.parse JSON Parsing support for MapBox Style support. -
-
Uses of MBFilter in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return MBFilter Modifier and Type Method Description MBFilter
MBLayer. getFilter()
A MBFilter wrapping optional json specifying conditions on source features. -
Uses of MBFilter in org.geotools.mbstyle.parse
Constructor parameters in org.geotools.mbstyle.parse with type arguments of type MBFilter Constructor Description MBObjectParser(Class<MBFilter> context, MBObjectParser parse)
Copy constructor allowing reuse of factories, while returning correctMBObjectParser.context
.
-