|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcomplex.DBCell
geoComplex.DBGeoCell
A cell of a geometric complex, which is contained in a database.
| Field Summary |
| Fields inherited from class complex.DBCell |
session |
| Constructor Summary | |
DBGeoCell(DBSession session,
CellID id)
|
|
DBGeoCell(DBSession session,
CellID id,
int dim)
|
|
| Method Summary | |
boolean |
contains(Point p)
Test, if the Cell contains a given point. |
Complex |
getComplex()
Returns the complex containing this cell. |
GeoComplex |
getGeoComplex()
Returns the GeoComplex containing this cell. |
Geometry |
getGeometry()
Returns the geometric information of this cell. |
java.awt.Shape |
toShape(java.awt.geom.AffineTransform transform)
Returns this cell as a shape, if this cell is contained in a two-dimensional complex. |
| Methods inherited from class complex.DBCell |
getBoundary, getDim, getID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface complex.Cell |
getBoundary, getDim, getID |
| Constructor Detail |
public DBGeoCell(DBSession session,
CellID id)
public DBGeoCell(DBSession session,
CellID id,
int dim)
| Method Detail |
public boolean contains(Point p)
GeoCell
contains in interface GeoCellp - a point
public java.awt.Shape toShape(java.awt.geom.AffineTransform transform)
GeoCell
toShape in interface GeoCellpublic Geometry getGeometry()
GeoCell
getGeometry in interface GeoCellGeometry object
containing the geometric information of this cellpublic GeoComplex getGeoComplex()
GeoCell(GeoComplex) getComplex().
getGeoComplex in interface GeoCellpublic Complex getComplex()
Cell
getComplex in interface CellgetComplex in class DBCell
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||