Uses of Class
org.geotools.ysld.YamlObject
Packages that use YamlObject
-
Uses of YamlObject in org.geotools.ysld
Subclasses of YamlObject in org.geotools.ysldModifier and TypeClassDescriptionclassWrapper around a parsed Yaml mapping.classWrapper around a parsed Yaml sequence.Methods in org.geotools.ysld that return YamlObjectModifier and TypeMethodDescriptionstatic <W> YamlObject<W>YamlObject.create(W raw) Convert raw object to Yaml wrapper.YamlObject<?>Access value as a Yaml wrapper.YamlObject<?>YamlSeq.obj(int i) Yaml wrapper accessMethods in org.geotools.ysld that return types with arguments of type YamlObjectModifier and TypeMethodDescriptionYamlSeq.iterator()Iterator access, requires all contents be wrapped asYamlObject. -
Uses of YamlObject in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type YamlObjectModifier and TypeMethodDescriptionvoidColorMapParser.handle(YamlObject<?> obj, YamlParseContext context) voidExternalGraphicParser.handle(YamlObject<?> obj, YamlParseContext context) voidFeatureStyleParser.handle(YamlObject<?> obj, YamlParseContext context) voidFillParser.handle(YamlObject<?> obj, YamlParseContext context) voidGraphicParser.handle(YamlObject<?> obj, YamlParseContext context) voidLineParser.handle(YamlObject<?> obj, YamlParseContext context) voidMarkParser.handle(YamlObject<?> obj, YamlParseContext context) voidPointParser.handle(YamlObject<?> obj, YamlParseContext context) voidPolygonParser.handle(YamlObject<?> obj, YamlParseContext context) voidRasterParser.handle(YamlObject<?> obj, YamlParseContext context) voidRootParser.handle(YamlObject<?> obj, YamlParseContext context) voidRuleParser.handle(YamlObject<?> obj, YamlParseContext context) voidStrokeParser.handle(YamlObject<?> obj, YamlParseContext context) voidSymbolizerParser.handle(YamlObject<?> obj, YamlParseContext context) voidSymbolizersParser.handle(YamlObject<?> obj, YamlParseContext context) voidTextParser.handle(YamlObject<?> obj, YamlParseContext context) voidTransformHandler.handle(YamlObject<?> obj, YamlParseContext context) abstract voidYamlParseHandler.handle(YamlObject<?> obj, YamlParseContext context) Handle parsing the providedYamlObjectin the givenYamlParseContext.YamlParseContext.push(YamlObject scope, String key, YamlParseHandler handler) Parse a child of the specified object if presentYamlParseContext.push(YamlObject obj, YamlParseHandler handler) Add a handler to the stack handling the specified object