Uses of Interface
de.hybris.platform.storelocator.GPS
Packages that use GPS
Package
Description
-
Uses of GPS in de.hybris.platform.acceleratorservices.store.impl
Methods in de.hybris.platform.acceleratorservices.store.impl with parameters of type GPSModifier and TypeMethodDescriptionprotected FlexibleSearchQueryAcceleratorPointOfServiceDao.buildQuery(GPS center, double radius, BaseStoreModel baseStore) -
Uses of GPS in de.hybris.platform.basecommerce.backoffice.editor
Methods in de.hybris.platform.basecommerce.backoffice.editor with parameters of type GPSModifier and TypeMethodDescriptionprotected voidGeoCodePosSectionRenderer.desynchronizeView(GPS gps, Date geocodeTimestamp, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected voidGeoCodePosSectionRenderer.updatePointOfService(GPS gps, Date geocodeTimestamp, PointOfServiceModel pos) -
Uses of GPS in de.hybris.platform.chinesestoreservices.map.impl
Methods in de.hybris.platform.chinesestoreservices.map.impl that return GPSModifier and TypeMethodDescriptionBaiduMapsServiceWrapper.geocodeAddress(AddressData address) BaiduMapsServiceWrapper.geocodeAddress(Location location) BaiduMapTools.geocodeAddress(AddressData addressData) geo-codes the given address dataBaiduMapTools.geocodeAddress(Location address) geo-codes the given location -
Uses of GPS in de.hybris.platform.commercefacades.storelocator.impl
Methods in de.hybris.platform.commercefacades.storelocator.impl that return GPSModifier and TypeMethodDescriptionprotected GPSDefaultStoreLocatorFacade.findCenterPosition(List<Map> locations) -
Uses of GPS in de.hybris.platform.commercewebservicestests.storelocator.impl
Methods in de.hybris.platform.commercewebservicestests.storelocator.impl that return GPSModifier and TypeMethodDescriptionMockedGeoServiceWrapper.geocodeAddress(AddressData address) MockedGeoServiceWrapper.geocodeAddress(Location address) Constructor parameters in de.hybris.platform.commercewebservicestests.storelocator.impl with type arguments of type GPS -
Uses of GPS in de.hybris.platform.storelocator
Methods in de.hybris.platform.storelocator that return GPSModifier and TypeMethodDescriptionGPS.create(double latitude, double longitude) Creates IGPS basing on the string DMS(Degrees, Minutes, Second) representations of longitude and latitudeCreates IGPS basing on the decimal longitude and latitudeGeoWebServiceWrapper.geocodeAddress(AddressData address) Translate AddressData to IGPS using 3rd party serviceGeoWebServiceWrapper.geocodeAddress(Location address) Translate IAddress to IGPS using 3rd party serviceMethods in de.hybris.platform.storelocator with parameters of type GPSModifier and TypeMethodDescriptionPointOfServiceDao.getAllGeocodedPOS(GPS center, double radius) return all POS items from the given neighborhoodPointOfServiceDao.getAllGeocodedPOS(GPS center, double radius, BaseStoreModel baseStore) return all POS items from the given neighborhood belonging to given storeGeoWebServiceWrapper.getDistanceAndRoute(GPS start, Location dest) Get distance and route that is between start GPS location and destination address -
Uses of GPS in de.hybris.platform.storelocator.impl
Classes in de.hybris.platform.storelocator.impl that implement GPSMethods in de.hybris.platform.storelocator.impl that return GPSModifier and TypeMethodDescriptionDefaultGPS.create(double latitude, double longitude) CommerceMockGeoWebServiceWrapper.geocodeAddress(AddressData address) CommerceMockGeoWebServiceWrapper.geocodeAddress(Location address) GoogleMapsServiceWrapper.geocodeAddress(AddressData address) GoogleMapsServiceWrapper.geocodeAddress(Location address) GoogleMapTools.geocodeAddress(AddressData addressData) geo-codes the given address dataGoogleMapTools.geocodeAddress(Location address) geo-codes the given location.Methods in de.hybris.platform.storelocator.impl that return types with arguments of type GPSModifier and TypeMethodDescriptionCommerceMockGeoWebServiceWrapper.getCountryIsoGPSLocationMap()GeometryUtils.getSquareOfTolerance(GPS center, double radius) returns list of coordinates locations being the top-left and bottom-right corners of the tolerance squareMethods in de.hybris.platform.storelocator.impl with parameters of type GPSModifier and TypeMethodDescriptionprotected FlexibleSearchQueryDefaultPointOfServiceDao.buildQuery(GPS center, double radius) protected FlexibleSearchQueryDefaultPointOfServiceDao.buildQuery(GPS center, double radius, BaseStoreModel baseStore) DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center, double radius) DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center, double radius, BaseStoreModel baseStore) CommerceMockGeoWebServiceWrapper.getDistanceAndRoute(GPS start, Location destination) GoogleMapsServiceWrapper.getDistanceAndRoute(GPS start, Location destination) GoogleMapTools.getDistanceAndRoute(GPS start, GPS destination) creates Distance and Route for the given start/destination GPSstatic doubleGeometryUtils.getElipticalDistanceKM(GPS gpsFrom, GPS gpsTo) Returns Elliptical distance between two gps coordinatesGeometryUtils.getSquareOfTolerance(GPS center, double radius) returns list of coordinates locations being the top-left and bottom-right corners of the tolerance squareprotected static org.gavaghan.geodesy.GlobalCoordinatesGeometryUtils.igps2GlobalCoordinates(GPS igps) static booleanGeometryUtils.isPointInEurope(GPS point) Method parameters in de.hybris.platform.storelocator.impl with type arguments of type GPSModifier and TypeMethodDescriptionvoidCommerceMockGeoWebServiceWrapper.setCountryIsoGPSLocationMap(Map<String, GPS> countryIsoGPSLocationMap) -
Uses of GPS in de.hybris.platform.storelocator.location
Methods in de.hybris.platform.storelocator.location that return GPSModifier and TypeMethodDescriptionLocation.getGPS()Getting the geographic coordinates of the IAddressMethods in de.hybris.platform.storelocator.location with parameters of type GPSModifier and TypeMethodDescriptionLocationService.getLocationsForPoint(GPS gps, int limitLocationsCount, BaseStoreModel baseStore) Method returns the nearest locations (points of interest) to the given coordinates, in the number adequate to user definition.LocationService.getLocationsNearby(GPS gps, double distance) Get all known addresses which are located in the circle centered in the given gps location and a given radiusLocationService.getLocationsNearby(GPS gps, double distance, BaseStoreModel baseStore) Get all known addresses which are located in the circle centered in the given gps location and a given radius, which belong to a given storeLocationMapService.getMapOfLocations(GPS gps, int limitLocationsCount, BaseStoreModel baseStore) Calculating Map, basing on number of points of interest defined by user and proper radius.LocationService.getSortedLocationsNearby(GPS gps, double distance, BaseStoreModel baseStore) Returns list of sortedDistanceAwareLocations. -
Uses of GPS in de.hybris.platform.storelocator.location.impl
Methods in de.hybris.platform.storelocator.location.impl that return GPSModifier and TypeMethodDescriptionprotected GPSDefaultLocationMapService.calculateGPS(String town, String postalCode, String countryCode) Method for calculating GPS coordinates based on address.AbstractAddress.getGps()DistanceUnawareLocation.getGPS()LocationDtoWrapper.getGPS()Methods in de.hybris.platform.storelocator.location.impl with parameters of type GPSModifier and TypeMethodDescriptionprotected doubleDefaultLocationService.calculateDistance(GPS referenceGps, PointOfServiceModel posModel) DefaultLocationService.getLocationsForPoint(GPS gps, int limitLocationsCount, BaseStoreModel baseStore) DefaultLocationService.getLocationsNearby(GPS gps, double distance) DefaultLocationService.getLocationsNearby(GPS gps, double distance, BaseStoreModel baseStore) DefaultLocationMapService.getMapOfLocations(GPS gps, int limitLocationsCount, BaseStoreModel baseStore) Calculating Map, basing on number of points of interest defined by user and proper radius.DefaultLocationService.getSortedLocationsNearby(GPS gps, double distance, BaseStoreModel baseStore) voidConstructors in de.hybris.platform.storelocator.location.impl with parameters of type GPS -
Uses of GPS in de.hybris.platform.storelocator.map
Methods in de.hybris.platform.storelocator.map that return GPSModifier and TypeMethodDescriptionMap.getGps()get the IGPS representing the map's central point.Methods in de.hybris.platform.storelocator.map with parameters of type GPS -
Uses of GPS in de.hybris.platform.storelocator.map.impl
Methods in de.hybris.platform.storelocator.map.impl that return GPSModifier and TypeMethodDescriptionprotected GPSDefaultMapService.determineNorthEastCorner(GPS northEast, Location location) Determine north east corner for given southWest corner and location.protected GPSDefaultMapService.determineSouthWestCorner(GPS southWest, Location location) Determine south west corner for given southWest corner and location.DefaultMap.getGps()Methods in de.hybris.platform.storelocator.map.impl with parameters of type GPSModifier and TypeMethodDescriptionstatic DefaultMapstatic DefaultMapstatic DefaultMapDefaultMap.create(GPS center, double radius, String title, List<Location> poi, DistanceAndRoute route) protected GPSDefaultMapService.determineNorthEastCorner(GPS northEast, Location location) Determine north east corner for given southWest corner and location.protected GPSDefaultMapService.determineSouthWestCorner(GPS southWest, Location location) Determine south west corner for given southWest corner and location.DefaultMapService.getMap(GPS center, double radius, List<Location> poi, String title, Location routeTo) protected MapBoundsDefaultMapService.recalculateBoundsAgainstMapCenter(GPS southWest, GPS northEast, GPS centerPosition) Recalculate map corners against map center.Constructors in de.hybris.platform.storelocator.map.impl with parameters of type GPSModifierConstructorDescriptionDefaultMap(GPS gps, double radius, List<Location> pois, DistanceAndRoute route, String title, KmlDocument kml) -
Uses of GPS in de.hybris.platform.storelocator.map.markers
Methods in de.hybris.platform.storelocator.map.markers that return GPS -
Uses of GPS in de.hybris.platform.storelocator.map.markers.impl
Methods in de.hybris.platform.storelocator.map.markers.impl that return GPSConstructors in de.hybris.platform.storelocator.map.markers.impl with parameters of type GPSModifierConstructorDescriptionDefaultKmlDocument(GPS center, List<Location> pois) DefaultKmlDocument(GPS center, List<Location> pois, DistanceAndRoute route) DefaultKmlGps(GPS gps) -
Uses of GPS in de.hybris.platform.storelocator.map.utils
Methods in de.hybris.platform.storelocator.map.utils that return GPSConstructors in de.hybris.platform.storelocator.map.utils with parameters of type GPS -
Uses of GPS in de.hybris.platform.storelocator.route
Methods in de.hybris.platform.storelocator.route that return GPSMethods in de.hybris.platform.storelocator.route with parameters of type GPSModifier and TypeMethodDescriptionRouteService.getDistanceAndRoute(GPS start, Location dest) GeolocationDirectionsUrlBuilder.getWebServiceUrl(String baseUrl, GPS start, GPS destination, Map params) Builds url for web service serving directions from start coordinates to destination coordinates. -
Uses of GPS in de.hybris.platform.storelocator.route.impl
Methods in de.hybris.platform.storelocator.route.impl that return GPSMethods in de.hybris.platform.storelocator.route.impl with parameters of type GPSModifier and TypeMethodDescriptionprotected StringDefaultGeolocationDirectionsUrlBuilder.formatCoordinates(GPS coordinates) DefaultRouteService.getDistanceAndRoute(GPS start, Location dest) DefaultGeolocationDirectionsUrlBuilder.getWebServiceUrl(String baseUrl, GPS start, GPS destination, Map params) Constructors in de.hybris.platform.storelocator.route.impl with parameters of type GPS -
Uses of GPS in de.hybris.platform.ycommercewebservicestest.storelocator.impl
Methods in de.hybris.platform.ycommercewebservicestest.storelocator.impl that return GPSModifier and TypeMethodDescriptionMockedGeoServiceWrapper.geocodeAddress(AddressData address) MockedGeoServiceWrapper.geocodeAddress(Location address) Constructor parameters in de.hybris.platform.ycommercewebservicestest.storelocator.impl with type arguments of type GPS