Class PostgresSpatialHelper

java.lang.Object
org.dotwebstack.framework.backend.postgres.helpers.PostgresSpatialHelper

public final class PostgresSpatialHelper extends Object
  • Method Details

    • 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(org.dotwebstack.framework.core.query.model.FieldRequest fieldRequest)
    • getRequestedSrid

      public static Integer getRequestedSrid(Map<String,Object> arguments)
    • isRequestedBbox

      public static Boolean isRequestedBbox(org.dotwebstack.framework.core.query.model.FieldRequest fieldRequest)
    • getSegmentsTableName

      public static String getSegmentsTableName(String bronTable, String geoColumnName)