Class Description
Layers are typically used for grouping diagram objects according to themes and scales. Themes are used to display or hide certain information (e.g., lakes, borders), while scales are used for hiding or displaying information depending on the current zoom level (hide text when it is too small to be read, or when it exceeds the screen size). This is also called de-cluttering.
CIM based graphics exchange supports an m:n relationship between diagram objects and layers. The importing system shall convert an m:n case into an appropriate 1:n representation if the importing system does not support m:n.
Attributes
Name | Type | Description |
---|---|---|
drawingOrder | Integer | The drawing order for this layer. The higher the number, the later the layer and the objects within it are rendered. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
DiagramObject | 0..* | VisibilityLayer | 0..* | VisibleObjects | A visibility layer can contain one or more diagram objects. | VisibilityLayers | A diagram object can be part of multiple visibility layers. |