Class CSValidator

Object

public class CSValidator extends ReferencingValidator
Validates CoordinateSystem and related objects from the org.opengis.referencing.cs package.

This class is provided for users wanting to override the validation methods. When the default behavior is sufficient, the Validators static methods provide a more convenient way to validate various kinds of objects.

Since:
2.2
TODO:
Add checks for Unit of Measurement depending on the coordinate system type. For example, EllipsoidalCS expects two angular values and one linear value (if 3D).