Package | Description |
---|---|
org.geomajas.plugin.geocoder.api | |
org.geomajas.plugin.geocoder.service |
Modifier and Type | Method and Description |
---|---|
GetLocationResult[] |
GeocoderService.getLocation(List<String> location,
int maxAlternatives,
Locale locale)
Try to get a location for the strings passed.
|
Modifier and Type | Method and Description |
---|---|
com.vividsolutions.jts.geom.Envelope |
CombineResultService.combine(List<GetLocationResult> results)
Combine the envelopes from the match results into the end result.
|
Modifier and Type | Method and Description |
---|---|
GetLocationResult[] |
TypeCoordinateService.getLocation(List<String> location,
int maxAlternatives,
Locale locale) |
GetLocationResult[] |
YahooPlaceFinderGeocoderService.getLocation(List<String> location,
int maxAlternatives,
Locale locale) |
GetLocationResult[] |
StaticRegexGeocoderService.getLocation(List<String> location,
int maxAlternatives,
Locale ignore) |
GetLocationResult[] |
GeonamesGeocoderService.getLocation(List<String> location,
int maxAlternatives,
Locale ignore) |
Modifier and Type | Method and Description |
---|---|
List<GetLocationResult> |
YahooPlaceFinderGeocoderService.search(String q,
int maxRows,
Locale locale)
Call the Yahoo! PlaceFinder service for a result.
|
Modifier and Type | Method and Description |
---|---|
com.vividsolutions.jts.geom.Envelope |
CombineIntersectionService.combine(List<GetLocationResult> results) |
com.vividsolutions.jts.geom.Envelope |
CombineUnionService.combine(List<GetLocationResult> results) |
Copyright © 2015 Geosparc. All Rights Reserved.