Tiler Info Geo Json Operations - Get
返回信息 Geojson
GET https://contoso-catalog.gwhqfdeddydpareu.uksouth.geocatalog.spatio.azure.com/data/collections/{collectionId}/items/{itemId}/info.geojson?api-version=2025-04-30-preview
GET https://contoso-catalog.gwhqfdeddydpareu.uksouth.geocatalog.spatio.azure.com/data/collections/{collectionId}/items/{itemId}/info.geojson?api-version=2025-04-30-preview&assets={assets}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
collection
|
path | True |
string maxLength: 500pattern: .* |
STAC 集合标识符 |
item
|
path | True |
string maxLength: 500pattern: .* |
STAC 项标识符 |
api-version
|
query | True |
string minLength: 1 |
用于此作的 API 版本。 |
assets
|
query |
string[] |
资产的名称。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
请求已成功。 |
|
Other Status Codes |
意外的错误响应。 标头 x-ms-error-code: string |
安全性
OAuth2Auth
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
https://geocatalog.spatio.azure.com/.default |
示例
TilerInfoGeoJsonOperations_Get
示例请求
GET https://contoso-catalog.gwhqfdeddydpareu.uksouth.geocatalog.spatio.azure.com/data/collections/{{collectionId}}/items/{{itemId}}/info.geojson?api-version=2025-04-30-preview
示例响应
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-65.75386020444417,
18.252569552371305
],
[
-65.75376429311993,
18.252569552371305
],
[
-65.75376429311993,
18.252661191551685
],
[
-65.75386020444417,
18.252661191551685
],
[
-65.75386020444417,
18.252569552371305
]
]
]
},
"properties": {
"data": {
"bounds": [
-65.75386020444417,
18.252569552371305,
-65.75376429311993,
18.252661191551685
],
"minzoom": 17,
"maxzoom": 17,
"band_metadata": [
[
"b1",
{}
]
],
"band_descriptions": [
[
"b1",
""
]
],
"dtype": "int16",
"nodata_type": "None",
"colorinterp": [
"gray"
],
"driver": "GTiff",
"count": 1,
"width": 10,
"height": 10,
"overviews": []
}
}
}
定义
名称 | 说明 |
---|---|
Azure. |
错误对象。 |
Azure. |
包含错误详细信息的响应。 |
Azure. |
包含有关错误的更具体信息的对象。 根据Microsoft一个 API 指南 - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors。 |
Feature |
包含 rio-tiler 模型信息的 GeoJSON Feature 对象 |
Feature |
类型标识包含 rio-tiler 模型信息的 Feature Polygon 对象 |
No |
NoDataType |
Tiler |
TilerInfo |
Azure.Core.Foundations.Error
错误对象。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
服务器定义的错误代码集之一。 |
details |
导致此报告错误的特定错误的详细信息数组。 |
|
innererror |
包含与当前对象有关错误的更具体信息的对象。 |
|
message |
string |
有关错误的可读的表示形式。 |
target |
string |
错误的目标。 |
Azure.Core.Foundations.ErrorResponse
包含错误详细信息的响应。
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
Azure.Core.Foundations.InnerError
包含有关错误的更具体信息的对象。 根据Microsoft一个 API 指南 - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
服务器定义的错误代码集之一。 |
innererror |
内部错误。 |
FeaturePolygonDictStrRioTilerModelsInfo
包含 rio-tiler 模型信息的 GeoJSON Feature 对象
名称 | 类型 | 说明 |
---|---|---|
bbox |
number (double) |
特征的边界框坐标 |
geometry |
Geo |
定义要素形状的 Geometry 对象 |
id |
string |
要素的唯一标识符 |
properties |
<string,
Tiler |
性能 |
type |
GeoJSON 类型标识符 |
FeaturePolygonDictStrRioTilerModelsInfoType
类型标识包含 rio-tiler 模型信息的 Feature Polygon 对象
值 | 说明 |
---|---|
Feature |
标准 GeoJSON 特征类型标识符 |
NoDataType
NoDataType
值 | 说明 |
---|---|
Alpha |
由 Alpha 通道表示的 Nodata |
Internal |
数据集内部表示的 Nodata |
Mask |
由掩码表示的 Nodata |
Nodata |
数据集中定义的显式 nodata 值 |
None |
未定义 nodata 值 |
TilerInfo
TilerInfo
名称 | 类型 | 说明 |
---|---|---|
band_descriptions |
string[] |
频段描述 |
band_metadata |
Band |
频段元数据 |
bounds |
number[] (double) |
边界 |
colorinterp |
string[] |
Colorinterp (彩色插页) |
colormap |
object |
颜色图 |
count |
integer (int32) |
计数 |
driver |
string |
司机 |
dtype |
string |
D型 |
height |
integer (int32) |
高度 |
maxzoom |
integer (int64) |
Maxzoom的 |
minzoom |
integer (int64) |
敏兹 |
nodata_type |
No数据类型 |
|
offsets |
integer[] (int64) |
抵消 |
overviews |
string[] |
概述 |
scales |
integer[] (int64) |
尺度 |
width |
integer (int32) |
宽度 |