public class CzmlClientEntitySet extends Object
CzmlDocuments
.Constructor and Description |
---|
CzmlClientEntitySet()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
CzmlUpdateDocument |
add(CzmlDocument document)
Add the entities described by a
CzmlDocument to the current set. |
@Nonnull public final CzmlUpdateDocument add(@Nonnull CzmlDocument document)
CzmlDocument
to the current set.document
- The document to add.CzmlUpdateDocument
containing only the changes between the previous
state and the state after processing the given document.