Class JTSVersion

Hierarchy: Object , JTSVersion
public class JTSVersion
JTS API version information.

Versions consist of a 3-part version number: major.minor.patch An optional release status string may be present in the string version of the version.

Other

  • version: 1.7
public static void main(String[] args)
Prints the current JTS version to stdout.
Parameters:
args - args the command-line arguments (none are required).
public int getMajor()
Gets the major number of the release version.
Returns:
the major number of the release version.
public int getMinor()
Gets the minor number of the release version.
Returns:
the minor number of the release version.
public int getPatch()
Gets the patch number of the release version.
Returns:
the patch number of the release version.
public String toString()
Gets the full version number, suitable for display.
Returns:
the full version number, suitable for display.