Package org.postgis

Class Version


  • public class Version
    extends Object
    Corresponds to the appropriate PostGIS that carried this source
    • Field Detail

      • VERSION

        public static final String VERSION
      • MAJOR

        public static final int MAJOR
        The major version
      • MINOR

        public static final int MINOR
        The minor version
      • MICRO

        public static final String MICRO
        The micro version, usually a number including possibly textual suffixes like RC3.
      • FULL

        public static final String FULL
        Full version for human reading - code should use the constants above
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getFullVersion

        public static String getFullVersion()