MapGIS Geojson图层provider
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
包含以下属性
|
Example:
// options.extensions 参数为自定义扩展参数,需要确保服务端支持此类参数生效
var options = {
extensions: [ { key: 'token', value: 'tokentokentokentoken' },
{ key: 'filters', value: '1:ID>4,3:ID>1'}
]
};
var mapGisVectorLayer = webGlobe.appendMapGISVectorLayer('http://localhost:6163/igs/rest/mrms/docs/二维矢量', {
tileFeaturesCount: 400
});
Members
readonly proxy : Proxy
获取代理
readonly rectangle : Rectangle
服务请求范围
瓦片高度
瓦片宽度
服务地址
Methods
原始矢量数据条件查询
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
查询条件参数
|
请求瓦片
Name | Type | Description |
---|---|---|
imageryProvider |
Object | |
x |
Number | |
y |
Number | |
level |
Number | |
request |
Object |
Returns:
瓦片的Resource对象