Class CmsGeoFilterBean
java.lang.Object
org.opencms.jsp.search.config.parser.simplesearch.CmsGeoFilterBean
Bean representing a Geo filter.
-
Constructor Summary
ConstructorDescriptionCmsGeoFilterBean
(String coordinates, String radius) Creates a new Geo filter bean. -
Method Summary
Modifier and TypeMethodDescriptionReturns the center point coordinates.Returns the search radius.
-
Constructor Details
-
CmsGeoFilterBean
Creates a new Geo filter bean.- Parameters:
coordinates
- the coordinatesradius
- the radius
-
-
Method Details
-
getCoordinates
Returns the center point coordinates.- Returns:
- the center point coordinates
-
getRadius
Returns the search radius.- Returns:
- the search radius
-