Uses of Class
org.dotwebstack.framework.backend.postgres.model.PostgresSpatial
-
Packages that use PostgresSpatial Package Description org.dotwebstack.framework.backend.postgres.helpers -
-
Uses of PostgresSpatial in org.dotwebstack.framework.backend.postgres.helpers
Methods in org.dotwebstack.framework.backend.postgres.helpers with parameters of type PostgresSpatial Modifier and Type Method Description static StringPostgresSpatialHelper. getColumnName(PostgresSpatial spatial, Integer requestedSrid)static StringPostgresSpatialHelper. getColumnName(PostgresSpatial spatial, Integer requestedSrid, boolean isRequestedBbox)static IntegerPostgresSpatialHelper. getSridOfColumnName(PostgresSpatial spatial, String columnName)
-