Package org.geotools.styling
Class LogarithmicContrastMethodStrategy
Object
AbstractContrastMethodStrategy
LogarithmicContrastMethodStrategy
- All Implemented Interfaces:
ContrastMethodStrategy
- Author:
- ian
-
Field Summary
Fields inherited from class AbstractContrastMethodStrategy
ALGORITHM, filterFactory, method
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(String key, Expression value) A parameter to be used by this method.Methods inherited from class AbstractContrastMethodStrategy
addOption, getAlgorithm, getFilterFactory, getMethod, getOptions, getParameters, name, setAlgorithm, setMethod, setOptions
-
Constructor Details
-
LogarithmicContrastMethodStrategy
public LogarithmicContrastMethodStrategy()
-
-
Method Details
-
addParameter
Description copied from class:AbstractContrastMethodStrategy
A parameter to be used by this method. Subclasses can implement checks for valid parameter names by overriding this method.- Overrides:
addParameter
in classAbstractContrastMethodStrategy
- Parameters:
key
- the name of the parametervalue
- the expression that is it's value.
-