Package 

Class KmlUtil


  • 
    public class KmlUtil
    
                        

    Utility methods for KML

    • Method Summary

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

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

      • substituteProperties

         static String substituteProperties(String template, KmlPlacemark placemark)

        Substitute property values in BalloonStyle text template

        Parameters:
        template - text template
        placemark - placemark to get property values from