Interface GeometryValidator

All Known Implementing Classes:
GeographyValidator, StandardValidator

public interface GeometryValidator
Generic geometry validator that can be used by the parser to verify the validity of the parsed geometry
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(Geometry geometry)
    Validates the geometry and throws IllegalArgumentException if the geometry is not valid
  • Method Details

    • validate

      void validate(Geometry geometry)
      Validates the geometry and throws IllegalArgumentException if the geometry is not valid