Uses of Class
com.shephertz.app42.paas.sdk.jme.geo.Geo

Packages that use Geo
com.shephertz.app42.paas.sdk.jme.geo   
 

Uses of Geo in com.shephertz.app42.paas.sdk.jme.geo
 

Methods in com.shephertz.app42.paas.sdk.jme.geo that return Geo
 Geo GeoResponseBuilder.buildResponse(java.lang.String json)
          Converts the response in JSON format to the value object i.e Geo
 Geo GeoService.createGeoPoints(java.lang.String geoStorageName, java.util.Vector geoPointsList)
          Stores the geo points with unique handler on the cloud.
 Geo GeoService.getAllPoints(java.lang.String storageName)
          Get All Point from storage.
 Geo GeoService.getNearByPoint(java.lang.String storageName, java.lang.Double lat, java.lang.Double lng, int resultLimit)
          Search the near by point from specified source point.
 Geo GeoService.getNearByPointsByMaxDistance(java.lang.String storageName, java.lang.Double lat, java.lang.Double lng, java.lang.Double distanceInKM)
          Search the near by point in given range(In KM) from specified source point.
 Geo GeoService.getPointsWithInCircle(java.lang.String storageName, java.lang.Double lat, java.lang.Double lng, java.lang.Double radiusInKM, int resultLimit)
          Search the near by point from specified source point with in specified radius.