java.lang.Object
com.microsoft.sqlserver.jdbc.spatialdatatypes.WKBPoint

public class WKBPoint extends Object
Represents the internal makings of a WKB Point.
  • Constructor Details

    • WKBPoint

      public WKBPoint(double x, double y)
      Creates a WKB Point object
      Parameters:
      x - x value
      y - y value
  • Method Details

    • getX

      public double getX()
      Returns the x coordinate value.
      Returns:
      double x coordinate value.
    • getY

      public double getY()
      Returns the y coordinate value.
      Returns:
      double y coordinate value.