public class KMLUpdate extends KMLAbstractObject
| Modifier and Type | Field and Description |
|---|---|
protected List<KMLUpdateOperation> |
operations |
protected boolean |
updatesApplied |
MSG_BOX_CHANGED, MSG_GEOMETRY_CHANGED, MSG_LINK_CHANGED, MSG_STYLE_CHANGED, MSG_TIME_CHANGED, MSG_VIEW_CHANGEDCHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
KMLUpdate(String namespaceURI)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChange(KMLChange o) |
protected void |
addCreate(KMLCreate o) |
protected void |
addDelete(KMLDelete o) |
void |
applyOperations() |
protected void |
doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
String |
getTargetHref() |
boolean |
isUpdatesApplied() |
applyChange, getId, getRoot, getTargetId, onChange, onMessageallocate, doAddCharacters, doAddEventAttribute, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParentprotected List<KMLUpdateOperation> operations
protected boolean updatesApplied
public KMLUpdate(String namespaceURI)
namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.protected void addChange(KMLChange o)
protected void addCreate(KMLCreate o)
protected void addDelete(KMLDelete o)
public void applyOperations()
protected void doAddEventContent(Object o, XMLEventParserContext ctx, XMLEvent event, Object... args) throws XMLStreamException
doAddEventContent in class AbstractXMLEventParserXMLStreamExceptionpublic String getTargetHref()
public boolean isUpdatesApplied()