|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoCell | |
geoComplex | |
geometry |
Uses of GeoCell in geoComplex |
Classes in geoComplex that implement GeoCell | |
class |
DBGeoCell
A cell of a geometric complex, which is contained in a database. |
class |
StandardGeoCell
A standard implementation of a cell of a geometric complex. |
Methods in geoComplex that return GeoCell | |
GeoCell |
GeoBoundaryIterator.getGeoCell()
|
GeoCell |
StandardGeoComplex.getGeoCell(CellID cell)
|
GeoCell |
GeoComplex.getGeoCell(CellID cell)
Returns a cell of this complex as a GeoCell
object. |
GeoCell |
DBGeoComplex.getGeoCell(CellID cell)
|
Methods in geoComplex with parameters of type GeoCell | |
private static Point[] |
GeoCellTools.getEndpoints(GeoCell cell)
|
static java.awt.Shape |
GeoCellTools.toShape(GeoCell cell,
java.awt.geom.AffineTransform transform)
|
static boolean |
GeoCellTools.contains(GeoCell cell,
Point p)
|
Uses of GeoCell in geometry |
Fields in geometry declared as GeoCell | |
protected GeoCell |
ImplicitGeometry.cell
|
Methods in geometry that return GeoCell | |
GeoCell |
GeoBoundaryIterator.getGeoCell()
|
Methods in geometry with parameters of type GeoCell | |
private AffineSpace |
ImplicitGeometry.generatedSpace(GeoComplex complex,
GeoCell cell)
Computes the smallest affine space containing the boundary of a given cell |
Constructors in geometry with parameters of type GeoCell | |
ImplicitGeometry(GeoComplex complex,
GeoCell cell)
Constructs the implicit geometry for a given cell of a GeoComplex. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |