org.geotools.data.wfs
Interface WFSServiceInfo

All Superinterfaces:
ServiceInfo

public interface WFSServiceInfo
extends ServiceInfo

Extends the standard ServiceInfo interface to provide WFS specific metadata.

Since:
2.5.x
Version:
$Id: WFSServiceInfo.java 31823 2008-11-11 16:11:49Z groldan $
Author:
Gabriel Roldan
See Also:
WFSDataStore.getInfo()

Method Summary
 java.lang.String getVersion()
           
 
Methods inherited from interface org.geotools.data.ServiceInfo
getDescription, getKeywords, getPublisher, getSchema, getSource, getTitle
 

Method Detail

getVersion

java.lang.String getVersion()
Returns:
the WFS protocol version


Copyright © 1996-2010 Geotools. All Rights Reserved.