你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WfsFeatureRequest interface
从 WFS 服务请求功能的选项。
属性
bbox | 边界框限制。 不得与筛选器一起使用。 |
count | 分页时要检索的功能数。 |
cql_filter | 要追加到请求的自定义 CQL 筛选器。 |
custom |
包含附加参数的键值对象,用于追加请求。 |
fallback |
指定在功能中未指定有效 SRS 值时要使用的 SRS 值。 某些 WFS 服务支持动态重新投影,因此不会列出每个可能支持的 SRS。 如果设置为 null 且不支持在功能中找到 SRS,则会引发错误。 默认值:“urn:ogc:def:crs:EPSG::4326” |
feature |
要检索的功能的 ID。 |
filter | 筛选条件。 不得与 BBOX 选项一起使用。 |
property |
要返回的属性名称的逗号分隔列表。 |
sort |
描述应如何对结果进行排序的方法。 |
start |
开始用于 WFS 分页的索引。 |
type |
特征类型名称。 |
属性详细信息
bbox
边界框限制。 不得与筛选器一起使用。
bbox?: azmaps.data.BoundingBox
属性值
count
分页时要检索的功能数。
count: number
属性值
number
cql_filter
要追加到请求的自定义 CQL 筛选器。
cql_filter?: string
属性值
string
customDimensions
包含附加参数的键值对象,用于追加请求。
customDimensions?: Record<string, string>
属性值
Record<string, string>
fallbackSrs
指定在功能中未指定有效 SRS 值时要使用的 SRS 值。 某些 WFS 服务支持动态重新投影,因此不会列出每个可能支持的 SRS。 如果设置为 null 且不支持在功能中找到 SRS,则会引发错误。 默认值:“urn:ogc:def:crs:EPSG::4326”
fallbackSrs?: string
属性值
string
featureId
要检索的功能的 ID。
featureId?: string
属性值
string
filter
propertyNames
要返回的属性名称的逗号分隔列表。
propertyNames?: string
属性值
string
sortBy
描述应如何对结果进行排序的方法。
sortBy: string
属性值
string
startIndex
开始用于 WFS 分页的索引。
startIndex: number
属性值
number
typeNames
特征类型名称。
typeNames?: string | string[]
属性值
string | string[]