Class GeoValueExpr

    • Constructor Detail

      • GeoValueExpr

        public GeoValueExpr​(String value)
        Creates a new ValueExpr.
        Parameters:
        value - the value
    • Method Detail

      • getGeometry

        public String getGeometry()
        Gets the value.
        Returns:
        the value
      • isGeometry

        public boolean isGeometry()
        Description copied from interface: Expr
        Check if this expression is a geometry expresion.
        Specified by:
        isGeometry in interface Expr
        Returns:
        if it is a geometry expression
      • asGeometry

        public Optional<GeoValueExpr> asGeometry()
        Description copied from interface: Expr
        Get this expression as a geometry expression
        Specified by:
        asGeometry in interface Expr
        Returns:
        the expression or Optional.empty() if the type does not match
      • accept

        public <T,​X extends Throwable> T accept​(ExprVisitor<T,​X> visitor)
                                               throws X extends Throwable
        Description copied from interface: Expr
        Accepts visitor for this expression.
        Specified by:
        accept in interface Expr
        Type Parameters:
        T - the visitor's return type
        X - the exception type the visitor may throw
        Parameters:
        visitor - the visitor
        Returns:
        the result of the visit
        Throws:
        X - if the visitor fails to visit this expression
        X extends Throwable
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object