Class WKBLinearRing


  • public class WKBLinearRing
    extends Object
    Represents the internal makings of a WKB Linear Ring.
    • Constructor Detail

      • WKBLinearRing

        public WKBLinearRing​(int numPoints,
                             WKBPoint[] wkbPoints)
        Creates a WKB Linear Ring object
        Parameters:
        numPoints - num points
        wkbPoints - wkb points
    • Method Detail

      • getNumPoints

        public int getNumPoints()
        Returns the number of points.
        Returns:
        int number of points.
      • getWkbPoints

        public WKBPoint[] getWkbPoints()
        Returns the WKB points.
        Returns:
        WKBPoint[] the WKB points.