public interface SavePointData extends ModelEntity
Container holding selections and hide features used by result features. When solving, a copy of the model is made - a save point model - which is used in post-processing. The selections and hide features contained by this class refer to the geometry in this copy.
Editing of data in objects of this class may only be done in the following circumstances:
model.selection()
and the hide
features in model.view()
. Changes there will be
synchronized with the data in the class.Modifier and Type | Method and Description |
---|---|
SavePointGeomList |
geom()
Returns containers of selections and hide features on a geometry in
the save point model.
|
SavePointGeom |
geom(java.lang.String tag)
Returns a container of selections and hide features on a geometry in
the save point model.
|
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
SavePointGeomList geom()
SavePointGeom geom(java.lang.String tag)
tag
- The container's tag.