org.geotools.styling
Interface RemoteOWS
- All Known Implementing Classes:
- RemoteOWSImpl
public interface RemoteOWS
A RemoteOWS gives a reference to a remote WFS/WCS/other-OWS server.
The details of this object are taken from the OGC
Styled-Layer Descriptor Report (OGC 02-070) version 1.0.0.:
<xsd:element name="RemoteOWS">
<xsd:annotation>
<xsd:documentation>
A RemoteOWS gives a reference to a remote WFS/WCS/other-OWS server.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:Service"/>
<xsd:element ref="sld:OnlineResource"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
- Author:
- James Macgill
- Module:
modules/library/api (gt-api.jar)
getService
String getService()
setService
void setService(String service)
getOnlineResource
String getOnlineResource()
setOnlineResource
void setOnlineResource(String onlineResource)
Copyright © 1996-2009 Geotools. All Rights Reserved.