Class Validators

java.lang.Object
org.opengis.test.Validators

public class Validators extends Object
A set of convenience static methods for validating GeoAPI implementations. Every validate method defined in this class delegate their work to one of many Validator objects in various packages. This class is especially convenient when used with static import statements.

To override some validation process on a system-wide basis, vendors can change the DEFAULT static field or change the configuration of the object referenced by that field.

To override some validation process without changing the system-wide setting, users can create a new instance of ValidatorContainer and use that instance instead of this class.

Since:
2.2
Version:
3.0