Class SdoPointInPolygon


  • public class SdoPointInPolygon
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SdoPointInPolygon

        public SdoPointInPolygon()
    • Method Detail

      • registerPolygon

        public static int registerPolygon​(java.sql.Struct polygonStruct)
      • deregisterPolygon

        public static void deregisterPolygon​(int polygonId)
      • isWithinPolygon

        public static int isWithinPolygon​(int polygonId,
                                          double x,
                                          double y)