Class ExtentValidator


public class ExtentValidator extends MetadataValidator
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
  • Constructor Details

    • ExtentValidator

      public ExtentValidator(ValidatorContainer container)
      Creates a new validator.
      Parameters:
      container - The container of this validator.
  • Method Details

    • dispatch

      public void dispatch(GeographicExtent object)
      Dispatches the given object to one of validate methods.
      Parameters:
      object - The object to dispatch.
    • validate

      public void validate(GeographicDescription object)
      Validates the geographic description.
      Parameters:
      object - The object to validate, or null.
    • validate

      public void validate(BoundingPolygon object)
      Validates the bounding polygon.
      Parameters:
      object - The object to validate, or null.
    • validate

      public void validate(GeographicBoundingBox object)
      Validates the geographic bounding box.
      Parameters:
      object - The object to validate, or null.
    • validate

      public void validate(VerticalExtent object)
      Validates the vertical extent.
      Parameters:
      object - The object to validate, or null.
    • validate

      public void validate(TemporalExtent object)
      Validates the temporal extent.
      Parameters:
      object - The object to validate, or null.
    • validate

      public void validate(Extent object)
      Validates the given extent.
      Parameters:
      object - The object to validate, or null.