Uses of Class
com.maplander.backend.model.geopolitical.GeopoliticalPA
Packages that use GeopoliticalPA
-
Uses of GeopoliticalPA in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type GeopoliticalPAModifier and TypeMethodDescriptionGeopoliticalPAEndpoint.getBarriosByWord
(Integer limit, String word) GeopoliticalPAEndpoint.getGeopoliticalPA
(String provincia, String distrito, String corregimiento, String localidad) -
Uses of GeopoliticalPA in com.maplander.backend.utils.bq
Methods in com.maplander.backend.utils.bq that return types with arguments of type GeopoliticalPAModifier and TypeMethodDescriptionstatic List
<GeopoliticalPA> BQGeopoliticalPA.listBarrios
(String provincia, String distrito, String corregimiento, String localidad) static List
<GeopoliticalPA> BQGeopoliticalPA.listCorregimiento
(String provincia, String distrito) static List
<GeopoliticalPA> BQGeopoliticalPA.listDistrito
(String provincia) static List
<GeopoliticalPA> BQGeopoliticalPA.listLocalidades
(String provincia, String distrito, String corregimiento) static List
<GeopoliticalPA> BQGeopoliticalPA.listProvincia()
static List
<GeopoliticalPA> BQGeopoliticalPA.querySearchBarriosSoundex
(String word, Integer limit)