Interface GisPart

  • All Known Implementing Classes:
    ContourLine

    public interface GisPart
    An interface for simple GIS parts, (analogous to ESRI Shapefile parts).
    • Method Detail

      • getNumPoints

        int getNumPoints()
        Get number of points in this part.
        Returns:
        number of points in this part.
      • getX

        double[] getX()
        Get x coordinates for this part.
        Returns:
        array of x coordinates.
      • getY

        double[] getY()
        Get y coordinates for this part.
        Returns:
        array of y coordinates.