Difference between revisions of "SYSCLS BUILDINGLEVEL"
(→See also) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
| inheritance = [[SYSCLS_POIGROUP]] | | inheritance = [[SYSCLS_POIGROUP]] | ||
− | | namespace = System.Classification | + | | namespace = System.Classification.POI |
| purpose = Classify an object as Building Level | | purpose = Classify an object as Building Level | ||
| version = 2.4.4+ | | version = 2.4.4+ | ||
Line 9: | Line 9: | ||
}} | }} | ||
− | [[:Category:POI|Building]] Levels are special groups of Points of Interests (POI). Building | + | [[:Category:POI|Building]] Levels are special groups of Points of Interests (POI). Building levels initially are represented as single objects, hiding their contents initially. Once a level is selected (or entered), the contents become visible. Building levels are represented in both [[Map_View|Map views]] and [[POI_View|POI views]]. |
== MetaProperties == | == MetaProperties == | ||
Line 16: | Line 16: | ||
! width=30% | Name !! width=30% | Data type !! Comment | ! width=30% | Name !! width=30% | Data type !! Comment | ||
|- | |- | ||
− | | POI_GROUP_ID || {{Guid}} || ID of POI group (inherited from [[SYSCLS_POIGROUP]]) | + | | ''POI_GROUP_ID'' || {{Guid}} || ID of POI group (inherited from [[SYSCLS_POIGROUP]]) |
|- | |- | ||
− | | DESCR || {{Text}} || Description of group, shown on the client (inherited from [[SYSCLS_POIGROUP]]) | + | | ''DESCR'' || {{Text}} || Description of group, shown on the client (inherited from [[SYSCLS_POIGROUP]]) |
|- | |- | ||
| ''GEO'' || {{GeoData}} || Geographical data (Longitude, Lattitude, Altitude) (inherited from [[SYSCLS_POIGROUP]]) | | ''GEO'' || {{GeoData}} || Geographical data (Longitude, Lattitude, Altitude) (inherited from [[SYSCLS_POIGROUP]]) | ||
Line 28: | Line 28: | ||
== See also == | == See also == | ||
+ | * [[Building_Levels]] | ||
* [[SYSCLS_BUILDING]] | * [[SYSCLS_BUILDING]] | ||
* [[SYSCLS_POIGROUP]] | * [[SYSCLS_POIGROUP]] | ||
* [[SYSCLS_POIGROUPITEM]] | * [[SYSCLS_POIGROUPITEM]] | ||
− | [[Category: | + | {{Category/Version|2.4.4}} |
+ | |||
+ | [[Category:2.4.4|SYSCLS BUILDINGLEVEL]] | ||
+ | [[Category:Classifications|B]] |
Latest revision as of 12:29, 24 January 2024
Building | |
---|---|
Name | SYSCLS_BUILDINGLEVEL |
Inheritance | SYSCLS POIGROUP |
Namespace | System.Classification.POI |
ID | {22222875-95E4-4F6D-9234-D1F787C32B67} |
Purpose | Classify an object as Building Level |
Version | 2.4.4+ |
Building Levels are special groups of Points of Interests (POI). Building levels initially are represented as single objects, hiding their contents initially. Once a level is selected (or entered), the contents become visible. Building levels are represented in both Map views and POI views.
MetaProperties
Name | Data type | Comment |
---|---|---|
POI_GROUP_ID | Guid | ID of POI group (inherited from SYSCLS POIGROUP) |
DESCR | Text | Description of group, shown on the client (inherited from SYSCLS POIGROUP) |
GEO | Geographic Coordinate | Geographical data (Longitude, Lattitude, Altitude) (inherited from SYSCLS POIGROUP) |
LEVEL_HEIGHT | Double | The height of the building level a difference between the building altitude (defined in its geographic position and the height of the building level floor |
LEVEL_INDEX | Integer | The index of the building level to identify the order for navigation between the levels of a building |