Uses of Class
viewer.base.Layer

Packages that use Layer 
Package Description
viewer.base  
  • Uses of Layer in viewer.base

    Subclasses of Layer in viewer.base 
    Modifier and Type Class Description
    class  DatabaseLayer
    This class represents a layer enabling a database connection
    class  ListLayer
    This class represents a layer that can be displayed in a Map.
    class  TreeLayer
    a layer of a map that organizes the Symbols in a tree to enable fast querying with rectangles
    Methods in viewer.base with parameters of type Layer 
    Modifier and Type Method Description
    void Map.addLayer​(Layer l, int i)
    Adds a new layer to this map.
    void Map.addLayer​(Layer l, int i, boolean fitMapToDisplay)
    Adds a new layer to this map.