java.lang.Object
org.locationtech.jtstest.testbuilder.model.LayerList

public class LayerList extends Object
  • Field Details

  • Constructor Details

    • LayerList

      public LayerList()
  • Method Details

    • createFixed

      public static LayerList createFixed()
    • create

      public static LayerList create(LayerList l1, LayerList l2, LayerList l3)
    • 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)
    • copy

      public Layer copy(Layer focusLayer)
    • 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)