Uses of Enum Class
org.geotools.mbstyle.parse.MBFunction.FunctionType
Packages that use MBFunction.FunctionType
-
Uses of MBFunction.FunctionType in org.geotools.mbstyle.parse
Methods in org.geotools.mbstyle.parse that return MBFunction.FunctionTypeModifier and TypeMethodDescriptionMBFunction.getType()Access the function 'type', or null if not specified.MBFunction.getTypeWithDefault(Class<?> clazz) Return the function type, falling back to the default function type for the providedClassif no function type is explicitly declared.static MBFunction.FunctionTypeReturns the enum constant of this class with the specified name.static MBFunction.FunctionType[]MBFunction.FunctionType.values()Returns an array containing the constants of this enum class, in the order they are declared.