edu.unh.sdb.lattice
Class MRLattice

java.lang.Object
  extended by edu.unh.sdb.lattice.Lattice
      extended by edu.unh.sdb.lattice.MRLattice

public class MRLattice
extends Lattice


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

lattices

protected Lattice[] lattices

level

protected int level
Constructor Detail

MRLattice

public MRLattice(java.lang.String name,
                 java.lang.String[] fileNames,
                 GBounds gBounds,
                 Approximator a,
                 boolean isCellLattice)
Method Detail

activate

public void activate()
Overrides:
activate in class Lattice

setLevel

public void setLevel(int level)

getLevel

public int getLevel()

datum

public Datum datum(Point p)
Overrides:
datum in class Lattice