| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtc.gis.clients.data.search | |
| cn.gtmap.gtc.gis.domain.esm |
| 限定符和类型 | 方法和说明 |
|---|---|
Feature |
EsAttributeQueryClient.queryById(String id,
String name)
根据id查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.domain.Page<Feature> |
EsAttributeQueryClient.andLikeQuery(Map<String,String> params,
String name)
like查询(各查询条件间and关系)
|
org.springframework.data.domain.Page<Feature> |
EsAttributeQueryClient.exactQuery(Map<String,String> params,
String name)
精确查询(各查询条件之间是and关系)
|
List<Feature> |
EsAttributeQueryClient.inQuery(String key,
String[] values,
String name)
match查询(各查询条件间or关系)
|
org.springframework.data.domain.Page<Feature> |
EsAttributeQueryClient.matchPhraseAndQuery(Map<String,String> params,
String name)
match_phrase查询(各查询条件间and关系)
|
org.springframework.data.domain.Page<Feature> |
EsAttributeQueryClient.matchPhraseOrQuery(Map<String,String> params,
String name)
match_phrase查询(各查询条件间or关系)
|
org.springframework.data.domain.Page<Feature> |
EsAttributeQueryClient.matchQuery(Map<String,String> params,
String name)
match查询(各查询条件间or关系)
|
org.springframework.data.domain.Page<Feature> |
EsAttributeQueryClient.orLikeQuery(Map<String,String> params,
String name)
like查询(各查询条件间or关系)
|
org.springframework.data.domain.Page<Feature> |
EsGeometryQueryClient.query(GeometryQueryBean queryBean,
String name,
String operate)
几何查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
Feature |
Hit.getSource() |
Feature |
GeoResponseSingle.getSource() |
Feature |
Feature.setGeometry(Feature.Geometry geometry) |
Feature |
Feature.setType(String type) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Feature> |
FeatureCollection.getFeatures() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Hit.setSource(Feature source) |
void |
GeoResponseSingle.setSource(Feature source) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FeatureCollection.setFeatures(List<Feature> features) |
Copyright © 2020 GTMAP. All rights reserved.