Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[spatial4j-dev] Fwd: [locationtech/spatial4j] cbe140: Add CartesianDistCalc.distanceToLineSegment and IN...

I meant to send this to the list.  It seems the GitHub activity isn't getting auto-CC'ed to the list any more. I'll try and find out why.

---------- Forwarded message ---------
From: david.w.smiley@xxxxxxxxx <david.w.smiley@xxxxxxxxx>
Date: Sun, Jan 10, 2016 at 10:38 AM
Subject: Re: [locationtech/spatial4j] cbe140: Add CartesianDistCalc.distanceToLineSegment and IN...
To: GitHub <noreply@xxxxxxxxxx>


Woops; I meant this to be a pull-request.  Pull request or not, I welcome code review / feedback at any time.

Last week I got distracted by fixing this reported issue.  I have some WIP code for a ShapeBuilder/ShapeFactory I'm anxious to finish soon.

On Sun, Jan 10, 2016 at 10:27 AM GitHub <noreply@xxxxxxxxxx> wrote:
  Branch: refs/heads/master
  Home:   https://github.com/locationtech/spatial4j
  Commit: cbe140873b40e23e780ce68ad26104b264149b02
      https://github.com/locationtech/spatial4j/commit/cbe140873b40e23e780ce68ad26104b264149b02
  Author: David Smiley <david.w.smiley@xxxxxxxxx>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

  Changed paths:
    M src/main/java/com/spatial4j/core/distance/CartesianDistCalc.java

  Log Message:
  -----------
  Add CartesianDistCalc.distanceToLineSegment and INSTANCE and INSTANCE_SQUARED


  Commit: ae8a90fe7d878f759fc319cb940595f86b087c83
      https://github.com/locationtech/spatial4j/commit/ae8a90fe7d878f759fc319cb940595f86b087c83
  Author: David Smiley <david.w.smiley@xxxxxxxxx>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

  Changed paths:
    M src/main/java/com/spatial4j/core/shape/SpatialRelation.java

  Log Message:
  -----------
  SpatialRelation.combine: support null arg


  Commit: bf35bdc25d4a3dbe5a97fd73f79e0c5950e57643
      https://github.com/locationtech/spatial4j/commit/bf35bdc25d4a3dbe5a97fd73f79e0c5950e57643
  Author: David Smiley <david.w.smiley@xxxxxxxxx>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

  Changed paths:
    M src/main/java/com/spatial4j/core/shape/jts/JtsGeometry.java
    M src/test/java/com/spatial4j/core/shape/JtsGeometryTest.java

  Log Message:
  -----------
  Fix JtsGeometry.relate(Circle). No projections or geodetic math, however.  Fixes #127


Compare: https://github.com/locationtech/spatial4j/compare/ccc9b7523e5e...bf35bdc25d4a
--
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
--
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker

Back to the top