Package org.gvsig.gazetteer.filters
Class AbstractFilter
java.lang.Object
org.gvsig.gazetteer.filters.AbstractFilter
- All Implemented Interfaces:
IFilter
- Direct Known Subclasses:
ADLFilter,WFSGFilter
This class must to be inherited by all the classes
that implements a gazetteer filter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatName(String name, String option) It envolves the different words of a phrase with "*"
-
Constructor Details
-
AbstractFilter
public AbstractFilter()
-
-
Method Details
-
formatName
It envolves the different words of a phrase with "*"- Parameters:
name- Query Stringoption- Exact, anY or All.- Returns:
- the new String
-