Interface IBaseGeometryTypeVisitor<T,E extends Exception>

All Known Implementing Classes:
AbstractBaseGeometryTypeVisitor

public interface IBaseGeometryTypeVisitor<T,E extends Exception>
  • Method Details

    • visitPoint

      T visitPoint() throws E
      Throws:
      E extends Exception
    • visitCurve

      T visitCurve() throws E
      Throws:
      E extends Exception
    • visitPolygon

      T visitPolygon() throws E
      Throws:
      E extends Exception
    • visitUnknown

      T visitUnknown() throws E
      Throws:
      E extends Exception