Package org.geotools.data.wfs
Interface WFSServiceInfo
-
- All Superinterfaces:
ServiceInfo
- All Known Implementing Classes:
Capabilities200ServiceInfo
,CapabilitiesServiceInfo
public interface WFSServiceInfo extends ServiceInfo
Extends the standardServiceInfo
interface to provide WFS specific metadata.- Since:
- 2.5.x
http://gtsvn.refractions.net/trunk/modules/plugin/wfs/src/main/java/org/geotools/data /wfs/WFSServiceInfo.java $
- Author:
- Gabriel Roldan
- See Also:
WFSDataStore.getInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getVersion()
-
Methods inherited from interface ServiceInfo
getDescription, getKeywords, getPublisher, getSchema, getSource, getTitle
-
-
-
-
Method Detail
-
getVersion
String getVersion()
- Returns:
- the WFS protocol version
-
-