|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoException | |
---|---|
geo.google | |
geo.google.mapping |
Uses of GeoException in geo.google |
---|
Methods in geo.google that throw GeoException | ||
---|---|---|
|
GeoAddressStandardizer.standardize(String addressLine,
XmlMappingFunctor<ReturnType> mappingFunction)
Standardize an address using google's geocoding service; |
|
GeoAddress |
GeoAddressStandardizer.standardizeToGeoAddress(GeoUsAddress usAddress)
Deprecated. Use GeoAddressStandardizer.standardizeToGeoAddresses(String) instead. This method only returns the first
return geocoded address, which is not always the best standardization. |
|
GeoAddress |
GeoAddressStandardizer.standardizeToGeoAddress(String addressLine)
Deprecated. Use GeoAddressStandardizer.standardizeToGeoAddresses(String) instead. This method only returns the first
return geocoded address, which is not always the best standardization. |
|
List<GeoAddress> |
GeoAddressStandardizer.standardizeToGeoAddresses(GeoUsAddress usAddress)
Standardize an address using google's geocoding service; |
|
List<GeoAddress> |
GeoAddressStandardizer.standardizeToGeoAddresses(String addressLine)
Standardize an address using google's geocoding service; |
|
GeoCoordinate |
GeoAddressStandardizer.standardizeToGeoCoordinate(String addressLine)
Standardize an address using google's geocoding service; |
|
GeoUsAddress |
GeoAddressStandardizer.standardizeToGeoUsAddress(GeoUsAddress usAddress)
Deprecated. Use #standardizeToUsGeoAddresses(String) instead. This method only returns the first
return geocoded address, which is not always the best standardization. |
|
GeoUsAddress |
GeoAddressStandardizer.standardizeToGeoUsAddress(String addressLine)
Deprecated. Use GeoAddressStandardizer.standardizeToGeoUsAddresses(String) instead. This method only returns the first
return geocoded address, which is not always the best standardization. |
|
List<GeoUsAddress> |
GeoAddressStandardizer.standardizeToGeoUsAddresses(GeoUsAddress usAddress)
Standardize an address using google's geocoding service; |
|
List<GeoUsAddress> |
GeoAddressStandardizer.standardizeToGeoUsAddresses(String addressLine)
Standardize an address using google's geocoding service; |
Uses of GeoException in geo.google.mapping |
---|
Methods in geo.google.mapping that throw GeoException | |
---|---|
GeoCoordinate |
PointToCoordinateFunctor.execute(PointType point)
|
String |
XSLTMappingFunctor.execute(String xml)
|
List<GeoUsAddress> |
XmlToUsAddressFunctor.execute(String xml)
|
List<GeoAddress> |
XmlToAddressFunctor.execute(String xml)
|
static GeoCoordinate |
MappingUtils.stringToCoordinate(String coord)
Convert a string representation of GeoCoordinate to an GeoCoordinate object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |