Package | Description |
---|---|
oracle.spatial.hadoop.vector.mvsuggest |
Contains classes used to communicate with MVSuggest.
|
Modifier and Type | Field and Description |
---|---|
static GeoAreaInfo |
MVSRepository.EMPTY_RESULT |
Modifier and Type | Method and Description |
---|---|
GeoAreaInfo |
MVSRepository.getFeatureInfo(java.lang.String layer, java.lang.String featureId)
Gets the information of the feature identified by the layer name and feature id.
|
GeoAreaInfo |
LocalMVSService.searchResult(java.lang.String data) |
GeoAreaInfo |
LocationService.searchResult(java.lang.String data)
Return the geometric area information of the data string.
|
GeoAreaInfo |
WebMVSService.searchResult(java.lang.String data)
Return the geometric area information of the data string.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GeoAreaInfo> |
MVSHelper.pushRequest(java.lang.String location)
Adds a field to the current request.
|
java.util.List<GeoAreaInfo> |
MVSHelper.request()
Sends a request to MVSuggest using the location texts contained in the buffer.
|
java.util.List<GeoAreaInfo> |
LocalMVSQueryRequester.requestQuery() |
java.util.List<GeoAreaInfo> |
MVSQueryRequester.requestQuery()
Sends the query request to MVSuggest.
|
java.util.List<GeoAreaInfo> |
WebMVSQueryRequester.requestQuery() |
java.util.List<GeoAreaInfo> |
LocalMVSService.searchResult(java.util.List<java.lang.String> datas) |
java.util.List<GeoAreaInfo> |
LocationService.searchResult(java.util.List<java.lang.String> datas)
Return the geometric area informations of the data strings.
|
java.util.List<GeoAreaInfo> |
WebMVSService.searchResult(java.util.List<java.lang.String> records)
Return the geometric area informations of the data strings.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.