Package org.geotools.ysld.parse
Class TransformHandler
Object
YamlParseHandler
YsldParseHandler
TransformHandler
Handles parsing a Ysld "transform" property into a transformation
Function
object.-
Field Summary
Fields inherited from class YsldParseHandler
factory, LOG
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TransformHandler
(FeatureTypeStyle featureStyle, Factory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(YamlObject<?> obj, YamlParseContext context) Handle parsing the providedYamlObject
in the givenYamlParseContext
.
-
Constructor Details
-
TransformHandler
-
-
Method Details
-
handle
Description copied from class:YamlParseHandler
Handle parsing the providedYamlObject
in the givenYamlParseContext
.- Specified by:
handle
in classYamlParseHandler
-