Class JoinAreasAction.Multipolygon

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<Way> innerWays  
      private Way outerWay  
    • Constructor Summary

      Constructors 
      Constructor Description
      Multipolygon​(Way way)
      Constructs a new Multipolygon.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Way> getInnerWays()
      Returns the inner ways.
      Way getOuterWay()
      Returns the outer way.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Multipolygon

        public Multipolygon​(Way way)
        Constructs a new Multipolygon.
        Parameters:
        way - outer way
    • Method Detail

      • getOuterWay

        public final Way getOuterWay()
        Returns the outer way.
        Returns:
        the outer way
      • getInnerWays

        public final java.util.List<WaygetInnerWays()
        Returns the inner ways.
        Returns:
        the inner ways