Merge "Issue #117" into master_14.2.1
Former-commit-id: 46a6facdf2894434c0787bd9f4b9f9e1cb7cc35f
This commit is contained in:
commit
6b5e8c49d9
3 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ import com.vividsolutions.jts.geom.prep.PreparedGeometryFactory;
|
||||||
* 10/01/2013 DR 16632 Qinglu Lin Fixed the bug in for loop range.
|
* 10/01/2013 DR 16632 Qinglu Lin Fixed the bug in for loop range.
|
||||||
* 10/17/2013 DR 16632 Qinglu Lin Updated removeOverlaidLinesegments().
|
* 10/17/2013 DR 16632 Qinglu Lin Updated removeOverlaidLinesegments().
|
||||||
* 10/18/2013 DR 16632 Qinglu Lin Catch exception thrown when coords length is less than 4 and doing createLinearRing(coords).
|
* 10/18/2013 DR 16632 Qinglu Lin Catch exception thrown when coords length is less than 4 and doing createLinearRing(coords).
|
||||||
* 12/17/2013 DR 16567 Qinglu Lin Added createPolygonByPoints(). Gerrit testing
|
* 12/17/2013 DR 16567 Qinglu Lin Added createPolygonByPoints().
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @author mschenke
|
* @author mschenke
|
||||||
|
|
|
@ -195,7 +195,7 @@ import com.vividsolutions.jts.io.WKTReader;
|
||||||
* Use A1 hatching behavior when no county passes the inclusion filter.
|
* Use A1 hatching behavior when no county passes the inclusion filter.
|
||||||
* 10/29/2013 DR 16734 D. Friedman If redraw-from-hatched-area fails, don't allow the pollygon the be used.
|
* 10/29/2013 DR 16734 D. Friedman If redraw-from-hatched-area fails, don't allow the pollygon the be used.
|
||||||
* 12/17/2013 DR 16567 Qinglu Lin Added findLargestGeometry() and findLargestQuadrant(), and updated
|
* 12/17/2013 DR 16567 Qinglu Lin Added findLargestGeometry() and findLargestQuadrant(), and updated
|
||||||
* populateStrings() and paintText(). TEST gerrit!!!
|
* populateStrings() and paintText().
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @author mschenke
|
* @author mschenke
|
||||||
|
|
|
@ -27,7 +27,7 @@ import com.vividsolutions.jts.geom.prep.PreparedGeometry;
|
||||||
* Nov 15, 2010 mschenke Initial creation
|
* Nov 15, 2010 mschenke Initial creation
|
||||||
* Apr 28, 2013 1955 jsanchez Added an ignoreUserData flag to intersection method.
|
* Apr 28, 2013 1955 jsanchez Added an ignoreUserData flag to intersection method.
|
||||||
* Oct 21, 2013 DR 16632 D. Friedman Handle zero-length input in union.
|
* Oct 21, 2013 DR 16632 D. Friedman Handle zero-length input in union.
|
||||||
* Dec 13, 2013 DR 16567 Qinglu Lin Added contains(). TEST gerrit!
|
* Dec 13, 2013 DR 16567 Qinglu Lin Added contains().
|
||||||
*
|
*
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue