Class LayerList


  • public class LayerList
    extends Object
    • Constructor Detail

      • LayerList

        public LayerList()
    • Method Detail

      • createFixed

        public static LayerList createFixed()
      • size

        public int size()
      • getLayer

        public Layer getLayer​(int i)
      • getComponent

        public Geometry getComponent​(Coordinate pt,
                                     double tolerance)
        Parameters:
        pt -
        tolerance -
        Returns:
        component found, or null
      • getComponents

        public Geometry[] getComponents​(Geometry aoi,
                                        boolean isSegments)
      • remove

        public void remove​(Layer lyr)
      • contains

        public boolean contains​(Layer lyr)
      • isTop

        public boolean isTop​(Layer lyr)
      • isBottom

        public boolean isBottom​(Layer lyr)
      • addTop

        public void addTop​(Layer lyr)
      • addBottom

        public void addBottom​(Layer lyr)
      • add

        public void add​(LayerList lyrList)
      • moveUp

        public void moveUp​(Layer lyr)
      • moveDown

        public void moveDown​(Layer lyr)