Class KMLAbstractObject

    • Constructor Detail

      • KMLAbstractObject

        protected KMLAbstractObject()
      • KMLAbstractObject

        protected KMLAbstractObject​(java.lang.String namespaceURI)
        Construct an instance.
        Parameters:
        namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns the id of this object, if any.
        Returns:
        the id of this object, or null if it's not specified in the element.
      • getTargetId

        public java.lang.String getTargetId()
        Returns the target-id of this object, if any.
        Returns:
        the targetId of this object, or null if it's not specified in the element.
      • onMessage

        public void onMessage​(Message msg)
        Description copied from interface: MessageListener
        Invoked when a message is received.
        Specified by:
        onMessage in interface MessageListener
        Parameters:
        msg - The message that was received.
      • onChange

        public void onChange​(Message msg)