Skip to content

Commit

Permalink
update version history
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Aug 20, 2018
1 parent 3221a31 commit 8d433ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/JTS_Version_History.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ <h3>API Changes</h3>
<li>Added XYZM support to <code>CoordinateSequence</code> and <code>CoordinateSequenceFactory</code> with <code>getDimension()</code> and <code>getMeasures()</code> information.</li>
<li>Introduced <code>Coordinate</code> methods for <code>getX()</code>, <code>getY()</code>, <code>getZ()</code>, and <code>getM()</code>.</li>
<li>Deprecated <code>Coordiante.z</code field, use <code>Coordinate.getZ()</code>.
<li>Introduced <code>Coordinate</code> subclasses introduced for XY, XYM, XYZM representations.</li>
<li><code>Coordinate</code> subclasses introduced for XY, XYM, XYZM representations.</li>
</ul>

<h3>Functionality Improvements</h3>
<ul>
<li>Removed <code>PackedCoordinateSequenceFactory</code> constructor used to supply a default dimension, use appropriate <code>create( size, dimension )</code> instead.</li>
<li>WKTReader and WKTWriter support for measures</li>
</ul>

<!-- ================================================================ -->
<hr size='4' color='darkblue'>
<h2>Version 1.15</h2>
Expand Down

0 comments on commit 8d433ca

Please sign in to comment.