JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
CoastWatch Utils v3.4.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
noaa.coastwatch.util
Interface Filter
All Known Implementing Classes:
LongitudeFilter
public interface
Filter
The filter interface provides a method for performing processing on an array of data values.
Since:
3.1.1
Author:
Peter Hollemans
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
filter
(double[] values)
Filters an array of data values.
Method Detail
filter
void filter(double[] values)
Filters an array of data values.
Parameters:
values
- the array of values for filtering. The values are modified in-situ.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
CoastWatch Utils v3.4.0
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method