Elevation
{
"point": {
"spatialReference": {
"wkid": 4326
},
"x": 86.925278,
"y": 27.988333,
"z": 8744
}
}
A structure containing a point including an elevation value (defined as Z).
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
| none | The point containing the elevation. |
ElevationInfo
{
"relativeTo": "meanSeaLevel"
}
A structure containing human readable metadata about the specified point.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
|
| none | The reference position (datum) from which to measure elevation. The valid values are:
|
Enumerated Values
relativeTo
Elevations
{
"points": [
{
"spatialReference": {
"wkid": 4326
},
"x": 86.925278,
"y": 27.988333,
"z": 8744
}
]
}
A structure containing a collection of points which contain elevation values (defined as Z).
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
|
| none |
Error
{
"error": {
"code": 400,
"message": "string",
"details": [
"string"
],
"restInfoUrl": "https://elevation-api.arcgis.com/arcgis/rest/info"
}
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
|
| none | Error information | |
|
| none | A code identifying the type of error, either an HTTP error code, | |
|
| none | A message describing the error. | |
|
| none | List of details about the error. | |
|
| none | URL that provides the elevation service information. |
Enumerated Values
code
Point
{
"spatialReference": {
"wkid": 4326
},
"x": 86.925278,
"y": 27.988333,
"z": 8744
}
A geometry point referring to a location on a map.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
|
| none | The spatial reference system the point is relative to. | |
|
| none | The Well-Known ID (WKID) value of the spatial reference. | |
|
| none | The X coordinate which is measured along the east/west axis. | |
|
| none | The Y coordinate which is measured along the north/south axis. | |
|
| none | The Z coordinate represents the vertical position of a point above or below a reference level, such as sea level (in meters, rounded to the nearest meter). |