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

Constructor Index

 o sdoPolygon()
Constructs a new sdoPolygon object.

Method Index

 o Location(WPoint)
Verifies the position of input point in this polygon, and returns 1 (IN), 2 (OUT), or 3 (BOUNDARY).

Constructors

 o sdoPolygon
 public sdoPolygon()
Constructs a new sdoPolygon object.

Methods

 o 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