Jump to: navigation, search

Difference between revisions of "SYSCLS MAPITEM"


 
(16 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
| title = Map item classification
 
| title = Map item classification
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
| namespace = System.Classification
+
| inheritance = -
 +
| namespace = System.Classification.Map
 
| purpose = Classify objects as map items
 
| purpose = Classify objects as map items
 
| version = 2.1.14+
 
| version = 2.1.14+
 +
| id = {0ad7f22a-d033-4f7f-aaa9-22a0a63d19de}
 
}}
 
}}
A map item object is displayed on a [[SYSCLS_MAPLAYER|map layer]] on the {{UBIKCLIENT}}.
+
 
 +
A map item object is displayed on a [[SYSCLS_MAPLAYER|map layer]] on the {{UBIK Client}}.
 +
 
 
== MetaProperties ==
 
== MetaProperties ==
 
{| class="wikitable" width=50%
 
{| class="wikitable" width=50%
 
|-
 
|-
! width=30% | Name !! width=30% | Data type !! Comment
+
! width=30% | Name !! width=20% | Data type !! Comment
|-
+
| THUMBNAIL || ByteStream || Contains the thumbnail image
+
 
|-
 
|-
| ''FILETYPE'' || String || Specifies the file type (inherited from [[SYSCLS_FILEDOCUMENT]])
+
| LAYERID || {{Guid}} || Reference to a map layer
 
|}
 
|}
  
 
== See also ==
 
== See also ==
* [[Declare an Object as Map Layer]]
+
* [[SYSCLS_MAPLAYER]]
* [[Declare an Object as Map Item]]
+
* [[HowTo:Declare an Object as Map Layer]]
* [[UBIK_Client_Basics#Map|{{UBIKCLIENT}} Map]]
+
* [[HowTo:Declare an Object as Map Item]]
  
[[Category:System Classifications]]
+
[[Category:Classifications|M]]
 +
[[Category:POI|M]]

Latest revision as of 12:53, 8 September 2015

IC CLASSIFICATION.gif Map item classification
Name SYSCLS_MAPITEM
Inheritance -
Namespace System.Classification.Map
ID {0ad7f22a-d033-4f7f-aaa9-22a0a63d19de}
Purpose Classify objects as map items
Version 2.1.14+

A map item object is displayed on a map layer on the UBIK® Client.

MetaProperties

Name Data type Comment
LAYERID Guid Reference to a map layer

See also