|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreetSearchMode | |
|---|---|
| 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.repository | |
| Uses of StreetSearchMode in com.gisgraphy.domain.geoloc.service.fulltextsearch |
|---|
| Methods in com.gisgraphy.domain.geoloc.service.fulltextsearch that return StreetSearchMode | |
|---|---|
static StreetSearchMode |
StreetSearchMode.getDefault()
|
static StreetSearchMode |
StreetSearchMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StreetSearchMode[] |
StreetSearchMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of StreetSearchMode in com.gisgraphy.domain.geoloc.service.geoloc |
|---|
| Methods in com.gisgraphy.domain.geoloc.service.geoloc that return StreetSearchMode | |
|---|---|
StreetSearchMode |
StreetSearchQuery.getStreetSearchMode()
|
| Methods in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type StreetSearchMode | |
|---|---|
StreetSearchQuery |
StreetSearchQuery.withStreetSearchMode(StreetSearchMode streetSearchMode)
|
| Constructors in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type StreetSearchMode | |
|---|---|
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 StreetSearchMode in com.gisgraphy.domain.repository |
|---|
| Methods in com.gisgraphy.domain.repository with parameters of type StreetSearchMode | |
|---|---|
java.util.List<StreetDistance> |
OpenStreetMapDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point,
double distance,
int firstResult,
int maxResults,
StreetType streetType,
java.lang.Boolean oneWay,
java.lang.String name,
StreetSearchMode streetSearchMode,
boolean includeDistanceField)
|
java.util.List<StreetDistance> |
IOpenStreetMapDao.getNearestAndDistanceFrom(com.vividsolutions.jts.geom.Point point,
double distance,
int firstResult,
int maxResults,
StreetType streetType,
java.lang.Boolean oneWay,
java.lang.String name,
StreetSearchMode streetSearchMode,
boolean includeDistanceField)
base method for all findNearest |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||