Class LocationRepository
java.lang.Object
com.maplander.backend.repository.LocationRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.utils.geo.GeoPt> findPolygonByMunicipality(String stateName, String municipalyName, org.hibernate.Session session) List<com.utils.geo.GeoPt> findPolygonByPostalCode(String postalCode, org.hibernate.Session session) List<com.utils.geo.GeoPt> findPolygonByState(String estado, org.hibernate.Session session) List<com.utils.geo.GeoPt> findPolygonByWord(Integer level, String stateName, String municipalyName, String postalCode, org.hibernate.Session session)
-
Constructor Details
-
LocationRepository
public LocationRepository(org.hibernate.SessionFactory sessionFactory)
-
-
Method Details
-
findPolygonByWord
-
findPolygonByState
-
findPolygonByMunicipality
-
findPolygonByPostalCode
-