visad
Interface LinearSet
-
- All Known Implementing Classes:
- Integer1DSet, Integer2DSet, Integer3DSet, IntegerNDSet, Linear1DSet, Linear2DSet, Linear3DSet, LinearLatLonSet, LinearNDSet
public interface LinearSetLinearSet 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Linear1DSetgetLinear1DComponent(int i)Get the indexed component.
-
-
-
Method Detail
-
getLinear1DComponent
Linear1DSet getLinear1DComponent(int i)
Get the indexed component.- Parameters:
i- Index of component- Returns:
- The requested component
- Throws:
java.lang.ArrayIndexOutOfBoundsException- If an invalid index is specified.
-
-
DMelt 3.0 © DataMelt by jWork.ORG