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 boolean
Returns whether we are in a Geo filter state or not.void
setCoordinates
(String coordinates) Sets the coordinates.void
Sets the radius.void
Sets 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
-