Class KmlBoolean


  • public class KmlBoolean
    extends java.lang.Object
    Utility class to help parse Kml boolean entities.
    • Constructor Summary

      Constructors 
      Constructor Description
      KmlBoolean()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean parseBoolean​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KmlBoolean

        public KmlBoolean()
    • Method Detail

      • parseBoolean

        public static boolean parseBoolean​(java.lang.String text)