Class BoundsType

java.lang.Object
org.bremersee.gpx.model.BoundsType
All Implemented Interfaces:
Serializable

public class BoundsType extends Object implements Serializable
Two lat/lon pairs defining the extent of an element.

Java class for boundsType complex type.

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


 <complexType name="boundsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="minlat" use="required" type="{http://www.topografix.com/GPX/1/1}latitudeType" />
       <attribute name="minlon" use="required" type="{http://www.topografix.com/GPX/1/1}longitudeType" />
       <attribute name="maxlat" use="required" type="{http://www.topografix.com/GPX/1/1}latitudeType" />
       <attribute name="maxlon" use="required" type="{http://www.topografix.com/GPX/1/1}longitudeType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • BoundsType

      public BoundsType()
  • Method Details

    • getMinlat

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

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

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

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

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

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

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

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