你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WfsServiceOptions interface
用于连接到 WFS 服务的选项。
属性
proxy |
可以附加外部服务的 URL 的代理服务的 URL。 访问托管在未启用 COR 的终结点上的服务时,需要执行此操作。 |
transform |
用于转换对服务发出的请求。 资源类型将为“WFS”。 |
url | 指向 WFS 服务终结点的 URL。 WFS 服务必须位于同一域中,或者在服务器上启用了 COR。 |
属性详细信息
proxyService
可以附加外部服务的 URL 的代理服务的 URL。 访问托管在未启用 COR 的终结点上的服务时,需要执行此操作。
proxyService?: string
属性值
string
transformRequest
用于转换对服务发出的请求。 资源类型将为“WFS”。
transformRequest?: (url: string, resourceType: string) => azmaps.RequestParameters
属性值
(url: string, resourceType: string) => azmaps.RequestParameters
url
指向 WFS 服务终结点的 URL。 WFS 服务必须位于同一域中,或者在服务器上启用了 COR。
url: string
属性值
string