Class ContourLine

    • Constructor Detail

      • ContourLine

        public ContourLine​(ArrayList points,
                           double level,
                           boolean ifNew)
    • Method Detail

      • getNumPoints

        public int getNumPoints()
        Description copied from interface: GisPart
        Get number of points in this part.
        Specified by:
        getNumPoints in interface GisPart
        Returns:
        number of points in this part.
      • getX

        public double[] getX()
        Description copied from interface: GisPart
        Get x coordinates for this part.
        Specified by:
        getX in interface GisPart
        Returns:
        array of x coordinates.
      • getY

        public double[] getY()
        Description copied from interface: GisPart
        Get y coordinates for this part.
        Specified by:
        getY in interface GisPart
        Returns:
        array of y coordinates.
      • getContourLevel

        public double getContourLevel()
      • isNewLine

        public boolean isNewLine()
      • setNewLineFlag

        public void setNewLineFlag​(boolean newflag)