Uses of Interface
org.geotools.api.style.NamedStyle
-
Packages that use NamedStyle Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.styling Allows for symbolization of geospatial data.org.geotools.xml.styling -
-
Uses of NamedStyle in org.geotools.api.style
Methods in org.geotools.api.style that return NamedStyle Modifier and Type Method Description NamedStyle
StyleFactory. createNamedStyle()
-
Uses of NamedStyle in org.geotools.styling
Classes in org.geotools.styling that implement NamedStyle Modifier and Type Class Description class
NamedStyleImpl
A NamedStyle is used to refer to a style that has a name in a WMS.Methods in org.geotools.styling that return NamedStyle Modifier and Type Method Description abstract NamedStyle
AbstractStyleFactory. createNamedStyle()
NamedStyle
StyleFactoryImpl. createNamedStyle()
-
Uses of NamedStyle in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return NamedStyle Modifier and Type Method Description NamedStyle
SLDParser. parseNamedStyle(Node n)
Parses a NamedStyle from node.
-