Api session items measurements: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session items [[Measurement]] | Api session items [[Measurement]] Endpoint: /api/session/items/measurements/ | ||
Edit items with | Edit items with events described at [[Api session event editor measurement]]. | ||
Default Query: | Default Query: | ||
| Line 251: | Line 251: | ||
!Type | !Type | ||
!Description | !Description | ||
|- | |||
|type | |||
|String | |||
|[[#Api Model Point|Point]] | |||
|- | |||
|coordinates | |||
|double[] | |||
|x, y, (optional) z | |||
|} | |} | ||
| Line 323: | Line 331: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 12:14, 29 May 2026
Api session items Measurement Endpoint: /api/session/items/measurements/
Edit items with events described at Api session event editor measurement.
Default Query:
https://engine.tygron.com/api/session/items/measurements/?f=JSON&token=API_TOKENExample Response:
[ ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/measurements/?version=100&token=API_TOKENPseudo-Mercator:
https://engine.tygron.com/api/session/items/measurements/?crs=3857&token=API_TOKENDegrees:
https://engine.tygron.com/api/session/items/measurements/?crs=4326&token=API_TOKENAmersfoort / RD New:
https://engine.tygron.com/api/session/items/measurements/?crs=28992&token=API_TOKENLocal Coordinates:
https://engine.tygron.com/api/session/items/measurements/?crs=LOCAL&token=API_TOKENbbox=658636.7618515313,6798649.869141218,659042.7958749933,6799055.882798785:
https://engine.tygron.com/api/session/items/measurements/?crs=3857&bbox=658636.7618515313,6798649.869141218,659042.7958749933,6799055.882798785&token=API_TOKENFOO:
https://engine.tygron.com/api/session/items/measurements-foo/?crs=3857&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/measurements/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/measurements/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/measurements/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/measurements/?f=JSON&token=API_TOKENGEOJSON:
https://engine.tygron.com/api/session/items/measurements/?f=GEOJSON&token=API_TOKENGPKG:
https://engine.tygron.com/api/session/items/measurements/?f=GPKG&token=API_TOKENDXF:
https://engine.tygron.com/api/session/items/measurements/?f=DXF&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/measurements/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/measurements/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/measurements/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/measurements/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/measurements/?f=ZIPSMILE&token=API_TOKENApi Model ItemMeasurement
API Model description of ItemMeasurement
| Name | Type | Description |
|---|---|---|
| id | int | |
| itemID | int | |
| key | String | |
| mapLink | MapLink | |
| maqMax | double | |
| maqMin | double | |
| max | double | |
| min | double | |
| name | String | |
| overlayIDs | int[] | Overlay ID |
| overlayMaqValues | Map<int,float[]> | |
| overlayValues | Map<int,float[]> | |
| point | Point | |
| save | boolean | |
| sourceIDs | int[] | Source ID |
| sum | boolean | |
| version | int |
Api Model LineMeasurement
API Model description of LineMeasurement
| Name | Type | Description |
|---|---|---|
| distances | double[] | |
| id | int | |
| lineSegment | LineSegment | |
| lineString | LineString | |
| maqMax | double | |
| maqMin | double | |
| maqValues | Map<int,java.util.ArrayList<float[]>> | |
| max | double | |
| min | double | |
| name | String | |
| overlayIDs | int[] | Overlay ID |
| save | boolean | |
| sourceIDs | int[] | Source ID |
| sum | boolean | |
| values | Map<int,java.util.ArrayList<float[]>> | |
| version | int |
Api Model LineString
API Model description of LineString
| Name | Type | Description |
|---|
Api Model Measurement
API Model description of Measurement
| Name | Type | Description |
|---|---|---|
| id | int | |
| name | String | |
| overlayIDs | int[] | Overlay ID |
| save | boolean | |
| sourceIDs | int[] | Source ID |
| sum | boolean | |
| version | int |
Api Model Point
API Model description of Point
| Name | Type | Description |
|---|---|---|
| type | String | Point |
| coordinates | double[] | x, y, (optional) z |
Api Model PointMeasurement
API Model description of PointMeasurement
| Name | Type | Description |
|---|---|---|
| id | int | |
| maqMax | double | |
| maqMin | double | |
| max | double | |
| min | double | |
| name | String | |
| overlayIDs | int[] | Overlay ID |
| overlayMaqValues | Map<int,float[]> | |
| overlayValues | Map<int,float[]> | |
| point | Point | |
| save | boolean | |
| sourceIDs | int[] | Source ID |
| sum | boolean | |
| version | int |