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(org.dotwebstack.framework.core.query.model.FieldRequest fieldRequest) static StringgetSegmentsTableName(String bronTable, String geoColumnName) static IntegergetSridOfColumnName(PostgresSpatial spatial, String columnName) static BooleanisRequestedBbox(org.dotwebstack.framework.core.query.model.FieldRequest fieldRequest)
-
Method Details
-
getColumnName
-
getColumnName
public static String getColumnName(PostgresSpatial spatial, Integer requestedSrid, boolean isRequestedBbox) -
getSridOfColumnName
-
getRequestedSrid
public static Integer getRequestedSrid(org.dotwebstack.framework.core.query.model.FieldRequest fieldRequest) -
getRequestedSrid
-
isRequestedBbox
public static Boolean isRequestedBbox(org.dotwebstack.framework.core.query.model.FieldRequest fieldRequest) -
getSegmentsTableName
-