Class DefaultRouteStyle

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultRouteStyle​(java.lang.String name, java.lang.String element)  
    • 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 getName()  
      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

      • DefaultRouteStyle

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

      • 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
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • 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