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 StringgetColumnName(PostgresSpatial spatial, Integer requestedSrid)static StringgetColumnName(PostgresSpatial spatial, Integer requestedSrid, boolean isRequestedBbox)static IntegergetRequestedSrid(Map<String,Object> arguments)static IntegergetRequestedSrid(FieldRequest fieldRequest)static IntegergetSridOfColumnName(PostgresSpatial spatial, String columnName)static BooleanisRequestedBbox(FieldRequest fieldRequest)
-
-
-
Method Detail
-
getColumnName
public static String getColumnName(PostgresSpatial spatial, Integer requestedSrid)
-
getColumnName
public static String getColumnName(PostgresSpatial spatial, Integer requestedSrid, boolean isRequestedBbox)
-
getSridOfColumnName
public static Integer getSridOfColumnName(PostgresSpatial spatial, String columnName)
-
getRequestedSrid
public static Integer getRequestedSrid(FieldRequest fieldRequest)
-
isRequestedBbox
public static Boolean isRequestedBbox(FieldRequest fieldRequest)
-
-