Introduce GeoEntityUtils
[gpl/argeo-suite.git] / org.argeo.app.api / src / org / argeo / app / api / entity.cnd
index 396b6f203187a4b2f0220b915323b6d5de47707f..2ca640bae9afd6a3473cdaae3ecfde23fc234cb4 100644 (file)
@@ -115,3 +115,12 @@ mixin
 [entity:bearing]
 mixin
 - svg:direction (DOUBLE)
+
+[entity:geobounded]
+mixin
+- entity:minLat (DOUBLE) m
+- entity:minLon (DOUBLE) m
+- entity:maxLat (DOUBLE) m
+- entity:maxLon (DOUBLE) m
+- entity:minAlt (DOUBLE)
+- entity:maxAlt (DOUBLE)