Difference between revisions of "Location"
From AMTech WikiDocs
(→Location) |
|||
Line 1: | Line 1: | ||
− | location supported | + | location supported property is represented using Well-known text (wkt) format |
*[https://en.wikipedia.org/wiki/Well-known_text Well-known text] | *[https://en.wikipedia.org/wiki/Well-known_text Well-known text] | ||
+ | *observations and things have a location property | ||
+ | **this property can be used to execute observer geo-spatial criteria | ||
+ | **allows a geo-representation of the things | ||
<syntaxhighlight lang="jsonld"> | <syntaxhighlight lang="jsonld"> | ||
{ | { | ||
Line 11: | Line 14: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
− |
Revision as of 14:37, 25 April 2016
location supported property is represented using Well-known text (wkt) format
- Well-known text
- observations and things have a location property
- this property can be used to execute observer geo-spatial criteria
- allows a geo-representation of the things
{
...
"location": "{
\"sContext\" : \"geo\",
\"wkt\" : \"POINT(-99.16297853 19.42359932)\"
}",
...
}