Package org.geotools.ysld.parse
Class ColorMapParser
Object
YamlParseHandler
YsldParseHandler
ColorMapParser
Handles the parsing of a Ysld "color-map" property to a
ColorMap
object.-
Field Summary
Fields inherited from class YsldParseHandler
factory, LOG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
void
handle
(YamlObject<?> obj, YamlParseContext context) Handle parsing the providedYamlObject
in the givenYamlParseContext
.
-
Constructor Details
-
ColorMapParser
-
-
Method Details
-
handle
Description copied from class:YamlParseHandler
Handle parsing the providedYamlObject
in the givenYamlParseContext
.- Specified by:
handle
in classYamlParseHandler
-
colorMap
-