Package ucar.nc2.filter
Class Filters
- java.lang.Object
-
- ucar.nc2.filter.Filters
-
public class Filters extends Object
-
-
Constructor Summary
Constructors Constructor Description Filters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FiltergetFilterByName(Map<String,Object> properties)Create a filter object for the given property list
-
-
-
Method Detail
-
getFilterByName
public static Filter getFilterByName(Map<String,Object> properties) throws UnknownFilterException
Create a filter object for the given property list- Parameters:
properties-- Returns:
- A filter object with the provided properties
- Throws:
UnknownFilterException
-
-