From commits-return-19491-archive-asf-public=cust-asf.ponee.io@jena.apache.org Thu Mar 29 23:24:18 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BD7331807A5 for ; Thu, 29 Mar 2018 23:24:16 +0200 (CEST) Received: (qmail 34672 invoked by uid 500); 29 Mar 2018 21:24:15 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 34596 invoked by uid 99); 29 Mar 2018 21:24:15 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2018 21:24:15 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 3953B3A0385 for ; Thu, 29 Mar 2018 21:24:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1828035 [6/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ org/apache/jena/query/spatial/ org/apache/jena/quer... Date: Thu, 29 Mar 2018 21:24:13 -0000 To: commits@jena.apache.org From: andy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180329212414.3953B3A0385@svn01-us-west.apache.org> Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialDocProducerTriples.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialDocProducerTriples.html?rev=1828035&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialDocProducerTriples.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialDocProducerTriples.html Thu Mar 29 21:24:11 2018 @@ -0,0 +1,341 @@ + + + + + + +SpatialDocProducerTriples (Apache Jena - SPARQL Spatial Search 3.7.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Class SpatialDocProducerTriples

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.jena.query.spatial.SpatialDocProducerTriples
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndex.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndex.html?rev=1828035&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndex.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndex.html Thu Mar 29 21:24:11 2018 @@ -0,0 +1,314 @@ + + + + + + +SpatialIndex (Apache Jena - SPARQL Spatial Search 3.7.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Interface SpatialIndex

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        startIndexing

        +
        void startIndexing()
        +
      • +
      + + + +
        +
      • +

        add

        +
        void add(String EntityURI,
        +         org.locationtech.spatial4j.shape.Shape... shapes)
        +
      • +
      + + + +
        +
      • +

        finishIndexing

        +
        void finishIndexing()
        +
      • +
      + + + +
        +
      • +

        abortIndexing

        +
        void abortIndexing()
        +
      • +
      + + + +
        +
      • +

        query

        +
        List<Node> query(org.locationtech.spatial4j.shape.Shape shape,
        +                 int limit,
        +                 org.apache.lucene.spatial.query.SpatialOperation operation)
        +
        Access the index - limit if -1 for as many as possible
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexContext.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexContext.html?rev=1828035&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexContext.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexContext.html Thu Mar 29 21:24:11 2018 @@ -0,0 +1,279 @@ + + + + + + +SpatialIndexContext (Apache Jena - SPARQL Spatial Search 3.7.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Class SpatialIndexContext

+
+
+ +
+
    +
  • +
    +
    +
    public class SpatialIndexContext
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpatialIndexContext

        +
        public SpatialIndexContext(SpatialIndex indexer)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexException.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexException.html?rev=1828035&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexException.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexException.html Thu Mar 29 21:24:11 2018 @@ -0,0 +1,327 @@ + + + + + + +SpatialIndexException (Apache Jena - SPARQL Spatial Search 3.7.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Class SpatialIndexException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpatialIndexException

        +
        public SpatialIndexException()
        +
      • +
      + + + +
        +
      • +

        SpatialIndexException

        +
        public SpatialIndexException(Throwable cause)
        +
      • +
      + + + +
        +
      • +

        SpatialIndexException

        +
        public SpatialIndexException(String msg)
        +
      • +
      + + + +
        +
      • +

        SpatialIndexException

        +
        public SpatialIndexException(String msg,
        +                             Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexLucene.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexLucene.html?rev=1828035&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexLucene.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialIndexLucene.html Thu Mar 29 21:24:11 2018 @@ -0,0 +1,458 @@ + + + + + + +SpatialIndexLucene (Apache Jena - SPARQL Spatial Search 3.7.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Class SpatialIndexLucene

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        ftIRI

        +
        public static final org.apache.lucene.document.FieldType ftIRI
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpatialIndexLucene

        +
        public SpatialIndexLucene(org.apache.lucene.store.Directory directory,
        +                          EntityDefinition def)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDirectory

        +
        public org.apache.lucene.store.Directory getDirectory()
        +
      • +
      + + + +
        +
      • +

        getAnalyzer

        +
        public org.apache.lucene.analysis.Analyzer getAnalyzer()
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        add

        +
        public void add(String entityURI,
        +                org.locationtech.spatial4j.shape.Shape... shapes)
        +
        +
        Specified by:
        +
        add in interface SpatialIndex
        +
        +
      • +
      + + + +
        +
      • +

        query

        +
        public List<Node> query(org.locationtech.spatial4j.shape.Shape shape,
        +                        int limit,
        +                        org.apache.lucene.spatial.query.SpatialOperation operation)
        +
        Description copied from interface: SpatialIndex
        +
        Access the index - limit if -1 for as many as possible
        +
        +
        Specified by:
        +
        query in interface SpatialIndex
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ +