|
|||||||||
| 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 Topologypublic Datum datum(IndexSpaceID id)
datum in class Topologypublic java.lang.String toString()
Topology
toString in class Topologypublic ISBounds getBounds()
getBounds in class Topologypublic RecordDescriptor getRecordDescriptor()
getRecordDescriptor in class Topologypublic 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 | ||||||||