Previously we could getCapabilities() from a UDIGWFSDataStore; looks 
like gabriel has made a WFSDataStore interface that provides a summary 
of the information in a capabilities document. Makes sense since WFS 1.0 
and WFS 1.1 probably have different content?

interface WFSDataStore {
  getAbstract()
  getAbstract(typeName)
  getKeywords()
  getLatLonBoundingBox(String)
  getTitle()
  getTitle(typeName)
}

Gabriel before you go any further down this route please review the 
proposal here:
- http://docs.codehaus.org/display/GEOTOOLS/Introduction+of+getInfo

We have 100% overlap here.

Also note that we will need to make the FilterCapabilities data 
structure available at some point.

Jody

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to