Class KMLReader


  • class KMLReader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String filename  
    • Constructor Summary

      Constructors 
      Constructor Description
      KMLReader​(java.lang.String filename)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void read()  
      • Methods inherited from class java.lang.Object

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

      • filename

        private java.lang.String filename
    • Constructor Detail

      • KMLReader

        public KMLReader​(java.lang.String filename)
    • Method Detail

      • read

        public void read()
                  throws java.io.IOException,
                         org.xml.sax.SAXException
        Throws:
        java.io.IOException
        org.xml.sax.SAXException