Interface VerticalAxis

    • Method Detail

      • getVerticalCrs

        VerticalCrs getVerticalCrs()
        Returns the vertical coordinate reference system for coordinates on this axis
        Specified by:
        getVerticalCrs in interface VerticalDomain
        Returns:
        The co-ordinate reference system which applies to this domain
      • isAscending

        boolean isAscending()
        Returns true if the values on the axis are in ascending order according to their natural ordering.

        Note that this does not have the same meaning as getVerticalCrs().getPositiveDirection().

        Specified by:
        isAscending in interface ReferenceableAxis<Double>