コード例 #1
0
        protected static RequestHandler fetchResultsViaXMLReader(List <string> xml, ParseRequest features, OSMGeometryType typeOfFeature)
        {
            var results = new RequestHandler(xml, features, OSMGeometryType.Node, reportProgress, "Test");

            ParseViaXMLReader.FindItemsByTag(ref results, typeOfFeature, true);
            return(results);
        }
コード例 #2
0
 // Parse the XML to extract component specific results
 public void ExtractCoordsForComponentType()
 {
     ParseViaXMLReader.FindItemsByTag(ref this.result, this.WorkerType());
 }