Class LocationRepository

java.lang.Object
com.maplander.backend.repository.LocationRepository

public class LocationRepository extends Object
  • Constructor Details

    • LocationRepository

      public LocationRepository(org.hibernate.SessionFactory sessionFactory)
  • Method Details

    • findPolygonByWord

      public List<com.utils.geo.GeoPt> findPolygonByWord(Integer level, String stateName, String municipalyName, String postalCode, org.hibernate.Session session)
    • findPolygonByState

      public List<com.utils.geo.GeoPt> findPolygonByState(String estado, org.hibernate.Session session)
    • findPolygonByMunicipality

      public List<com.utils.geo.GeoPt> findPolygonByMunicipality(String stateName, String municipalyName, org.hibernate.Session session)
    • findPolygonByPostalCode

      public List<com.utils.geo.GeoPt> findPolygonByPostalCode(String postalCode, org.hibernate.Session session)