Difference between revisions of "Location"

From AMTech WikiDocs
Jump to: navigation, search
Line 2: Line 2:
 
*[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
 
*observations and things have a location property
**this property can be used to execute observer geo-spatial criteria  
+
**this property can be used to execute observer geo-spatial criteria (See [[Observers|Observers]])
 
**allows a geo-representation of the things  
 
**allows a geo-representation of the things  
 
<syntaxhighlight lang="jsonld">
 
<syntaxhighlight lang="jsonld">

Revision as of 15:38, 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 (See Observers)
    • allows a geo-representation of the things
{
    ...
    "location": "{
                    \"sContext\" : \"geo\", 
                    \"wkt\" : \"POINT(-99.16297853 19.42359932)\"
                 }",
    ...
}