Package org.geotools.mbstyle.function
Class MapBoxFontWeightFunction
Object
ExpressionAbstract
FunctionImpl
MapBoxFontWeightFunction
- All Implemented Interfaces:
- Expression,- Function
Returns "bold" or "normal" based on the font name
- 
Field SummaryFieldsFields inherited from class FunctionImplfunctionNameFields inherited from interface ExpressionNIL
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class FunctionImplaccept, dispatchArguments, equals, functionName, getFallbackValue, getFunctionName, getName, getParameters, getParameterValue, getParameterValue, hashCode, setFallbackValue, setName, setParameters, toStringMethods inherited from class ExpressionAbstractevaluateMethods inherited from interface Expressionevaluate
- 
Field Details- 
NAME
 
- 
- 
Constructor Details- 
MapBoxFontWeightFunctionpublic MapBoxFontWeightFunction()
 
- 
- 
Method Details- 
evaluateDescription copied from class:FunctionImplDefault implementation simply returns the fallbackValue.Please override this method to produce a value based on the provided arguments. - Specified by:
- evaluatein interface- Expression
- Overrides:
- evaluatein class- FunctionImpl
- Parameters:
- object- Object being evaluated; often a Feature
- Returns:
- value for the provided object
 
 
-