Issue #117
Change-Id: I83e97c43ab9c27a965a9329d5cc4d691c7e20dc2 Former-commit-id:cfc815af76
[formerly c877d3db7b960309def150343672757b59b353a3] Former-commit-id:6e1dd369a8
This commit is contained in:
parent
50732574aa
commit
9eb26957f2
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