Class PostgresSpatialHelper
java.lang.Object
org.dotwebstack.framework.backend.postgres.helpers.PostgresSpatialHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetColumnName(PostgresSpatial spatial, Integer requestedSrid) static StringgetColumnName(PostgresSpatial spatial, Integer requestedSrid, boolean isRequestedBbox) static IntegergetRequestedSrid(Map<String, Object> arguments) static IntegergetRequestedSrid(FieldRequest fieldRequest) static StringgetSegmentsTableName(String bronTable, String geoColumnName) static IntegergetSridOfColumnName(PostgresSpatial spatial, String columnName) static BooleanisRequestedBbox(FieldRequest fieldRequest)
-
Method Details
-
getColumnName
-
getColumnName
public static String getColumnName(PostgresSpatial spatial, Integer requestedSrid, boolean isRequestedBbox) -
getSridOfColumnName
-
getRequestedSrid
-
getRequestedSrid
-
isRequestedBbox
-
getSegmentsTableName
-