Class Contour


  • public class Contour
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Contour()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.sql.Array findContourPoints​(java.sql.Blob points, int numPoints, double elevation)  
      • Methods inherited from class java.lang.Object

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

      • Contour

        public Contour()
    • Method Detail

      • findContourPoints

        public static java.sql.Array findContourPoints​(java.sql.Blob points,
                                                       int numPoints,
                                                       double elevation)
                                                throws java.sql.SQLException,
                                                       java.io.IOException
        Throws:
        java.sql.SQLException
        java.io.IOException