Package org.postgis
Class Version
- java.lang.Object
-
- org.postgis.Version
-
public class Version extends Object
Corresponds to the appropriate PostGIS that carried this source
-
-
Field Summary
Fields Modifier and Type Field Description static StringFULLFull version for human reading - code should use the constants abovestatic intMAJORThe major versionstatic StringMICROThe micro version, usually a number including possibly textual suffixes like RC3.static intMINORThe minor versionstatic StringVERSION
-
Constructor Summary
Constructors Constructor Description Version()
-
-
-
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
-
-
Method Detail
-
getFullVersion
public static String getFullVersion()
-
-