The ZoneType defines an area, in which a local location is computed, e.g. via a RTLS or a proximity based system like RFID. For that reason, it might either have a set of GroundControlPoints defining the extent for RTLS or just a point and a radius for proximity based systems. It is formally defined in Table 15.
Table 15 – ZoneType definition
Attribute |
Value |
||||
BrowseName |
ZoneType |
||||
IsAbstract |
False |
||||
Description |
Defines an area, in which a local location is computed, e.g. via a RTLS or an proximity based system like RFID. For that reason it might have a set of GroundControlPoints defining the extent or just a point and a radius. |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of the 0:BaseObjectType |
|||||
0:HasProperty |
Variable |
ZoneId |
0:String |
0:PropertyType |
M |
0:HasProperty |
Variable |
Building |
0:String |
0:PropertyType |
O |
0:HasProperty |
Variable |
Floor |
0:String |
0:PropertyType |
O |
0:HasProperty |
Variable |
Site |
0:String |
0:PropertyType |
O |
0:HasComponent |
Variable |
GroundControlPoints |
GroundControlPointDataType[] |
0:BaseDataVariableType |
O |
0:HasComponent |
Variable |
Position |
3DGeographicCoordinateDataType |
0:BaseDataVariableType |
O |
0:HasComponent |
Variable |
Radius |
0:Double |
0:BaseDataVariableType |
O |
0:HasProperty |
Variable |
IncompleteConfiguration |
0:Boolean |
0:PropertyType |
O |
|
|
|
|
|
|
Conformance Units |
|||||
GPOS Zones |
The child Nodes of the ZoneType have additional Attribute values defined in Table 16.
Table 16 – ZoneType Attribute values for child Nodes
BrowsePath |
Description Attribute |
ZoneId |
A unique identifier of the zone (e.g. a GUID). |
Building |
Name of the building |
Floor |
Name of the floor |
Site |
Name of the site |
GroundControlPoints |
Points defining the extent of the zone |
Position |
Describes a point (i.e. a position) in 2 or 3 dimensions. |
Radius |
For proximity-based systems. Describes the zone as a circular region with a given radius in meters around the position. |
IncompleteConfiguration |
Indicates if the configuration is complete. FALSE if configuration is complete. |