| Modifier and Type | Method and Description |
|---|---|
protected FlexibleSearchQuery |
AcceleratorPointOfServiceDao.buildQuery(GPS center,
double radius,
BaseStoreModel baseStore) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeoCodePosSectionRenderer.desynchronizeView(GPS gps,
java.util.Date geocodeTimestamp,
WidgetInstanceManager widgetInstanceManager) |
protected void |
GeoCodePosSectionRenderer.updatePointOfService(GPS gps,
java.util.Date geocodeTimestamp,
PointOfServiceModel pos) |
| Modifier and Type | Method and Description |
|---|---|
GPS |
BaiduMapTools.geocodeAddress(AddressData addressData)
geo-codes the given address data
|
GPS |
BaiduMapsServiceWrapper.geocodeAddress(AddressData address) |
GPS |
BaiduMapTools.geocodeAddress(Location address)
geo-codes the given location
|
GPS |
BaiduMapsServiceWrapper.geocodeAddress(Location location) |
| Modifier and Type | Method and Description |
|---|---|
protected GPS |
DefaultStoreLocatorFacade.findCenterPosition(java.util.List<Map> locations) |
| Modifier and Type | Method and Description |
|---|---|
GPS |
GPS.create(double latitude,
double longitude)
Creates IGPS basing on the string DMS(Degrees, Minutes, Second) representations of longitude and latitude
|
GPS |
GPS.create(java.lang.String latitude,
java.lang.String longitude)
Creates IGPS basing on the decimal longitude and latitude
|
GPS |
GeoWebServiceWrapper.geocodeAddress(AddressData address)
Translate AddressData to IGPS using 3rd party service
|
GPS |
GeoWebServiceWrapper.geocodeAddress(Location address)
Translate IAddress to IGPS using 3rd party service
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PointOfServiceModel> |
PointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius)
return all POS items from the given neighborhood
|
java.util.Collection<PointOfServiceModel> |
PointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius,
BaseStoreModel baseStore)
return all POS items from the given neighborhood belonging to given store
|
DistanceAndRoute |
GeoWebServiceWrapper.getDistanceAndRoute(GPS start,
Location dest)
Get distance and route that is between start GPS location and destination address
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGPS |
| Modifier and Type | Method and Description |
|---|---|
GPS |
DefaultGPS.create(double latitude,
double longitude) |
GPS |
DefaultGPS.create(java.lang.String latitude,
java.lang.String longitude) |
GPS |
CommerceMockGeoWebServiceWrapper.geocodeAddress(AddressData address) |
GPS |
GoogleMapsServiceWrapper.geocodeAddress(AddressData address) |
GPS |
GoogleMapTools.geocodeAddress(AddressData addressData)
geo-codes the given address data
|
GPS |
CommerceMockGeoWebServiceWrapper.geocodeAddress(Location address) |
GPS |
GoogleMapsServiceWrapper.geocodeAddress(Location address) |
GPS |
GoogleMapTools.geocodeAddress(Location address)
geo-codes the given location.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,GPS> |
CommerceMockGeoWebServiceWrapper.getCountryIsoGPSLocationMap() |
static java.util.List<GPS> |
GeometryUtils.getSquareOfTolerance(GPS center,
double radius)
returns list of coordinates locations being the top-left and bottom-right corners of the tolerance square
|
| Modifier and Type | Method and Description |
|---|---|
protected FlexibleSearchQuery |
DefaultPointOfServiceDao.buildQuery(GPS center,
double radius) |
protected FlexibleSearchQuery |
DefaultPointOfServiceDao.buildQuery(GPS center,
double radius,
BaseStoreModel baseStore) |
java.util.Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius) |
java.util.Collection<PointOfServiceModel> |
DefaultPointOfServiceDao.getAllGeocodedPOS(GPS center,
double radius,
BaseStoreModel baseStore) |
RouteData |
GoogleMapTools.getDistanceAndRoute(GPS start,
GPS destination)
creates Distance and Route for the given start/destination GPS
|
DistanceAndRoute |
CommerceMockGeoWebServiceWrapper.getDistanceAndRoute(GPS start,
Location destination) |
DistanceAndRoute |
GoogleMapsServiceWrapper.getDistanceAndRoute(GPS start,
Location destination) |
static double |
GeometryUtils.getElipticalDistanceKM(GPS gpsFrom,
GPS gpsTo)
Returns Elliptical distance between two gps coordinates
|
static java.util.List<GPS> |
GeometryUtils.getSquareOfTolerance(GPS center,
double radius)
returns list of coordinates locations being the top-left and bottom-right corners of the tolerance square
|
protected static GlobalCoordinates |
GeometryUtils.igps2GlobalCoordinates(GPS igps) |
static boolean |
GeometryUtils.isPointInEurope(GPS point) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceMockGeoWebServiceWrapper.setCountryIsoGPSLocationMap(java.util.Map<java.lang.String,GPS> countryIsoGPSLocationMap) |
| Modifier and Type | Method and Description |
|---|---|
GPS |
Location.getGPS()
Getting the geographic coordinates of the IAddress
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
LocationService.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.
|
java.util.List<T> |
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 radius
|
java.util.List<T> |
LocationService.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 store
|
Map |
LocationMapService.getMapOfLocations(GPS gps,
int limitLocationsCount,
BaseStoreModel baseStore)
Calculating Map, basing on number of points of interest defined by user and proper radius.
|
java.util.List<T> |
LocationService.getSortedLocationsNearby(GPS gps,
double distance,
BaseStoreModel baseStore)
Returns list of sorted
DistanceAwareLocations. |
| Modifier and Type | Method and Description |
|---|---|
protected GPS |
DefaultLocationMapService.calculateGPS(java.lang.String town,
java.lang.String postalCode,
java.lang.String countryCode)
Method for calculating GPS coordinates based on address.
|
GPS |
AbstractAddress.getGps() |
GPS |
LocationDtoWrapper.getGPS() |
GPS |
DistanceUnawareLocation.getGPS() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
DefaultLocationService.calculateDistance(GPS referenceGps,
PointOfServiceModel posModel) |
java.util.List<Location> |
DefaultLocationService.getLocationsForPoint(GPS gps,
int limitLocationsCount,
BaseStoreModel baseStore) |
java.util.List<Location> |
DefaultLocationService.getLocationsNearby(GPS gps,
double distance) |
java.util.List<Location> |
DefaultLocationService.getLocationsNearby(GPS gps,
double distance,
BaseStoreModel baseStore) |
Map |
DefaultLocationMapService.getMapOfLocations(GPS gps,
int limitLocationsCount,
BaseStoreModel baseStore)
Calculating Map, basing on number of points of interest defined by user and proper radius.
|
java.util.List<DistanceAwareLocation> |
DefaultLocationService.getSortedLocationsNearby(GPS gps,
double distance,
BaseStoreModel baseStore) |
void |
AbstractAddress.setGps(GPS gps) |
| Constructor and Description |
|---|
LocationDtoWrapper(AddressData addressData,
GPS gps) |
| Modifier and Type | Method and Description |
|---|---|
GPS |
Map.getGps()
get the IGPS representing the map's central point.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
MapService.getMap(GPS gps,
double radius,
java.util.List<Location> poi,
java.lang.String title)
get titled
Map with all the points of interest and the given radius |
Map |
MapService.getMap(GPS gps,
double radius,
java.util.List<Location> poi,
java.lang.String title,
Location routeTo)
|
Map |
MapService.getMap(GPS gps,
java.lang.String title)
get titled Map centered around the
GPS location. |
Map |
MapService.getMap(GPS gps,
java.lang.String title,
double radius)
get titled Map centered around the
GPS location with a given radius. |
| Modifier and Type | Method and Description |
|---|---|
protected GPS |
DefaultMapService.determineNorthEastCorner(GPS northEast,
Location location)
Determine north east corner for given southWest corner and location.
|
protected GPS |
DefaultMapService.determineSouthWestCorner(GPS southWest,
Location location)
Determine south west corner for given southWest corner and location.
|
GPS |
DefaultMap.getGps() |
| Modifier and Type | Method and Description |
|---|---|
static DefaultMap |
DefaultMap.create(GPS center,
double radius,
java.lang.String title) |
static DefaultMap |
DefaultMap.create(GPS center,
double radius,
java.lang.String title,
java.util.List<Location> poi) |
static DefaultMap |
DefaultMap.create(GPS center,
double radius,
java.lang.String title,
java.util.List<Location> poi,
DistanceAndRoute route) |
protected GPS |
DefaultMapService.determineNorthEastCorner(GPS northEast,
Location location)
Determine north east corner for given southWest corner and location.
|
protected GPS |
DefaultMapService.determineSouthWestCorner(GPS southWest,
Location location)
Determine south west corner for given southWest corner and location.
|
Map |
DefaultMapService.getMap(GPS gps,
double radius,
java.util.List<Location> poi,
java.lang.String title) |
Map |
DefaultMapService.getMap(GPS center,
double radius,
java.util.List<Location> poi,
java.lang.String title,
Location routeTo) |
Map |
DefaultMapService.getMap(GPS gps,
java.lang.String title) |
Map |
DefaultMapService.getMap(GPS gps,
java.lang.String title,
double radius) |
protected MapBounds |
DefaultMapService.recalculateBoundsAgainstMapCenter(GPS southWest,
GPS northEast,
GPS centerPosition)
Recalculate map corners against map center.
|
| Constructor and Description |
|---|
DefaultMap(GPS gps,
double radius,
java.util.List<Location> pois,
DistanceAndRoute route,
java.lang.String title,
KmlDocument kml) |
| Modifier and Type | Method and Description |
|---|---|
GPS |
KmlGps.getGps()
Returns gps location
|
| Modifier and Type | Method and Description |
|---|---|
GPS |
DefaultKmlGps.getGps() |
| Constructor and Description |
|---|
DefaultKmlDocument(GPS center,
java.util.List<Location> pois) |
DefaultKmlDocument(GPS center,
java.util.List<Location> pois,
DistanceAndRoute route) |
DefaultKmlGps(GPS gps) |
| Modifier and Type | Method and Description |
|---|---|
GPS |
MapBounds.getNorthEast() |
GPS |
MapBounds.getSouthWest() |
| Constructor and Description |
|---|
MapBounds(GPS center,
double radius) |
MapBounds(GPS northEast,
GPS southWest) |
| Modifier and Type | Method and Description |
|---|---|
GPS |
Route.getStart()
Get route's start
|
| Modifier and Type | Method and Description |
|---|---|
DistanceAndRoute |
RouteService.getDistanceAndRoute(GPS start,
Location dest)
|
java.lang.String |
GeolocationDirectionsUrlBuilder.getWebServiceUrl(java.lang.String baseUrl,
GPS start,
GPS destination,
java.util.Map params)
Builds url for web service serving directions from start coordinates to destination coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
GPS |
DefaultRoute.getStart() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultGeolocationDirectionsUrlBuilder.formatCoordinates(GPS coordinates) |
DistanceAndRoute |
DefaultRouteService.getDistanceAndRoute(GPS start,
Location dest) |
java.lang.String |
DefaultGeolocationDirectionsUrlBuilder.getWebServiceUrl(java.lang.String baseUrl,
GPS start,
GPS destination,
java.util.Map params) |
| Constructor and Description |
|---|
DefaultRoute(GPS start,
Location destination,
java.lang.String kmlElement) |
| Modifier and Type | Method and Description |
|---|---|
GPS |
MockedGeoServiceWrapper.geocodeAddress(AddressData address) |
GPS |
MockedGeoServiceWrapper.geocodeAddress(Location address) |
| Constructor and Description |
|---|
MockedGeoServiceWrapper(java.util.Map<java.lang.String,GPS> geoMap) |
Copyright © 2018 SAP SE. All Rights Reserved.