Package org.opengis.test.metadata
Class ExtentValidator
java.lang.Object
org.opengis.test.Validator
org.opengis.test.metadata.MetadataValidator
org.opengis.test.metadata.ExtentValidator
Validates
Extent and related objects from the
org.opengis.metadata.extent package. This class should not be used directly;
use the Validators convenience static methods instead.- Since:
- 2.2
- Version:
- 3.0
-
Field Summary
Fields inherited from class org.opengis.test.Validator
container, DEFAULT_TOLERANCE, enforceForbiddenAttributes, logger, requireMandatoryAttributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(GeographicExtent object) Dispatches the given object to one ofvalidatemethods.voidvalidate(BoundingPolygon object) Validates the bounding polygon.voidValidates the given extent.voidvalidate(GeographicBoundingBox object) Validates the geographic bounding box.voidvalidate(GeographicDescription object) Validates the geographic description.voidvalidate(TemporalExtent object) Validates the temporal extent.voidvalidate(VerticalExtent object) Validates the vertical extent.Methods inherited from class org.opengis.test.metadata.MetadataValidator
validateCollection, validateMandatory, validateOptional
-
Constructor Details
-
ExtentValidator
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 geographic description.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the bounding polygon.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the geographic bounding box.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the vertical extent.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the temporal extent.- Parameters:
object- The object to validate, ornull.
-
validate
Validates the given extent.- Parameters:
object- The object to validate, ornull.
-