org.opengis.sld
Interface RemoteOWS

Show UML class diagram
All Superinterfaces:
Source

@XmlElement(value="RemoteOWS")
public interface RemoteOWS
extends Source

OGC Web Service. Information about the remove serveur.

Since:
GeoAPI 2.2
Version:
Implementation specification 1.1.0

Method Summary
 Object accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 OnlineResource getOnlineResource()
          Online resource of the service.
 String getService()
          The provided service type name.
 

Method Detail

getService

@XmlElement(value="Service")
String getService()
The provided service type name.

Returns:
WFS or WCS

getOnlineResource

@XmlElement(value="OnlineResource")
OnlineResource getOnlineResource()
Online resource of the service.


accept

@Extension
Object accept(SLDVisitor visitor,
                        Object extraData)
calls the visit method of a SLDVisitor

Parameters:
visitor - the sld visitor


Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.