does Arcgis .net runtime include any classes to load data from WFS and display it as a layer? I have been reading documentation and cannot find any WFS support. FeatureLayer seems to work only with arcgis servers.
My current solution: Request Geoserver -> parse gml -> display it as GraphisLayer filled with SimpleMarkerSymbol. I dont think its optimal, is there any better way of doing this?
Thanks for info.