Class DefaultIconStyle

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultIconStyle​(java.lang.String name, java.lang.String iconHref)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBeginning()
      Returns markup beginnig of this element
      java.lang.String getElement()
      Returns markup KML representation of this element
      java.lang.String getEnding()
      Returns markup ending of this element
      java.lang.String getIconHref()
      Returns real url of the icon
      java.lang.String getPlacemarkInjectionElement()
      Returns identifier String that needs to be injected in the placemark.
      • Methods inherited from class java.lang.Object

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

      • DefaultIconStyle

        public DefaultIconStyle​(java.lang.String name,
                                java.lang.String iconHref)
        Parameters:
        name -
        iconHref -
    • Method Detail

      • getIconHref

        public java.lang.String getIconHref()
        Description copied from interface: KmlIconStyle
        Returns real url of the icon
        Specified by:
        getIconHref in interface KmlIconStyle
        Returns:
        String
      • getPlacemarkInjectionElement

        public java.lang.String getPlacemarkInjectionElement()
        Description copied from interface: KmlStyle
        Returns identifier String that needs to be injected in the placemark.
        Specified by:
        getPlacemarkInjectionElement in interface KmlStyle
        Returns:
        String
      • getBeginning

        public java.lang.String getBeginning()
        Description copied from interface: KmlElement
        Returns markup beginnig of this element
        Specified by:
        getBeginning in interface KmlElement
        Returns:
        String
      • getElement

        public java.lang.String getElement()
        Description copied from interface: KmlElement
        Returns markup KML representation of this element
        Specified by:
        getElement in interface KmlElement
        Returns:
        String
      • getEnding

        public java.lang.String getEnding()
        Description copied from interface: KmlElement
        Returns markup ending of this element
        Specified by:
        getEnding in interface KmlElement
        Returns:
        String