Author: desruisseaux
Date: Tue Oct 7 06:32:54 2014
New Revision: 1629808
URL: http://svn.apache.org/r1629808
Log:
Changed wikipedia link to the English page.
Modified:
sis/site/trunk/content/book/en/developer-guide.html
Modified: sis/site/trunk/content/book/en/developer-guide.html
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/book/en/developer-guide.html?rev=1629808&r1=1629807&r2=1629808&view=diff
==============================================================================
--- sis/site/trunk/content/book/en/developer-guide.html [UTF-8] (original)
+++ sis/site/trunk/content/book/en/developer-guide.html [UTF-8] Tue Oct 7
06:32:54 2014
@@ -2184,7 +2184,7 @@ System.out.println("The GeoAPI interface
<abbr title="Spatial Information System">SIS</abbr> by the <code
class="SIS">Range</code> and <code class="SIS">NumberRange</code>
classes respectively.
The <code class="SIS">NumberRange</code> is used more often, and is also
the one that most closely approaches the
- <a
href="http://fr.wikipedia.org/wiki/Intervalle_%28math%C3%A9matiques%29">the
common mathematical concept of an interval</a>.
+ <a href="http://en.wikipedia.org/wiki/Interval_%28mathematics%29">the
common mathematical concept of an interval</a>.
This textual representation approaches the specifications of
<abbr>ISO</abbr> 31-11 standard,
except that the comma is replaced by the character “…” as the separator of
minimal and maximal values.
For example, “[0 … 256)” represents the range of values from 0 inclusive
to 256 exclusive.