Provides routines to simplify and localize debugging output. Debugging is controlled via a Java system property value. If the system property with the name given in DEBUG_PROPERTY_NAME (currently "jts.debug") has the value "on" or "true" debugging is enabled. Otherwise, debugging is disabled. The system property can be set by specifying the following JVM option:
-Djts.debug=on
Other
version: 1.7
publicstatic void main(String[] args)
Prints the status of debugging to
System.out
Parameters:
args - args the cmd-line arguments (no arguments are required)