Package org.openstreetmap.osm
Class Bounds
java.lang.Object
org.openstreetmap.osm.Bounds
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 Summary
Fields -
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.voidSets the value of the maxlat property.voidSets the value of the maxlon property.voidSets the value of the minlat property.voidSets the value of the minlon property.
-
Field Details
-
minlat
-
minlon
-
maxlat
-
maxlon
-
-
Constructor Details
-
Bounds
public Bounds()
-
-
Method Details
-
getMinlat
Gets the value of the minlat property.- Returns:
- possible object is
Double
-
setMinlat
Sets the value of the minlat property.- Parameters:
value- allowed object isDouble
-
getMinlon
Gets the value of the minlon property.- Returns:
- possible object is
Double
-
setMinlon
Sets the value of the minlon property.- Parameters:
value- allowed object isDouble
-
getMaxlat
Gets the value of the maxlat property.- Returns:
- possible object is
Double
-
setMaxlat
Sets the value of the maxlat property.- Parameters:
value- allowed object isDouble
-
getMaxlon
Gets the value of the maxlon property.- Returns:
- possible object is
Double
-
setMaxlon
Sets the value of the maxlon property.- Parameters:
value- allowed object isDouble
-