Jump to: navigation, search

Difference between revisions of "UBIK"


Line 6: Line 6:
  
 
[[Design object-oriented data models with rich functionality]]
 
[[Design object-oriented data models with rich functionality]]
*Use Polymorphism and inheritance at its best
+
*Use [[Polymorphism and inheritance]] at its best
*Define arbitrary relations between objects
+
*Define arbitrary [[relations between objects]]
*Program runtime behavior of your objects in native code
+
*[[Program runtime behavior]] of your objects in native code
*Configure in views how users see the objects
+
*[[Configure Views]] to control how users see the objects
 
   
 
   
  
 
[[Release data model]]
 
[[Release data model]]
*Compile object model to native code and relational data
+
*[[Compile object model]] to native code and relational data
*Navigate through data still object-oriented, but with the integrity and performance of an RDBMS
+
*[[Navigate through data]] still object-oriented, but with the integrity and performance of an RDBMS
 
   
 
   
  
 
[[Interface to data sources]]
 
[[Interface to data sources]]
*Leverage standard interfaces, i.e. ISO15926
+
*Leverage [[standard interfaces]], i.e. ISO15926
*Create custom interface plugins, to any available source
+
*Create [[custom interface plugins]], to any available source
*Manage interface behavior and consolidation workflows
+
*Manage [[interface behavior]] and consolidation workflows
 
   
 
   
  
 
[[Publish data model]]
 
[[Publish data model]]
*Define contexts for applications and/or roles
+
*Define [[contexts for applications]] and/or roles
*Link contexts to views
+
*[[Link contexts to views]]
*Interact with mobile devices at the push of a button
+
*[[Interact with mobile devices]] at the push of a button
 
   
 
   
  
 
[[Use data in the field]]
 
[[Use data in the field]]
*Aim mobile device on objects and get information instantly
+
*Aim mobile device on objects and [[get information instantly]]
*Zoom into more detailed information, fast and secure
+
*[[Zoom into more detailed information]], fast and secure
*Have access to the full data model published on the server
+
*Have [[access to the full data model]] published on the server
*Edit data and save it back to the server, thus even to the sources
+
*[[Edit data in the field]] and save it back to the server, thus even to the sources
*Record pictures or voice messages and enrich your data input
+
*[[Record pictures or voice messages]] and enrich your data input
*Teach in new objects directly in the field, based on your geo-position
+
*[[Teach in new objects]] directly in the field, based on your geo-position

Revision as of 07:31, 3 January 2012

UBIK is a comprehensive solution for enabling Augmented Reality in industrial environments.

It allows the creation of flexible, high performance object models that are capable of consolidating data from almost any sources, either as a onetime effort, on a frequent basis or just on demand whenever it is needed. These models are exposed to a Web Service and can be subscribed by UBIK mobile devices, which crossfade the objects as bubbles into the camera view, based on their geo-position.

Feature Overview:

Design object-oriented data models with rich functionality


Release data model


Interface to data sources


Publish data model


Use data in the field