Class KmlUtil


  • public class KmlUtil
    extends java.lang.Object
    Utility methods for KML
    • Constructor Summary

      Constructors 
      Constructor Description
      KmlUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String substituteProperties​(java.lang.String template, KmlPlacemark placemark)
      Substitute property values in BalloonStyle text template
      • Methods inherited from class java.lang.Object

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

      • KmlUtil

        public KmlUtil()
    • Method Detail

      • substituteProperties

        public static java.lang.String substituteProperties​(java.lang.String template,
                                                            KmlPlacemark placemark)
        Substitute property values in BalloonStyle text template
        Parameters:
        template - text template
        placemark - placemark to get property values from
        Returns:
        string with property values substituted