Class WFSExtensions


  • public class WFSExtensions
    extends Object
    Utility class to look up for a parser that can deal with a given WFS response and process it.

    This class uses the usual GeoTools SPI (Service Provider Interface) mechanism to find out a WFSResponseFactory for a given WFSResponse. As such, WFSResponseFactory implementation may live outside this plugin as long as they're declared in it's own {code /META-INF/services/org.geotools.data.wfs.protocol.wfs.WFSResponseParserFactory} text file.

    Since:
    2.6
    Author:
    Gabriel Roldan (OpenGeo)