All Packages Class Hierarchy This Package Previous Next Index
Class edu.cmu.owl.bo.fm.RectangularPrismImpl
edu.cmu.owl.bo.fm.GeometryImpl
|
+----edu.cmu.owl.bo.fm.RectangularPrismImpl
- public class RectangularPrismImpl
- extends GeometryImpl
- implements RectangularPrism
This class defines a specific kind of geometry. In particular,
A rectangular prism is one of the fundamental geometric forms
in three dimensional space. Many common objects can be modeled
using this geometry, for example desks, walls and lighting fixtures.
It is worth noting that the definition of a
- See Also:
- BoundingBox
-
RectangularPrismImpl(BoundingBox)
- simple constructor
-
getBoundingBox()
- Accessor
-
getLocation()
-
-
setBoundingBox(BoundingBox)
- Mutator
-
toString()
- Overrides the default method.
RectangularPrismImpl
public RectangularPrismImpl(BoundingBox temp_boundingBox) throws RemoteException
- simple constructor
toString
public String toString()
- Overrides the default method.
- Overrides:
- toString in class GeometryImpl
getBoundingBox
public BoundingBox getBoundingBox() throws RemoteException
- Accessor
- Overrides:
- getBoundingBox in class GeometryImpl
setBoundingBox
public void setBoundingBox(BoundingBox tempBB) throws RemoteException
- Mutator
getLocation
public Coordinate getLocation() throws RemoteException
- Overrides:
- getLocation in class GeometryImpl
All Packages Class Hierarchy This Package Previous Next Index