Package org.geotools.ysld.validate
Class YsldValidator
Object
YsldValidator
Validates a YSLD style
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setZCtxtFinders
(List<ZoomContextFinder> zCtxtFinders) List<MarkedYAMLException>
Validate the passed style
-
Constructor Details
-
YsldValidator
public YsldValidator()
-
-
Method Details
-
validate
Validate the passed style- Parameters:
input
- Reader for the style- Returns:
- List of
MarkedYAMLException
representing any errors, or an empty list if the style is valid - Throws:
IOException
-
setZCtxtFinders
-