Class DefaultKmlGps

  • All Implemented Interfaces:
    KmlElement, KmlGps

    public class DefaultKmlGps
    extends java.lang.Object
    implements KmlGps
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultKmlGps​(GPS gps)  
    • 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
      GPS getGps()
      Returns gps location
      • Methods inherited from class java.lang.Object

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

      • DefaultKmlGps

        public DefaultKmlGps​(GPS gps)
        Parameters:
        gps -
    • Method Detail

      • getGps

        public GPS getGps()
        Description copied from interface: KmlGps
        Returns gps location
        Specified by:
        getGps in interface KmlGps
        Returns:
        GPS
      • 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