Class LayerList


  • public class LayerList
    extends java.lang.Object
    • Constructor Detail

      • LayerList

        public LayerList()
    • Method Detail

      • 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
      • extractLocationGeometry

        private java.util.List extractLocationGeometry​(java.util.List locs)