Uses of Interface
org.geotools.api.style.OtherText
-
Packages that use OtherText 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 OtherText in org.geotools.api.style
Methods in org.geotools.api.style that return OtherText Modifier and Type Method Description OtherText
TextSymbolizer. getOtherText()
Other text can be used to allow open ended extensions on text oriented output formatsMethods in org.geotools.api.style with parameters of type OtherText Modifier and Type Method Description void
TextSymbolizer. setOtherText(OtherText otherText)
-
Uses of OtherText in org.geotools.styling
Classes in org.geotools.styling that implement OtherText Modifier and Type Class Description class
OtherTextImpl
Methods in org.geotools.styling that return OtherText Modifier and Type Method Description OtherText
TextSymbolizerImpl. getOtherText()
Methods in org.geotools.styling with parameters of type OtherText Modifier and Type Method Description void
TextSymbolizerImpl. setOtherText(OtherText otherText)
-
Uses of OtherText in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return OtherText Modifier and Type Method Description protected OtherText
SLDParser. parseOtherText(Node root)
-