Package org.opengis.test.referencing
Class CRSValidator
Object
Validator
ReferencingValidator
CRSValidator
Validates
CoordinateReferenceSystem and related objects from the
org.opengis.referencing.crs package. This class should not be used
directly; use the Validators convenience static methods
instead.- Since:
- 2.2
-
Field Summary
Fields inherited from class Validator
container, DEFAULT_TOLERANCE, enforceForbiddenAttributes, logger, requireMandatoryAttributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(CoordinateReferenceSystem object) Dispatches the given object to one ofvalidatemethods.voidvalidate(DerivedCRS object) Validates the given coordinate reference system.voidvalidate(EngineeringCRS object) Validates the given coordinate reference system.voidvalidate(GeocentricCRS object) Validates the given coordinate reference system.voidvalidate(GeographicCRS object) Validates the given coordinate reference system.voidValidates the given coordinate reference system.voidvalidate(ProjectedCRS object) Validates the given coordinate reference system.voidvalidate(TemporalCRS object) Validates the given coordinate reference system.voidvalidate(VerticalCRS object) Validates the given coordinate reference system.Methods inherited from class ReferencingValidator
dispatchObject, validate
-
Constructor Details
-
CRSValidator
Creates a new validator.- Parameters:
container- The container of this validator.
-
-
Method Details
-
dispatch
Dispatches the given object to one ofvalidatemethods.- Parameters:
object- The object to dispatch.
-
validate
Validates the given coordinate reference system.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given coordinate reference system.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given coordinate reference system.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given coordinate reference system.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given coordinate reference system.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given coordinate reference system.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given coordinate reference system.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given coordinate reference system.- Parameters:
object- The object to validate, ornull.
-