Package org.geotools.styling
Class ExponentialContrastMethodStrategy
Object
AbstractContrastMethodStrategy
ExponentialContrastMethodStrategy
- All Implemented Interfaces:
ContrastMethodStrategy
- Author:
- iant
-
Field Summary
Fields inherited from class AbstractContrastMethodStrategy
ALGORITHM, filterFactory, method -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(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
-
ExponentialContrastMethodStrategy
public ExponentialContrastMethodStrategy()
-
-
Method Details
-
addParameter
Description copied from class:AbstractContrastMethodStrategyA parameter to be used by this method. Subclasses can implement checks for valid parameter names by overriding this method.- Overrides:
addParameterin classAbstractContrastMethodStrategy- Parameters:
key- the name of the parametervalue- the expression that is it's value.
-