Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 06D01200828 for ; Fri, 13 May 2016 14:47:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0582316099F; Fri, 13 May 2016 12:47:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C1120160A12 for ; Fri, 13 May 2016 14:47:06 +0200 (CEST) Received: (qmail 53376 invoked by uid 500); 13 May 2016 12:47:05 -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 53367 invoked by uid 99); 13 May 2016 12:47:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 12:47:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6467A1A00E1 for ; Fri, 13 May 2016 12:47:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.999 X-Spam-Level: ** X-Spam-Status: No, score=2.999 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id BVrOwWk4BfQ0 for ; Fri, 13 May 2016 12:46:41 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 68A8D5F2F0 for ; Fri, 13 May 2016 12:46:40 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id ED551E0E3B for ; Fri, 13 May 2016 12:46:37 +0000 (UTC) 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 62BE03A1A4B for ; Fri, 13 May 2016 12:46:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1743671 [8/35] - in /jena/site/trunk/content/documentation/javadoc: spatial/ spatial/examples/ spatial/examples/class-use/ spatial/jena/ spatial/jena/class-use/ spatial/org/ spatial/org/apache/ spatial/org/apache/jena/ spatial/org/apache/j... Date: Fri, 13 May 2016 12:46:35 -0000 To: commits@jena.apache.org From: andy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160513124637.62BE03A1A4B@svn01-us-west.apache.org> archived-at: Fri, 13 May 2016 12:47:09 -0000 Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialPredicatePair.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialPredicatePair.html?rev=1743671&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialPredicatePair.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialPredicatePair.html Fri May 13 12:46:33 2016 @@ -0,0 +1,339 @@ + + + + + + +SpatialPredicatePair (Apache Jena - SPARQL Spatial Search 3.1.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Class SpatialPredicatePair

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.jena.query.spatial.SpatialPredicatePair
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class SpatialPredicatePair
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpatialPredicatePair

        +
        public SpatialPredicatePair(Node latitudePredicate,
        +                            Node longitudePredicate)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getLatitudePredicate

        +
        public Node getLatitudePredicate()
        +
      • +
      + + + +
        +
      • +

        getLongitudePredicate

        +
        public Node getLongitudePredicate()
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object otherObject)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialPredicatePairValue.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialPredicatePairValue.html?rev=1743671&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialPredicatePairValue.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialPredicatePairValue.html Fri May 13 12:46:33 2016 @@ -0,0 +1,361 @@ + + + + + + +SpatialPredicatePairValue (Apache Jena - SPARQL Spatial Search 3.1.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Class SpatialPredicatePairValue

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.jena.query.spatial.SpatialPredicatePairValue
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class SpatialPredicatePairValue
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getLatitudeValue

        +
        public Double getLatitudeValue()
        +
      • +
      + + + +
        +
      • +

        getLongitudeValue

        +
        public Double getLongitudeValue()
        +
      • +
      + + + + + + + +
        +
      • +

        setValue

        +
        public void setValue(Node predicate,
        +                     Double value)
        +
      • +
      + + + +
        +
      • +

        getTheOtherValue

        +
        public Double getTheOtherValue(Node predicate)
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object otherObject)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialQuery.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialQuery.html?rev=1743671&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialQuery.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialQuery.html Fri May 13 12:46:33 2016 @@ -0,0 +1,425 @@ + + + + + + +SpatialQuery (Apache Jena - SPARQL Spatial Search 3.1.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Class SpatialQuery

+
+
+ +
+
    +
  • +
    +
    +
    public class SpatialQuery
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpatialQuery

        +
        public SpatialQuery()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        init

        +
        public static void init()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialQueryFuncs.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialQueryFuncs.html?rev=1743671&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialQueryFuncs.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialQueryFuncs.html Fri May 13 12:46:33 2016 @@ -0,0 +1,308 @@ + + + + + + +SpatialQueryFuncs (Apache Jena - SPARQL Spatial Search 3.1.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Class SpatialQueryFuncs

+
+
+ +
+
    +
  • +
    +
    +
    public class SpatialQueryFuncs
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpatialQueryFuncs

        +
        public SpatialQueryFuncs()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        subjectToString

        +
        public static String subjectToString(Node s)
        +
        Create a string to put in a Lucene/Solr index for the subject node
        +
      • +
      + + + +
        +
      • +

        graphNodeToString

        +
        public static String graphNodeToString(Node g)
        +
        Create a string to put in a Lucene/Solr index for a graph node
        +
      • +
      + + + +
        +
      • +

        stringToNode

        +
        public static Node stringToNode(String v)
        +
        Recover a Node from a stored Lucene/Solr string
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialValueUtil.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialValueUtil.html?rev=1743671&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialValueUtil.html (added) +++ jena/site/trunk/content/documentation/javadoc/spatial/org/apache/jena/query/spatial/SpatialValueUtil.html Fri May 13 12:46:33 2016 @@ -0,0 +1,291 @@ + + + + + + +SpatialValueUtil (Apache Jena - SPARQL Spatial Search 3.1.0) + + + + + + + + + + + + +
+
org.apache.jena.query.spatial
+

Class SpatialValueUtil

+
+
+ +
+
    +
  • +
    +
    +
    public class SpatialValueUtil
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SpatialValueUtil

        +
        public SpatialValueUtil()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isDecimal

        +
        public static boolean isDecimal(Node n)
        +
        Does the LiteralLabel look like a decimal? + (Maybe a string - if so, OK if it parses as a decimal)
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ +