Package org.geonames

Class BoundingBox


  • public class BoundingBox
    extends Object
    Since:
    15.08.2012
    Author:
    Marc Wick
    • Constructor Detail

      • BoundingBox

        public BoundingBox​(double west,
                           double east,
                           double south,
                           double north)
    • Method Detail

      • getWest

        public double getWest()
        Returns:
        the west
      • setWest

        public void setWest​(double west)
        Parameters:
        west - the west to set
      • getEast

        public double getEast()
        Returns:
        the east
      • setEast

        public void setEast​(double east)
        Parameters:
        east - the east to set
      • getSouth

        public double getSouth()
        Returns:
        the south
      • setSouth

        public void setSouth​(double south)
        Parameters:
        south - the south to set
      • getNorth

        public double getNorth()
        Returns:
        the north
      • setNorth

        public void setNorth​(double north)
        Parameters:
        north - the north to set