Class ContourFeature

  • All Implemented Interfaces:
    GisFeature

    public class ContourFeature
    extends AbstractGisFeature
    An AbstractGisFeature derived class for contour lines.

    Created:

    • Constructor Detail

      • ContourFeature

        public ContourFeature​(List<ContourLine> conLines)
        constructor
    • Method Detail

      • getContourValue

        public double getContourValue()
        Get the value of the contour level for all the contour lines in this object.
        Returns:
        double value
      • getNumPoints

        public int getNumPoints()
        Description copied from interface: GisFeature
        Get total number of points in all parts of this feature.
        Specified by:
        getNumPoints in interface GisFeature
        Specified by:
        getNumPoints in class AbstractGisFeature
        Returns:
        total number of points in all parts of this feature.