java.lang.Object
net.anwiba.spatial.osm.overpass.schema.v00_6.Bounds

public class Bounds extends Object
  • Constructor Details

    • Bounds

      public Bounds()
  • Method Details

    • setMinlat

      public void setMinlat(Double minlat)
    • getMinlat

      public Double getMinlat()
    • setMinlon

      public void setMinlon(Double minlon)
    • getMinlon

      public Double getMinlon()
    • setMaxlat

      public void setMaxlat(Double maxlat)
    • getMaxlat

      public Double getMaxlat()
    • setMaxlon

      public void setMaxlon(Double maxlon)
    • getMaxlon

      public Double getMaxlon()