|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pagination | |
---|---|
com.gisgraphy.domain.geoloc.service | |
com.gisgraphy.domain.geoloc.service.fulltextsearch | |
com.gisgraphy.domain.geoloc.service.geoloc | Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. |
com.gisgraphy.domain.valueobject | Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. |
Uses of Pagination in com.gisgraphy.domain.geoloc.service |
---|
Fields in com.gisgraphy.domain.geoloc.service declared as Pagination | |
---|---|
protected Pagination |
AbstractGisQuery.pagination
|
Methods in com.gisgraphy.domain.geoloc.service that return Pagination | |
---|---|
Pagination |
AbstractGisQuery.getPagination()
|
Methods in com.gisgraphy.domain.geoloc.service with parameters of type Pagination | |
---|---|
AbstractGisQuery |
AbstractGisQuery.withPagination(Pagination pagination)
|
Constructors in com.gisgraphy.domain.geoloc.service with parameters of type Pagination | |
---|---|
AbstractGisQuery(Pagination pagination,
Output output)
|
Uses of Pagination in com.gisgraphy.domain.geoloc.service.fulltextsearch |
---|
Constructors in com.gisgraphy.domain.geoloc.service.fulltextsearch with parameters of type Pagination | |
---|---|
FulltextQuery(java.lang.String query,
Pagination pagination,
Output output,
java.lang.Class<? extends GisFeature> placeType,
java.lang.String countryCode)
|
Uses of Pagination in com.gisgraphy.domain.geoloc.service.geoloc |
---|
Constructors in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type Pagination | |
---|---|
GeolocQuery(com.vividsolutions.jts.geom.Point point,
double radius,
Pagination pagination,
Output output,
java.lang.Class<? extends GisFeature> placeType)
|
|
StreetSearchQuery(com.vividsolutions.jts.geom.Point point,
double radius,
Pagination pagination,
Output output,
StreetType streetType,
java.lang.Boolean oneWay,
java.lang.String name,
StreetSearchMode streetSearchMode)
|
Uses of Pagination in com.gisgraphy.domain.valueobject |
---|
Fields in com.gisgraphy.domain.valueobject declared as Pagination | |
---|---|
static Pagination |
Pagination.DEFAULT_PAGINATION
Default Pagination |
Methods in com.gisgraphy.domain.valueobject that return Pagination | |
---|---|
Pagination |
Pagination.limitNumberOfResults(int limit)
Do a post-treatment on the current pagination to limit number of results. |
Pagination |
Pagination.ToSpecification.to(int to)
|
Pagination |
Pagination.PaginationBuilder.to(int to)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |