public class Coordinate extends LfmEntity implements Serializable
| Constructor and Description |
|---|
Coordinate(Element element)
Create a Coordinate from an XML Element.
|
| Modifier and Type | Method and Description |
|---|---|
Float |
getLatitude() |
Float |
getLongitude() |
Float |
lat() |
Float |
lon() |
void |
setLatitude(Float latitude) |
void |
setLongitude(Float longitude) |
public Coordinate(Element element)
element - The XML Element to create the Coordinate from.Copyright © 2012. All Rights Reserved.