Uses of Enum Class
org.geotools.mbstyle.parse.MBFunction.FunctionCategory
Packages that use MBFunction.FunctionCategory
-
Uses of MBFunction.FunctionCategory in org.geotools.mbstyle.parse
Methods in org.geotools.mbstyle.parse that return MBFunction.FunctionCategoryModifier and TypeMethodDescriptionstatic MBFunction.FunctionCategory
Returns the enum constant of this class with the specified name.static MBFunction.FunctionCategory[]
MBFunction.FunctionCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.mbstyle.parse that return types with arguments of type MBFunction.FunctionCategoryModifier and TypeMethodDescriptionMBFunction.category()
Programmatically look at the structure of the function and determine if it is a Zoom function, Property function or Zoom-and-property functions.