A::property_type
The type of the property value hold by the Geo-Value. It could be a floating point type (double, float) or a ``discrete type'' (int, bool, ...).
A::location_type
A type that is a model of Location.
A | A type that is a model of Geo-Value | |
a | Object of type A | |
P | the type of the property associated to A | |
p | Object of type P | |
L | the type of the location associated to A | |
l | Object of type L |
a.property_value()
Return type: | P | |
Semantics: | return the property value hold by the Geo-Value (read-only function). |
a.set_property_value(p)
Return type: | void | |
Semantics: | Sets the property value hold by the Geo-Value to p. |
a.location()
Return type: | L | |
Semantics: | returns the location of the Geo-Value |
a.is_informed()
Return type: | bool | |
Semantics: | returns true if the Geo-Value contains an actual property value. |