Class GeoRelationQuerySpec

    • Constructor Detail

      • GeoRelationQuerySpec

        public GeoRelationQuerySpec()
    • Method Detail

      • setRelation

        public void setRelation​(String relation)
      • getRelation

        public String getRelation()
      • setFunctionParent

        public void setFunctionParent​(QueryModelNode functionParent)
      • setQueryGeometry

        public void setQueryGeometry​(Literal shape)
      • getQueryGeometry

        public Literal getQueryGeometry()
      • setFunctionValueVar

        public void setFunctionValueVar​(String varName)
      • getFunctionValueVar

        public String getFunctionValueVar()
      • getSubjectVar

        public String getSubjectVar()
      • getContextVar

        public Var getContextVar()
      • getGeoProperty

        public IRI getGeoProperty()
      • getGeoVar

        public String getGeoVar()
      • setFilter

        public void setFilter​(Filter f)
      • getFilter

        public Filter getFilter()
      • getParentQueryModelNode

        public QueryModelNode getParentQueryModelNode()
      • removeQueryPatterns

        public QueryModelNode removeQueryPatterns()
        Description copied from interface: SearchQueryEvaluator
        Removes the query patterns and returns a placeholder where the query results could be placed.