Package | Description |
---|---|
com.neurosys.geo.domain | |
com.neurosys.multiorg.dao | |
com.neurosys.multiorg.domain | |
com.neurosys.multiorg.service | |
com.neurosys.refs.domain |
Introduction
|
Modifier and Type | Method and Description |
---|---|
static float |
GeoLocation.getEarthDistance(GeoLocation location1,
GeoLocation location2)
Return Earth distance between 2
GeoLocation s; accounting for altitude as well (if present) |
Modifier and Type | Method and Description |
---|---|
<O extends Organization> |
MultiOrgDao.getOrganizations(GeoLocation location) |
<P extends PlaceRef> |
MultiOrgDao.getPlaces(GeoLocation location) |
<V extends Venue> |
MultiOrgDao.getVenues(GeoLocation location) |
Modifier and Type | Method and Description |
---|---|
GeoLocation |
Organization.getGeoLocation() |
GeoLocation |
Venue.getGeoLocation()
Venue.location was intended to be PointRef type. |
Modifier and Type | Method and Description |
---|---|
void |
Organization.setGeoLocation(GeoLocation geoLocation) |
void |
Venue.setGeoLocation(GeoLocation geoLocation)
Venue.location was intended to be PointRef type. |
Modifier and Type | Method and Description |
---|---|
List<O> |
MultiOrgService.getOrganizations(GeoLocation location) |
List<P> |
MultiOrgService.getPlaces(GeoLocation location) |
R |
LocationService.getPoint(GeoLocation geo) |
List<V> |
MultiOrgService.getVenues(GeoLocation location) |
List<? extends Venue> |
LocationService.getVenues(GeoLocation geo) |
Modifier and Type | Method and Description |
---|---|
GeoLocation |
PointRef.getGeoLocation() |
Modifier and Type | Method and Description |
---|---|
void |
PointRef.setGeoLocation(GeoLocation geoLocation) |
Copyright © 2018. All rights reserved.