Uses of Class
org.geotools.mbstyle.parse.MBFunction.FunctionCategory
-
Packages that use MBFunction.FunctionCategory Package Description org.geotools.mbstyle.parse JSON Parsing support for MapBox Style support. -
-
Uses of MBFunction.FunctionCategory in org.geotools.mbstyle.parse
Methods in org.geotools.mbstyle.parse that return MBFunction.FunctionCategory Modifier and Type Method Description static MBFunction.FunctionCategory
MBFunction.FunctionCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static MBFunction.FunctionCategory[]
MBFunction.FunctionCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.mbstyle.parse that return types with arguments of type MBFunction.FunctionCategory Modifier and Type Method Description EnumSet<MBFunction.FunctionCategory>
MBFunction. category()
Programmatically look at the structure of the function and determine if it is a Zoom function, Property function or Zoom-and-property functions.
-