visad
Interface LinearSet
- All Known Implementing Classes:
- Integer1DSet, Integer2DSet, Integer3DSet, IntegerNDSet, Linear1DSet, Linear2DSet, Linear3DSet, LinearLatLonSet, LinearNDSet
public interface LinearSet
LinearSet is an interface for finite sets of samples of
R^Dimension in a cross product of arithmetic progressions.
The order of the samples is the rasterization of the orders of
the 1D components, with the first component increasing fastest.
For more detail, see the example in Linear2DSet.java.
getLinear1DComponent
Linear1DSet getLinear1DComponent(int i)