|
|||||||||||
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)
GeoComplex
GeoCell
object. This is just a shortcut for
(GeoCell) getCell()
getGeoCell
in interface GeoComplex
cell
- the ID of the cell
GeoCell
Complex#getCell()
public Cell getCell(CellID cell)
Complex
getCell
in interface Complex
getCell
in class DBComplex
public java.util.Iterator getCellIterator()
Complex
getCellIterator
in interface Complex
getCellIterator
in class DBComplex
public EditableGeoComplex getGeoCopy()
getGeoCopy
in interface GeoComplex
this complex
public EditableComplex getCopy()
Complex
getCopy
in interface Complex
getCopy
in class DBComplex
this complex
public EditableComplex getPartofComplex(java.util.Set collection)
Complex
getPartofComplex
in interface Complex
getPartofComplex
in class DBComplex
collection
-
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 |