Github user meiercaleb commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/187#discussion_r129955663
  
    --- Diff: 
extras/rya.geoindexing/src/main/java/org/apache/rya/indexing/GeoIndexer.java ---
    @@ -182,4 +183,25 @@
         * @return
         */
        public abstract CloseableIteration<Statement, QueryEvaluationException> 
queryOverlaps(Geometry query, StatementConstraints contraints);
    +   
    +    /**
    +     * Returns statements that contain a geometry that is near the queried 
{@link Geometry} and meet the {@link StatementConstraints}.
    +     * <p>
    +     * A geometry is considered near if it within the min/max distances 
specified in the provided {@link NearQuery}.  This will make a disc (specify 
max),
    +     *  a donut(specify both), or a spheroid complement disc (specify min)
    +     * To specify max/min distances:
    +     * <ul>
    +     * <li>Enter parameters in order MAX, MIN -- Donut</li>
    +     * <li>Omit the MIN -- Disc</li>
    +     * <li>Enter 0 for MAX, and Enter parameter for MIN -- Spheroid 
complement Dist</li>
    +     * <li>Omit both -- Default max/min [TODO: Find these values]</li>
    --- End diff --
    
    What is the unit of measurement here?  


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to