Uses of Interface
org.geotools.api.style.RemoteOWS
-
Packages that use RemoteOWS Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.styling Allows for symbolization of geospatial data.org.geotools.xml.styling -
-
Uses of RemoteOWS in org.geotools.api.style
Methods in org.geotools.api.style that return RemoteOWS Modifier and Type Method Description RemoteOWS
StyleFactory. createRemoteOWS(String service, String onlineResource)
RemoteOWS
UserLayer. getRemoteOWS()
Methods in org.geotools.api.style with parameters of type RemoteOWS Modifier and Type Method Description void
UserLayer. setRemoteOWS(RemoteOWS service)
-
Uses of RemoteOWS in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return RemoteOWS Modifier and Type Method Description RemoteOWS
RemoteOWSBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type RemoteOWS Modifier and Type Method Description RemoteOWSBuilder
RemoteOWSBuilder. reset(RemoteOWS remote)
-
Uses of RemoteOWS in org.geotools.styling
Classes in org.geotools.styling that implement RemoteOWS Modifier and Type Class Description class
RemoteOWSImpl
Methods in org.geotools.styling that return RemoteOWS Modifier and Type Method Description RemoteOWS
StyleFactoryImpl. createRemoteOWS(String service, String onlineResource)
RemoteOWS
UserLayerImpl. getRemoteOWS()
Methods in org.geotools.styling with parameters of type RemoteOWS Modifier and Type Method Description void
UserLayerImpl. setRemoteOWS(RemoteOWS service)
-
Uses of RemoteOWS in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return RemoteOWS Modifier and Type Method Description protected RemoteOWS
SLDParser. parseRemoteOWS(Node root)
-