public class Wgs84Coordinate extends Object
Java class for Wgs84Coordinate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Wgs84Coordinate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="latitude">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="-90.0"/>
<maxInclusive value="90.0"/>
</restriction>
</simpleType>
</element>
<element name="longitude">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="-180.0"/>
<maxInclusive value="180.0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
latitude |
protected Double |
longitude |
| Constructor and Description |
|---|
Wgs84Coordinate() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getLatitude()
Gets the value of the latitude property.
|
Double |
getLongitude()
Gets the value of the longitude property.
|
void |
setLatitude(Double value)
Sets the value of the latitude property.
|
void |
setLongitude(Double value)
Sets the value of the longitude property.
|
public Double getLatitude()
Stringpublic void setLatitude(Double value)
value - allowed object is
Stringpublic Double getLongitude()
StringCopyright © 2014 OpenEstate. All rights reserved.