| org.geoserver.wfs.CapabilitiesTransformer
CapabilitiesTransformer | abstract public class CapabilitiesTransformer extends TransformerBase (Code) | | Based on the org.geotools.xml.transform framework, does the job
of encoding a WFS 1.0 Capabilities document.
author: Gabriel Roldan, Axios Engineering author: Chris Holmes author: Justin Deoliveira version: $Id: CapabilitiesTransformer.java 8406 2008-02-14 19:49:39Z saul.farber $ |
Method Summary | |
public void | verifyUpdateSequence(GetCapabilitiesType request) It turns out that the he WFS 1.0 and 1.1 specifications don't actually support an updatesequence-based
getcapabilities operation. |
OGC_PREFIX | final protected static String OGC_PREFIX(Code) | | filter namesapce + prefix
|
WFS_URI | final protected static String WFS_URI(Code) | | wfs namespace
|
XSI_PREFIX | final protected static String XSI_PREFIX(Code) | | xml schema namespace + prefix
|
CapabilitiesTransformer | public CapabilitiesTransformer(WFS wfs, Data catalog)(Code) | | Creates a new CapabilitiesTransformer object.
|
verifyUpdateSequence | public void verifyUpdateSequence(GetCapabilitiesType request) throws ServiceException(Code) | | It turns out that the he WFS 1.0 and 1.1 specifications don't actually support an updatesequence-based
getcapabilities operation. There's no mention of an updatesequence request parameter in the getcapabilities
operation, and there's no normative behaviour description for what the updatesequence parameter in the
capabilities document should *do*.
So this behaviour is not used right now, at all (as of Jan 2007)
Parameters: request - throws: ServiceException - |
|
|