Class Layer

  • All Implemented Interfaces:
    Serializable, LayerInterface

    public class Layer
    extends Object
    implements LayerInterface
    This is an implementation of the LayerInterface that just stores the basic metadata for each layer. The elements to draw are defined by a set of key - value pairs in the Feature. The Map implementation is a LinkedHashMap to enforce a reproducible order. The actual information of the objects in the layer (points, shapes) is contained in the DataSource.

    Copyright (c) 2020-2023 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information DSOL Manual. The DSOL project is distributed under a three-clause BSD-style license, which can be found at DSOL License.

    Author:
    Alexander Verbraeck
    See Also:
    Serialized Form