Package org.opengis.test.referencing
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 Units
The units of measurement to be used for the verifications.Fields inherited from class org.opengis.test.Validator
container, DEFAULT_TOLERANCE, enforceForbiddenAttributes, logger, requireMandatoryAttributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Dispatches the given object to one ofvalidate
methods.void
Validates the given ellipsoid.void
validate
(EngineeringDatum object) Validates the given datum.void
validate
(GeodeticDatum object) Validates the given datum.void
validate
(ImageDatum object) Validates the given datum.void
validate
(PrimeMeridian object) Validates the given prime meridian.void
validate
(TemporalDatum object) Validates the given datum.void
validate
(VerticalDatum object) Validates the given datum.Methods inherited from class org.opengis.test.referencing.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 ofvalidate
methods.- 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
.
-