Package org.geotools.ysld.validate
Class ScaleValidator
- Object
-
- YsldValidateHandler
-
- StatefulValidator
-
- TupleValidator
-
- RangeValidator<Double>
-
- ScaleValidator
-
- All Implemented Interfaces:
Cloneable
public class ScaleValidator extends RangeValidator<Double>
Validator for ScaleThis Validator is stateful, do not re-use it.
- Author:
- Kevin Smith, Boundless
-
-
Constructor Summary
Constructors Constructor Description ScaleValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
validateParsed(Double parsed, ScalarEvent evt, YsldValidateContext context)
-
Methods inherited from class RangeValidator
getSubValidators
-
Methods inherited from class TupleValidator
alias, clone, endSequence, scalar, sequence
-
Methods inherited from class YsldValidateHandler
endMapping, mapping
-
-
-
-
Method Detail
-
validateParsed
protected void validateParsed(Double parsed, ScalarEvent evt, YsldValidateContext context)
- Overrides:
validateParsed
in classRangeValidator<Double>
-
-