org.deegree.graphics.sld
Interface RemoteOWS

All Known Implementing Classes:
RemoteOWS_Impl

public interface RemoteOWS

Since a layer is defined as a collection of potentially mixed-type features, the UserLayer element must provide the means to identify the features to be used. All features to be rendered are assumed to be fetched from a Web Feature Server (WFS) or a Web Coverage Service (WCS, in which case the term features is used loosely).

The remote server to be used is identified by RemoteOWS (OGC Web Service) element.

----------------------------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/01/12 14:48:13 $
Author:
Andreas Poth

Field Summary
static java.lang.String WCS
           
static java.lang.String WFS
           
 
Method Summary
 java.net.URL getOnlineResource()
          address of the the ows as URL
 java.lang.String getService()
          type of service that is represented by the remote ows. at the moment WFS and WCS are possible values.
 void setOnlineResource(java.net.URL onlineResource)
          sets the address of the the ows as URL
 void setService(java.lang.String service)
          Sets a Service
 

Field Detail

WFS

public static final java.lang.String WFS
See Also:
Constant Field Values

WCS

public static final java.lang.String WCS
See Also:
Constant Field Values
Method Detail

getService

public java.lang.String getService()
type of service that is represented by the remote ows. at the moment WFS and WCS are possible values.

Returns:
the type of the services

setService

public void setService(java.lang.String service)
Sets a Service

Parameters:
service - the type of the services

getOnlineResource

public java.net.URL getOnlineResource()
address of the the ows as URL

Returns:
the adress of the ows as URL

setOnlineResource

public void setOnlineResource(java.net.URL onlineResource)
sets the address of the the ows as URL

Parameters:
onlineResource - the adress of the ows as URL