Class KMLUpdate

    • Field Detail

      • updatesApplied

        protected boolean updatesApplied
    • Constructor Detail

      • KMLUpdate

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

      • doAddEventContent

        protected void doAddEventContent​(java.lang.Object o,
                                         XMLEventParserContext ctx,
                                         javax.xml.stream.events.XMLEvent event,
                                         java.lang.Object... args)
                                  throws javax.xml.stream.XMLStreamException
        Overrides:
        doAddEventContent in class AbstractXMLEventParser
        Throws:
        javax.xml.stream.XMLStreamException
      • getTargetHref

        public java.lang.String getTargetHref()
      • addChange

        protected void addChange​(KMLChange o)
      • addCreate

        protected void addCreate​(KMLCreate o)
      • addDelete

        protected void addDelete​(KMLDelete o)
      • isUpdatesApplied

        public boolean isUpdatesApplied()
      • applyOperations

        public void applyOperations()