Package oracle.spatial.geometry
Interface RNode
-
- All Known Implementing Classes:
FastJGeometry
,J3D_Geometry
,JGeometry
,Mer
public interface RNode
Marks an object with a Mer.- Since:
- 12.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mer
getMer()
Returns the bounding box of this spatial object.
-
-
-
Method Detail
-
getMer
Mer getMer()
Returns the bounding box of this spatial object.- Returns:
- a Mer that contains this object, preferably the minimal Mer. The caller must not modify the returned Mer.
-
-