de.deepamehta.plugins.geomaps.model
Class GeoCoordinate

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.plugins.geomaps.model.GeoCoordinate

public class GeoCoordinate
extends Object


Field Summary
 double lat
           
 double lon
           
 
Constructor Summary
GeoCoordinate(double lon, double lat)
           
GeoCoordinate(String lonLat)
          Called by JAX-RS container to create a GeoCoordinate from a @QueryParam
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lon

public double lon

lat

public double lat
Constructor Detail

GeoCoordinate

public GeoCoordinate(double lon,
                     double lat)

GeoCoordinate

public GeoCoordinate(String lonLat)
Called by JAX-RS container to create a GeoCoordinate from a @QueryParam

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.