public class ApiTransientLocation
extends java.lang.Object
Note: this class marked as @XmlTransient so that ApiLocations are not part of the domain model. This means that can't instantiate as an element. The reason doing this is so that the subclass can set propOrder for all elements in the subclass, including lat & lon. Explanation of this is in http://blog.bdoughan.com/2011/06/ignoring-inheritance-with-xmltransient.html
Constructor and Description |
---|
ApiTransientLocation(double lat,
double lon) |