|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcomplex.AbstractComplex
complex.DBComplex
geoComplex.DBGeoComplex
A geometric complex, which is contained in a database.
| Field Summary |
| Fields inherited from class complex.DBComplex |
session |
| Constructor Summary | |
DBGeoComplex(DBSession session)
|
|
| Method Summary | |
Cell |
getCell(CellID cell)
Returns the cell with the specified ID. |
java.util.Iterator |
getCellIterator()
Returns an iterator over the Cells contained in this Complex. |
EditableComplex |
getCopy()
copy simple this complex a new complex with same data, but the return type should be EditableComplex, z.b copy DBComplex nach StandardComplex |
GeoCell |
getGeoCell(CellID cell)
Returns a cell of this complex as a GeoCell
object. |
EditableGeoComplex |
getGeoCopy()
copy geo-database to standardGeoComplex |
EditableComplex |
getPartofComplex(java.util.Set collection)
collection consist of CellID, search a minimal editable complex, which contains all member of this collection |
EditableGeoComplex |
getPartofGeoComplex(java.util.Set collection)
|
| Methods inherited from class complex.DBComplex |
getAllBoundaryCells, getAllCells, getCellCount, getDim, getMaxCellID, hasCell |
| Methods inherited from class complex.AbstractComplex |
boundary |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface complex.Complex |
boundary, getCellCount, getDim, getMaxCellID, hasCell |
| Constructor Detail |
public DBGeoComplex(DBSession session)
| Method Detail |
public GeoCell getGeoCell(CellID cell)
GeoComplexGeoCell
object. This is just a shortcut for
(GeoCell) getCell()
getGeoCell in interface GeoComplexcell - the ID of the cell
GeoCellComplex#getCell()public Cell getCell(CellID cell)
Complex
getCell in interface ComplexgetCell in class DBComplexpublic java.util.Iterator getCellIterator()
Complex
getCellIterator in interface ComplexgetCellIterator in class DBComplexpublic EditableGeoComplex getGeoCopy()
getGeoCopy in interface GeoComplexthis complexpublic EditableComplex getCopy()
Complex
getCopy in interface ComplexgetCopy in class DBComplexthis complexpublic EditableComplex getPartofComplex(java.util.Set collection)
Complex
getPartofComplex in interface ComplexgetPartofComplex in class DBComplexcollection -
public EditableGeoComplex getPartofGeoComplex(java.util.Set collection)
getPartofGeoComplex in interface GeoComplex
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||