edu.unh.sdb.lattice
Class UnstructuredGeometry
java.lang.Object
  
edu.unh.sdb.lattice.Geometry
      
edu.unh.sdb.lattice.UnstructuredGeometry
public class UnstructuredGeometry
- extends Geometry
 
 
 
 
| 
Method Summary | 
 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 | 
 
topoBounds
protected ISBounds topoBounds
UnstructuredGeometry
public UnstructuredGeometry(ISBounds topoBounds,
                            GBounds bounds)
UnstructuredGeometry
public UnstructuredGeometry(ISBounds topoBounds,
                            GBounds bounds,
                            AxisOrdering ordering)
toString
public java.lang.String toString()
- Return a String representing the object.
- Overrides:
 toString in class Geometry
 
 
 
toString
public java.lang.String toString(java.lang.String indent)
- Return a String representing the object indented by the argument string.
- Overrides:
 toString in class Geometry