All Packages Class Hierarchy This Package Previous Next Index
Class sdoOracle.sdoPolygon
java.lang.Object
|
+----sdoOracle.sdoGeometry
|
+----sdoOracle.sdoLine
|
+----sdoOracle.sdoPolygon
- public class sdoPolygon
- extends sdoLine
Class sdoLine defines a SDO polygon primitive.
SDO supports the three basic primitives: point, line and polygon.
Refer to SDO manual for additional information.
- See Also:
- sdoLine
-
sdoPolygon()
- Constructs a new sdoPolygon object.
-
Location(WPoint)
- Verifies the position of input point in this polygon,
and returns 1 (IN), 2 (OUT), or 3 (BOUNDARY).
sdoPolygon
public sdoPolygon()
- Constructs a new sdoPolygon object.
Location
public int Location(WPoint point)
- Verifies the position of input point in this polygon,
and returns 1 (IN), 2 (OUT), or 3 (BOUNDARY).
- Parameters:
- point - input spatial location.
- Returns:
- return an integer value.
All Packages Class Hierarchy This Package Previous Next Index