Uses of Class
org.geotools.mbstyle.parse.MBFunction.FunctionType
-
Packages that use MBFunction.FunctionType Package Description org.geotools.mbstyle.parse JSON Parsing support for MapBox Style support. -
-
Uses of MBFunction.FunctionType in org.geotools.mbstyle.parse
Methods in org.geotools.mbstyle.parse that return MBFunction.FunctionType Modifier and Type Method Description MBFunction.FunctionType
MBFunction. getType()
Access the function 'type', or null if not specified.MBFunction.FunctionType
MBFunction. getTypeWithDefault(Class<?> clazz)
Return the function type, falling back to the default function type for the providedClass
if no function type is explicitly declared.static MBFunction.FunctionType
MBFunction.FunctionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MBFunction.FunctionType[]
MBFunction.FunctionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-