Web Feature Service implementation, versions 1.0, and 1.1.
Each of the methods on this class corresponds to an operation as defined
by the Web Feature Specification. See
http://www.opengeospatial.org/standards/wfs for more details.
author: Justin Deoliveira, The Open Planning Project
WFS DescribeFeatureType operation.
Parameters: request - The describe feature type request. A set of feature type metadata objects. throws: WFSException - Any service exceptions.
WFS GetCapabilities operation.
Parameters: request - The get capabilities request. A transformer instance capable of serializing a wfs capabilitiesdocument. throws: WFSException - Any service exceptions.
WFS GetFeature operation.
Parameters: request - The get feature request. A feature collection type instance. throws: WFSException - Any service exceptions.
WFS GetFeatureWithLock operation.
Parameters: request - The get feature with lock request. A feature collection type instance. throws: WFSException - Any service exceptions.
WFS transaction operation.
Parameters: request - The transaction request. A transaction response instance. throws: WFSException - Any service exceptions.