Class WKBPoint


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

      • WKBPoint

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

      • 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.