Jump to: navigation, search

Difference between revisions of "SYSCLS POIGROUP"


(Created page with "POI groups are groups of Points of Interests (POI). The groups initially are represented as single objects, hiding their contents initially. Once a group is selected, the ...")
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[POI]] groups are groups of Points of Interests (POI). The groups initially are represented as single objects, hiding their contents initially. Once a group is selected, the contents become visible. POI groups are represented in both Map views and POI views
 
 
 
{{ClassificationInfoBox
 
{{ClassificationInfoBox
 
| title = POI Group
 
| title = POI Group
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
 
| inheritance = [[SYSCLS_GEO]]
 
| inheritance = [[SYSCLS_GEO]]
| namespace = System.Classification
+
| namespace = System.Classification.POI
 
| purpose = Classify an object as POI group
 
| purpose = Classify an object as POI group
 
| version = 2+
 
| version = 2+
| id = {id}
+
| id = {5ca1bced-c2c4-42ac-b548-db7e9359a38f}
 
}}
 
}}
 +
 +
[[:Category:POI|POI]] groups are groups of Points of Interests (POI). The groups initially are represented as single objects, hiding their contents initially. Once a group is selected, the contents become visible. POI groups are represented in both Map views and POI views.
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 19: Line 19:
 
|-
 
|-
 
| DESCR || {{Text}} || Description of group, shown on the client
 
| DESCR || {{Text}} || Description of group, shown on the client
 +
|-
 +
| ''GEO'' || {{GeoData}} || Geographical data (Longitude, Lattitude, Altitude) (inherited from [[SYSCLS_GEO]])
 
|}
 
|}
  
 
== See also ==
 
== See also ==
* SYSCLS_POIGROUPITEM
+
* [[SYSCLS_POIGROUPITEM]]
  
 
[[Category:Classifications|P]]
 
[[Category:Classifications|P]]
 +
[[Category:Publishing|P]]

Latest revision as of 12:55, 8 September 2015

IC CLASSIFICATION.gif POI Group
Name SYSCLS_POIGROUP
Inheritance SYSCLS GEO
Namespace System.Classification.POI
ID {5ca1bced-c2c4-42ac-b548-db7e9359a38f}
Purpose Classify an object as POI group
Version 2+

POI groups are groups of Points of Interests (POI). The groups initially are represented as single objects, hiding their contents initially. Once a group is selected, the contents become visible. POI groups are represented in both Map views and POI views.

MetaProperties

Name Data type Comment
POI_GROUP_ID Guid ID of POI group
DESCR Text Description of group, shown on the client
GEO Geographic Coordinate Geographical data (Longitude, Lattitude, Altitude) (inherited from SYSCLS GEO)

See also