|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.lattice.Lattice
public class Lattice
Field Summary | |
---|---|
protected Approximator |
approximator
|
protected Geometry |
geometry
|
protected boolean |
isCellLattice
|
protected java.lang.String |
name
|
protected Datum |
nullDatum
|
protected Topology |
topology
|
Constructor Summary | |
---|---|
Lattice(java.lang.String name,
Topology t,
Geometry g,
Approximator a)
|
Method Summary | |
---|---|
void |
activate()
|
Datum |
datum(Point p)
|
GBounds |
getGBounds()
Return the Bounds of the Geometry. |
java.lang.String |
getName()
Return the lattice name. |
int |
getNumAttributes()
Return the number of attributes for this lattice. |
RecordDescriptor |
getRecordDescriptor()
Return a RecordDescriptor for datums returned by this lattice. |
ISBounds |
getTBounds()
Return the Bounds of the Topology. |
void |
setDefaultDatum(Datum d)
Set the datum returned when no data is available for a point in the domain. |
java.lang.String |
toString()
Return a String representing the object. |
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Topology topology
protected Geometry geometry
protected Approximator approximator
protected java.lang.String name
protected boolean isCellLattice
protected Datum nullDatum
Constructor Detail |
---|
public Lattice(java.lang.String name, Topology t, Geometry g, Approximator a)
Method Detail |
---|
public void activate()
public Datum datum(Point p)
public void setDefaultDatum(Datum d)
public java.lang.String getName()
public GBounds getGBounds()
public ISBounds getTBounds()
public RecordDescriptor getRecordDescriptor()
public int getNumAttributes()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String indent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |