Interface BBoxExprFactory


public interface BBoxExprFactory
Interface to create sparql fragments for bounding box matching in different vocabularies
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.expr.Expr
    createExpr(org.locationtech.jts.geom.Envelope bbox)
     
  • Method Details

    • createExpr

      org.apache.jena.sparql.expr.Expr createExpr(org.locationtech.jts.geom.Envelope bbox)