|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.SegmentSet
public class SegmentSet
Provides support for a run-length encoded set of valid data segments.
| Constructor Summary | |
|---|---|
SegmentSet()
Constructs from nothing. |
|
| Method Summary | |
|---|---|
protected void |
add(Segment segment)
Adds a new segment. |
int |
getTotalCount()
Gets the total number of elements in all segments. |
Iterator |
iterator()
Gets the iterator over the segments. |
double[][] |
take(double[][] values)
Extracts data based on segment information. |
float[][] |
take(float[][] values)
Extracts data based on segment information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SegmentSet()
| Method Detail |
|---|
protected void add(Segment segment)
segment - The segment to be added.public int getTotalCount()
public Iterator iterator()
public double[][] take(double[][] values)
values - The values to have segments extracted.
public float[][] take(float[][] values)
values - The values to have segments extracted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||