Class Bounds

java.lang.Object
org.openstreetmap.osm.Bounds

public class Bounds extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="minlat" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="minlon" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="maxlat" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="maxlon" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • minlat

      protected Double minlat
    • minlon

      protected Double minlon
    • maxlat

      protected Double maxlat
    • maxlon

      protected Double maxlon
  • Constructor Details

    • Bounds

      public Bounds()
  • Method Details

    • getMinlat

      public Double getMinlat()
      Gets the value of the minlat property.
      Returns:
      possible object is Double
    • setMinlat

      public void setMinlat(Double value)
      Sets the value of the minlat property.
      Parameters:
      value - allowed object is Double
    • getMinlon

      public Double getMinlon()
      Gets the value of the minlon property.
      Returns:
      possible object is Double
    • setMinlon

      public void setMinlon(Double value)
      Sets the value of the minlon property.
      Parameters:
      value - allowed object is Double
    • getMaxlat

      public Double getMaxlat()
      Gets the value of the maxlat property.
      Returns:
      possible object is Double
    • setMaxlat

      public void setMaxlat(Double value)
      Sets the value of the maxlat property.
      Parameters:
      value - allowed object is Double
    • getMaxlon

      public Double getMaxlon()
      Gets the value of the maxlon property.
      Returns:
      possible object is Double
    • setMaxlon

      public void setMaxlon(Double value)
      Sets the value of the maxlon property.
      Parameters:
      value - allowed object is Double