Package oracle.spatial.util
Class SdoPointInPolygon
- java.lang.Object
-
- oracle.spatial.util.SdoPointInPolygon
-
public class SdoPointInPolygon extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SdoPointInPolygon()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
deregisterPolygon(int polygonId)
static int
isWithinPolygon(int polygonId, double x, double y)
static int
registerPolygon(java.sql.Struct polygonStruct)
-