Difference between revisions of "HowTo:Declare an Object as Point of Interest (POI)"
Line 2: | Line 2: | ||
#Set the [[SYSCLS_GEO]] classification on the [[MetaClass]] of the object using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI POI 03.PNG|220px|border|alt=Class Details|Class Details]] | #Set the [[SYSCLS_GEO]] classification on the [[MetaClass]] of the object using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI POI 03.PNG|220px|border|alt=Class Details|Class Details]] | ||
− | #Implement the ''GEO'' property on the specific object with ''Implement property'' from the [[Class Details#Context menu|context menu]]<br/>[[File:UI POI 05.PNG|220px|border|alt=Implement property|Implement property]] | + | #Implement the '''GEO''' property on the specific object with ''Implement property'' from the [[Class Details#Context menu|context menu]]<br/>[[File:UI POI 05.PNG|220px|border|alt=Implement property|Implement property]] |
− | #Check if the ''GEO'' property was created correctly<br/>[[File:UI POI 04.PNG|220px|border|alt=GEO property|GEO property]] | + | #Check if the '''GEO''' property was created correctly<br/>[[File:UI POI 04.PNG|220px|border|alt=GEO property|GEO property]] |
#The object needs to be added to the list of infrastructure objects of the according [[APPLICATION]], there are two different ways to achieve that: | #The object needs to be added to the list of infrastructure objects of the according [[APPLICATION]], there are two different ways to achieve that: | ||
:*Individual objects can be added directly to the [[SYSREL INFRASTRUCTURE|Infrastructure relation]] in the ACM using the [[Relation Editor#Drag & Drop|Relation Editor]].<br/>[[File:UI POI 01.PNG|220px|border|alt=Infrastructure Objects|Infrastructure Objects]] | :*Individual objects can be added directly to the [[SYSREL INFRASTRUCTURE|Infrastructure relation]] in the ACM using the [[Relation Editor#Drag & Drop|Relation Editor]].<br/>[[File:UI POI 01.PNG|220px|border|alt=Infrastructure Objects|Infrastructure Objects]] |
Revision as of 09:16, 25 March 2014
To make items appear in the POI View they must configured as follows:
- Set the SYSCLS GEO classification on the MetaClass of the object using the Class Details control
- Implement the GEO property on the specific object with Implement property from the context menu
- Check if the GEO property was created correctly
- The object needs to be added to the list of infrastructure objects of the according APPLICATION, there are two different ways to achieve that:
- Individual objects can be added directly to the Infrastructure relation in the ACM using the Relation Editor.
- Individual objects can be added directly to the Infrastructure relation in the ACM using the Relation Editor.
Only the objects which are located directly undneath the Infrastructure relation will be part of the infrastructure. Their child objects will NOT be included (automatically). |
- To add multiple objects of the same type, a query has to be created and added to the Infrastructure query relation in the ACM.
- To add multiple objects of the same type, a query has to be created and added to the Infrastructure query relation in the ACM.
Don't forget to fill out the Geo data (Latitude, Longitude, Altitude) of the object(s) you want to see using the OE or Bulk Editor with reasonable values in context to your location! |