WFS handling class, for use as a featureClass on the WFS layer for handling ‘point’ WFS types. Good for subclassing when creating a custom WFS like XML application.
Create a WFS feature.
destroy: function()
nullify references to prevent circular references and memory leaks
processXMLNode: function(xmlNode)
When passed an xmlNode, parses it for a GML point, and passes back an object describing that point.
For subclasses of Feature.WFS, this is the feature to change.
{Object} Data Object with ‘id’, ‘lonlat’, and private properties set