Uses of Class
de.deepamehta.plugins.geomaps.model.GeoCoordinate

Packages that use GeoCoordinate
de.deepamehta.plugins.geomaps   
de.deepamehta.plugins.geomaps.service   
 

Uses of GeoCoordinate in de.deepamehta.plugins.geomaps
 

Methods in de.deepamehta.plugins.geomaps that return GeoCoordinate
(package private)  GeoCoordinate GeomapsPlugin.Address.geocode()
           
 GeoCoordinate GeomapsPlugin.geoCoordinate(Topic geoCoordTopic)
           
 GeoCoordinate GeomapsPlugin.getGeoCoordinate(Topic geoTopic)
           
 

Methods in de.deepamehta.plugins.geomaps with parameters of type GeoCoordinate
 double GeomapsPlugin.getDistance(GeoCoordinate coord1, GeoCoordinate coord2)
           
private  void GeomapsPlugin.storeGeoCoordinate(Topic address, GeoCoordinate geoCoord)
          Stores a geo coordinate for an address topic in the DB.
 

Uses of GeoCoordinate in de.deepamehta.plugins.geomaps.service
 

Methods in de.deepamehta.plugins.geomaps.service that return GeoCoordinate
 GeoCoordinate GeomapsService.geoCoordinate(Topic geoCoordTopic)
          Returns the geo coordinate encoded in a Geo Coordinate topic.
 GeoCoordinate GeomapsService.getGeoCoordinate(Topic geoTopic)
          Returns the geo coordinate of a geo-facetted topic (e.g.
 

Methods in de.deepamehta.plugins.geomaps.service with parameters of type GeoCoordinate
 double GeomapsService.getDistance(GeoCoordinate coord1, GeoCoordinate coord2)
          Calculates the distance between 2 geo coordinates in kilometer.
 



Copyright © 2014. All Rights Reserved.