Fix order of coordinates in BBOX
[gpl/argeo-suite.git] / org.argeo.app.geo / src / org / argeo / app / geo / GeoUtils.java
index 2c0bb39a76e29d641f7d9bf8939e69a4d216be1f..6f50c086796b30d2e7989c27607d2c1ce2670fa9 100644 (file)
@@ -69,6 +69,7 @@ import tech.units.indriya.quantity.Quantities;
 
 /** Utilities around geographical format, mostly wrapping GeoTools patterns. */
 public class GeoUtils {
+       public final static String EPSG_4326 = "EPSG:4326";
 
        /** In square meters. */
        public static Quantity<Area> calcArea(SimpleFeature feature) {