public class RectilinearTopology extends Topology
| Modifier and Type | Field and Description |
|---|---|
protected ISBounds |
bounds |
protected DataSource |
ds |
dimensionality| Constructor and Description |
|---|
RectilinearTopology(DataSource ds,
Geometry g) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected DataSource ds
protected ISBounds bounds
public RectilinearTopology(DataSource ds, Geometry g)
public Cell findEnclosingCell(IndexSpaceID partitionID, Point p)
findEnclosingCell in class Topologypublic Datum datum(IndexSpaceID id)
public java.lang.String toString()
Topologypublic ISBounds getBounds()
public RecordDescriptor getRecordDescriptor()
getRecordDescriptor in class Topology