2022.04.13 更新
5_1SoilMap:GetArea?MaxLatitude={MaxLatitude}&MaxLongitude={MaxLongitude}&MinLatitude={MinLatitude}&MinLongitude={MinLongitude}
API
- API名
- 5_1SoilMap
- 説明
-
縮尺5万分の1農耕地包括土壌図
- 依存設定
- しない
- カテゴリー
- 土壌 dd >
メソッド
- URL
- GetArea?MaxLatitude={MaxLatitude}&MaxLongitude={MaxLongitude}&MinLatitude={MinLatitude}&MinLongitude={MinLongitude}
- 説明
-
指定した最大・最少緯度・経度の範囲に存在する縮尺5万分の1農耕地包括土壌図を取得する。
- HTTPメソッド
- GET
- 認証方式
- ベンダーシステム認証
- レスポンス
-
ステータス 意味 400 Bad Request リクエストが不正です。 200 OK リクエストが成功しました。 404 Not Found リソースが見つかりませんでした。 403 Forbidden リソースのアクセスが禁止されています。 500 Internal Server Error サーバー内部でエラーが発生しました。 401 Unauthorized 認証情報が不正です。
URLデータ定義
農耕地包括土壌図取得:最大最小緯度経度指定
Name | Description | Type | Additional information |
---|---|---|---|
MaxLatitude | 最大緯度 | number | Required |
MaxLongitude | 最大経度 | number | Required |
MinLatitude | 最小緯度 | number | Required |
MinLongitude | 最小経度 | number | Required |
レスポンスデータ定義
縮尺5万分の1農耕地包括土壌図返却用
Name | Description | Type | Additional information |
---|---|---|---|
PrefectureCode | 県コード | string | |
MunicipalityCode | 市区町村コード | string | |
LandUse | 地目区分 | string, null | |
InclusivenessSoilSmallName | 包括統群土壌名 | string, null | |
SoilLargeCode | 群コード | string, null | |
SoilMiddleCode | 亜群コード | string, null | |
SoilSmallCode | 統群コード | string, null | |
Prefecture | 県 | string, null | |
CityTown | 市町 | string, null | |
County | 郡 | string, null | |
Municipality | 市区町村 | string, null | |
Polygons | ポリゴン | array of Polygons |