Difference between revisions of "Location"

From AMTech WikiDocs
Jump to: navigation, search
(Location)
Line 1: Line 1:
location supported type is represented using wkt format
+
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>
 
Definition:  https://en.wikipedia.org/wiki/Well-known_text
 

Revision as of 15: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)\"
                 }",
    ...
}