Package org.opencms.jsp.search.state
Interface I_CmsSearchStateGeoFilter
- All Known Implementing Classes:
CmsSearchStateGeoFilter
public interface I_CmsSearchStateGeoFilter
Interface for the Geo filter state.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the coordinates.Returns the radius.getUnits()Returns the units.default booleanReturns whether we are in a Geo filter state or not.voidsetCoordinates(String coordinates) Sets the coordinates.voidSets the radius.voidSets the units.
-
Method Details
-
getCoordinates
Returns the coordinates.- Returns:
- the coordinates
-
getRadius
Returns the radius.- Returns:
- the radius
-
getUnits
Returns the units.- Returns:
- the units
-
hasGeoFilter
Returns whether we are in a Geo filter state or not.- Returns:
- whether we are in a Geo filter state or not
-
setCoordinates
Sets the coordinates.- Parameters:
coordinates- the coordinates
-
setRadius
Sets the radius.- Parameters:
radius- the radius
-
setUnits
Sets the units.- Parameters:
the- units
-