Package com.luciad.format.kml22.model.update
package com.luciad.format.kml22.model.update
This package contains classes modeling all update instructions contained in KML files. KML supports three types of updates:
- Creation of new objects (done via
TLcdKML22Create
) - Deletion of existing objects (done via
TLcdKML22Delete
) - Change of existing objects (done via
TLcdKML22Change
)
TLcdKML22DynamicModel
.
- Since:
- 10.0
-
ClassDescriptionDomain class modeling the KML ChangeType type.Domain class modeling the KML CreateType type.Domain class modeling the KML DeleteType type.Domain class modeling the KML NetworkLinkControlType type.Domain class modeling the KML UpdateType type.