|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.lattice.Topology
edu.unh.sdb.lattice.RectilinearTopology
public class RectilinearTopology
A Topology for Rectilinear data.
Field Summary | |
---|---|
protected ISBounds |
bounds
|
protected DataSource |
ds
|
Fields inherited from class edu.unh.sdb.lattice.Topology |
---|
dimensionality |
Constructor Summary | |
---|---|
RectilinearTopology(DataSource ds,
Geometry g)
|
Method Summary | |
---|---|
void |
activate()
|
Datum |
datum(IndexSpaceID id)
return a datum corresponding to the IndexSpaceID argument. |
Cell |
findEnclosingCell(IndexSpaceID partitionID,
Point p)
|
ISBounds |
getBounds()
Return a bounds for the Topology. |
RecordDescriptor |
getRecordDescriptor()
Return a RecordDescriptor for datums returned by this topology. |
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 edu.unh.sdb.lattice.Topology |
---|
dim |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected DataSource ds
protected ISBounds bounds
Constructor Detail |
---|
public RectilinearTopology(DataSource ds, Geometry g)
Method Detail |
---|
public void activate()
activate
in class Topology
public Cell findEnclosingCell(IndexSpaceID partitionID, Point p)
findEnclosingCell
in class Topology
public Datum datum(IndexSpaceID id)
datum
in class Topology
public java.lang.String toString()
Topology
toString
in class Topology
public ISBounds getBounds()
getBounds
in class Topology
public RecordDescriptor getRecordDescriptor()
getRecordDescriptor
in class Topology
public java.lang.String toString(java.lang.String indent)
Topology
toString
in class Topology
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |