Class DatumValidator
java.lang.Object
org.opengis.test.Validator
org.opengis.test.referencing.ReferencingValidator
org.opengis.test.referencing.DatumValidator
Validates
Datum and related objects from the org.opengis.datum package. This
class should not be used directly; use the Validators convenience
static methods instead.- Since:
- 2.2
- Version:
- 3.0.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final UnitsThe units of measurement to be used for the verifications.Fields inherited from class Validator
container, DEFAULT_TOLERANCE, enforceForbiddenAttributes, logger, requireMandatoryAttributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDispatches the given object to one ofvalidatemethods.voidValidates the given ellipsoid.voidvalidate(EngineeringDatum object) Validates the given datum.voidvalidate(GeodeticDatum object) Validates the given datum.voidvalidate(ImageDatum object) Validates the given datum.voidvalidate(PrimeMeridian object) Validates the given prime meridian.voidvalidate(TemporalDatum object) Validates the given datum.voidvalidate(VerticalDatum object) Validates the given datum.Methods inherited from class ReferencingValidator
dispatchObject, validate, validateIdentifiedObject, validateReferenceSystem
-
Field Details
-
units
The units of measurement to be used for the verifications.
-
-
Constructor Details
-
DatumValidator
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 prime meridian.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given ellipsoid.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given datum.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given datum.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given datum.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given datum.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given datum.- Parameters:
object- The object to validate, ornull.
-