Class PostgresSpatialHelper
- java.lang.Object
-
- org.dotwebstack.framework.backend.postgres.helpers.PostgresSpatialHelper
-
public final class PostgresSpatialHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetColummName(PostgresSpatial spatial, Integer requestedSrid)static IntegergetRequestedSrid(Map<String,Object> arguments)static IntegergetRequestedSrid(FieldRequest fieldRequest)static IntegergetSridOfColumnName(PostgresSpatial spatial, String columnName)
-
-
-
Method Detail
-
getColummName
public static String getColummName(PostgresSpatial spatial, Integer requestedSrid)
-
getSridOfColumnName
public static Integer getSridOfColumnName(PostgresSpatial spatial, String columnName)
-
getRequestedSrid
public static Integer getRequestedSrid(FieldRequest fieldRequest)
-
-