public class Lattice
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Approximator |
approximator |
protected Geometry |
geometry |
protected boolean |
isCellLattice |
protected java.lang.String |
name |
protected Datum |
nullDatum |
protected Topology |
topology |
Constructor and Description |
---|
Lattice(java.lang.String name,
Topology t,
Geometry g,
Approximator a) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Topology topology
protected Geometry geometry
protected Approximator approximator
protected java.lang.String name
protected boolean isCellLattice
protected Datum nullDatum
public Lattice(java.lang.String name, Topology t, Geometry g, Approximator a)
public void activate()
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)