Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] WFSDataStore.getCapabilities() vs getInfo proposal

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


Back to the top