LayerContainerCollection class
A collection of layers. The id of the layer is defined by the node/way property in the mapfile. Since only 4 bits are reserved the layer can be max. 0-15.
Constructors
- LayerContainerCollection(int maxLevels)
Properties
- clashingInfoCollection → RenderInfoCollection
-
no setter
- drawings → RenderInfoCollection
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- labels → RenderInfoCollection
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getLayer(
int layer) → LayerContainer -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reduce(
) → void - The containers will be reduces to simplify the rendering.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- MAX_DRAWING_LAYERS ↔ int
-
getter/setter pair