Class AbstractWFSStrategy

Object
Specification
WFSStrategy
AbstractWFSStrategy
Direct Known Subclasses:
StrictWFS_1_x_Strategy, StrictWFS_2_0_Strategy

public abstract class AbstractWFSStrategy extends WFSStrategy
Base template-method class for WFSStrategy implementations that leverage the GeoTools xml-xsd subsystem for schema assisted parsing and encoding of WFS requests and responses.

A conformant WFS client implementation based on this abstract class should only need to implement the following methods from WFSStrategy:

Plus the following template methods from this abstract class:

Additionally, specific strategy objects may override any other method to work around specific service implementation oddities. To that end, the following methods might be of special interest: