|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WFSCapabilitiesAdapter
Base interface for OWSCapabilitiesAdapter
implementations that extract metadata from WFS capabilities
documents.
Method Summary | |
---|---|
List<WFSFeatureType> |
parseFeatureTypeList()
Extracts the FeatureTypeList from the underlying XML document. |
Object |
parseFilterCapabilities()
Extracts the FilterCapabilities from the underlying XML document. |
Methods inherited from interface org.deegree.protocol.ows.capabilities.OWSCapabilitiesAdapter |
---|
parseLanguages, parseOperationsMetadata, parseServiceIdentification, parseServiceProvider |
Method Detail |
---|
List<WFSFeatureType> parseFeatureTypeList()
FeatureTypeList
from the underlying XML document.
TODO return type
null
(if the document does not contain such a section)
XMLParsingException
- if the FeatureTypeList
section can not be parsedObject parseFilterCapabilities()
FilterCapabilities
from the underlying XML document.
TODO return type
null
(if the document does not contain such a section)
XMLParsingException
- if the FeatureTypeList
section can not be parsed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |