Class KMLParser


  • public class KMLParser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.xml.sax.XMLReader xmlReader  
    • Constructor Summary

      Constructors 
      Constructor Description
      KMLParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<KMLObject> processKMLFile​(java.lang.String path)
      Parse the kml and populate the
      void setQueryNamePath​(java.util.Map<java.lang.String,​java.lang.String> input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • xmlReader

        protected org.xml.sax.XMLReader xmlReader
    • Constructor Detail

      • KMLParser

        public KMLParser()
    • Method Detail

      • setQueryNamePath

        public void setQueryNamePath​(java.util.Map<java.lang.String,​java.lang.String> input)