ContentsIndexHome
PreviousUpNext
IFilter Interface

A helper class used to construct a view or a filtered iterator on multi-dimensional data. 

Filters can be created using createFilter on an IMultiDimData

 

Java
public interface IFilter;

See also Data Views in Using the SDK for a more elaborate discussion on how to use filters and data views.

Name 
Description 
The following tables list the members exposed by IFilter. 
Private Methods
 
Name 
Description 
 
Returns a string representation of the IFilter.
 
Public Methods
 
Name 
Description 
 
Closes the filter and its elements and invalidates the object. 
 
Restricts the specified dimension to a specific value or set.