|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.unh.sdb.lattice.Lattice
edu.unh.sdb.lattice.MRLattice
public class MRLattice
| Field Summary | |
|---|---|
protected Lattice[] |
lattices
|
protected int |
level
|
| Fields inherited from class edu.unh.sdb.lattice.Lattice |
|---|
approximator, geometry, isCellLattice, name, nullDatum, topology |
| Constructor Summary | |
|---|---|
MRLattice(java.lang.String name,
java.lang.String[] fileNames,
GBounds gBounds,
Approximator a,
boolean isCellLattice)
|
|
| Method Summary | |
|---|---|
void |
activate()
|
Datum |
datum(Point p)
|
int |
getLevel()
|
void |
setLevel(int level)
|
| Methods inherited from class edu.unh.sdb.lattice.Lattice |
|---|
getGBounds, getName, getNumAttributes, getRecordDescriptor, getTBounds, setDefaultDatum, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Lattice[] lattices
protected int level
| Constructor Detail |
|---|
public MRLattice(java.lang.String name,
java.lang.String[] fileNames,
GBounds gBounds,
Approximator a,
boolean isCellLattice)
| Method Detail |
|---|
public void activate()
activate in class Latticepublic void setLevel(int level)
public int getLevel()
public Datum datum(Point p)
datum in class Lattice
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||