Package org.bremersee.gpx.model
Class BoundsType
java.lang.Object
org.bremersee.gpx.model.BoundsType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maxlat property.Gets the value of the maxlon property.Gets the value of the minlat property.Gets the value of the minlon property.voidsetMaxlat(BigDecimal value) Sets the value of the maxlat property.voidsetMaxlon(BigDecimal value) Sets the value of the maxlon property.voidsetMinlat(BigDecimal value) Sets the value of the minlat property.voidsetMinlon(BigDecimal value) Sets the value of the minlon property.
-
Field Details
-
minlat
-
minlon
-
maxlat
-
maxlon
-
-
Constructor Details
-
BoundsType
public BoundsType()
-
-
Method Details
-
getMinlat
Gets the value of the minlat property.- Returns:
- possible object is
BigDecimal
-
setMinlat
Sets the value of the minlat property.- Parameters:
value- allowed object isBigDecimal
-
getMinlon
Gets the value of the minlon property.- Returns:
- possible object is
BigDecimal
-
setMinlon
Sets the value of the minlon property.- Parameters:
value- allowed object isBigDecimal
-
getMaxlat
Gets the value of the maxlat property.- Returns:
- possible object is
BigDecimal
-
setMaxlat
Sets the value of the maxlat property.- Parameters:
value- allowed object isBigDecimal
-
getMaxlon
Gets the value of the maxlon property.- Returns:
- possible object is
BigDecimal
-
setMaxlon
Sets the value of the maxlon property.- Parameters:
value- allowed object isBigDecimal
-