|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoCoordinate | |
---|---|
geo.google | |
geo.google.datamodel | |
geo.google.mapping |
Uses of GeoCoordinate in geo.google |
---|
Methods in geo.google that return GeoCoordinate | |
---|---|
GeoCoordinate |
GeoAddressStandardizer.standardizeToGeoCoordinate(String addressLine)
Standardize an address using google's geocoding service; |
Uses of GeoCoordinate in geo.google.datamodel |
---|
Methods in geo.google.datamodel that return GeoCoordinate | |
---|---|
GeoCoordinate |
GeoCoordinate.clone()
|
GeoCoordinate |
GeoUsAddress.getCoordinate()
|
GeoCoordinate |
GeoAddress.getCoordinate()
A geographic location defined by longitude, latitude, and (optional) altitude. |
Methods in geo.google.datamodel with parameters of type GeoCoordinate | |
---|---|
static double |
GeoUtils.distanceBetweenInKm(GeoCoordinate c1,
GeoCoordinate c2)
Calculate the distance Between Geo Coordinates points in kilometers using spherical law of cosines formula. |
static double |
GeoUtils.distanceBetweenInMiles(GeoCoordinate c1,
GeoCoordinate c2)
Calculate the distance Between Geo Coordinates points in miles using spherical law of cosines formula. |
double |
GeoCoordinate.distanceTo(GeoCoordinate other)
Returns the distance (in miles) between this geo coordinate and another geo coordinate. |
static double |
GeoUtils.haversineDistanceBetweenInKm(GeoCoordinate c1,
GeoCoordinate c2)
Calculate the distance Between Geo Coordinates points in kilimeters using Haversine formula. |
static double |
GeoUtils.haversineDistanceBetweenInMiles(GeoCoordinate c1,
GeoCoordinate c2)
Calculate the distance Between Geo Coordinates points in miles using Haversine formula. |
void |
GeoUsAddress.setCoordinate(GeoCoordinate coordinate)
|
void |
GeoAddress.setCoordinate(GeoCoordinate coordinate)
|
Constructors in geo.google.datamodel with parameters of type GeoCoordinate | |
---|---|
GeoUsAddress(String addressLine1,
String addressLine2,
String city,
String county,
String state,
String postalCode,
String country,
GeoCoordinate coordinate,
GeoAddressAccuracy accuracy)
|
Uses of GeoCoordinate in geo.google.mapping |
---|
Methods in geo.google.mapping that return GeoCoordinate | |
---|---|
GeoCoordinate |
PointToCoordinateFunctor.execute(PointType point)
|
static GeoCoordinate |
MappingUtils.stringToCoordinate(String coord)
Convert a string representation of GeoCoordinate to an GeoCoordinate object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |