Describes the position of a sample.
Positions do not have an id. They are not a stand alone entity.
| name | data type | constraints | description |
|---|---|---|---|
| mtb | MTB | The german grid square in which the position is located | |
| epsg | number | required | The epsg code of the reference system the position |
| type | PositionType | ||
| posCenterLatitude | number | required | |
| posCenterLongitude | number | required | |
| wkt | string | The wkt of the position | |
| wktEpsg | number | required | The epsg code of the reference system the wkt |
Example
{
"mtb" : {
"mtb" : "..."
},
"epsg" : 12345,
"type" : "SQUARE",
"posCenterLatitude" : 12345.0,
"posCenterLongitude" : 12345.0,
"wkt" : "...",
"wktEpsg" : 12345
}