You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2014/06/06 17:22:10 UTC

svn commit: r1600915 - in /sis/ip-review: ./ rev/20874/ rev/25050/ rev/28718/

Author: desruisseaux
Date: Fri Jun  6 15:22:10 2014
New Revision: 1600915

URL: http://svn.apache.org/r1600915
Log:
Revert class name back to DimensionFilter. The "MathTransformSeparator" name was confusing after all,
as it gave the impression that it is the opposite of ConcatenatedTransform, while it is not the case.

Added:
    sis/ip-review/DimensionFilter.xhtml
      - copied, changed from r1600908, sis/ip-review/MathTransformSeparator.xhtml
    sis/ip-review/rev/20874/DimensionFilter.xhtml
      - copied, changed from r1600908, sis/ip-review/rev/20874/MathTransformSeparator.xhtml
    sis/ip-review/rev/25050/DimensionFilter.xhtml
      - copied, changed from r1600908, sis/ip-review/rev/25050/MathTransformSeparator.xhtml
    sis/ip-review/rev/28718/DimensionFilter.xhtml
      - copied, changed from r1600908, sis/ip-review/rev/28718/MathTransformSeparator.xhtml
Removed:
    sis/ip-review/MathTransformSeparator.xhtml
    sis/ip-review/rev/20874/MathTransformSeparator.xhtml
    sis/ip-review/rev/25050/MathTransformSeparator.xhtml
    sis/ip-review/rev/28718/MathTransformSeparator.xhtml

Copied: sis/ip-review/DimensionFilter.xhtml (from r1600908, sis/ip-review/MathTransformSeparator.xhtml)
URL: http://svn.apache.org/viewvc/sis/ip-review/DimensionFilter.xhtml?p2=sis/ip-review/DimensionFilter.xhtml&p1=sis/ip-review/MathTransformSeparator.xhtml&r1=1600908&r2=1600915&rev=1600915&view=diff
==============================================================================
--- sis/ip-review/MathTransformSeparator.xhtml (original)
+++ sis/ip-review/DimensionFilter.xhtml Fri Jun  6 15:22:10 2014
@@ -2,14 +2,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta charset="UTF-8"/>
-    <title>MathTransformSeparator history</title>
+    <title>DimensionFilter history</title>
     <style type="text/css" media="all">
       @import url("./reports.css");
     </style>
   </head>
   <body>
     <div>
-      <h1>MathTransformSeparator history</h1>
+      <h1>DimensionFilter history</h1>
   <p>Click on the commit message for inspecting the <code>diff</code> and how the code has been rewritten.</p>
 <p><b>Command line:</b></p>
 <blockquote><code>svn log -r31996:1 http://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/main/java/org/geotools/referencing/operation/transform/DimensionFilter.java</code></blockquote>
@@ -31,16 +31,16 @@
 <tr><td class="rev">29092</td><td>2008-02-05</td><td>desruisseaux</td><td>Documentation updates. Java 5 type safety mostly in EPSG factories. LogarithmicTransform1D optimization by using the new (and presumably more accurate) Java 5 Math.log10(double) method.</td></tr>
 <tr><td class="rev">28974</td><td>2008-01-27</td><td>desruisseaux</td><td>GEOT-1659 fix: CRS.decode(...) search for URN factory even if system hints contains "force longitude first" hint.</td></tr>
 <tr><td class="rev">28922</td><td>2008-01-24</td><td>acuster</td><td>Bump the (at)since version to 2.5 since WKTParser was cut from 2.4</td></tr>
-<tr><td class="rev">28718</td><td>2008-01-11</td><td class="unav">simboss</td><td><a href="rev/28718/MathTransformSeparator.xhtml">-adding constructor with hints</a></td></tr>
+<tr><td class="rev">28718</td><td>2008-01-11</td><td class="unav">simboss</td><td><a href="rev/28718/DimensionFilter.xhtml">-adding constructor with hints</a></td></tr>
 <tr><td class="rev">28540</td><td>2007-12-29</td><td>acuster</td><td>Hide buttons which are not yet used</td></tr>
 <tr><td class="rev">28527</td><td>2007-12-28</td><td>desruisseaux</td><td>GridCoverage2D.evaluate(DirectPosition) now reprojects on the fly if the DirectPosition CRS is different than the GridCoverage CRS.</td></tr>
 <tr><td class="rev">28520</td><td>2007-12-27</td><td>desruisseaux</td><td>Added @Override annotation for safety.</td></tr>
 <tr><td class="rev">28081</td><td>2007-11-27</td><td>desruisseaux</td><td>Java 5 constructs: replaced some StringBuffer by StringBuilder in order to avoid unecessary synchronisation; rely on auto-boxing in order to give a chance to the JVM to reuse its cached values.</td></tr>
 <tr><td class="rev">27575</td><td>2007-10-22</td><td>desruisseaux</td><td>Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516).</td></tr>
-<tr><td class="rev">25050</td><td>2007-04-06</td><td class="unav">jgarnett</td><td><a href="rev/25050/MathTransformSeparator.xhtml">example of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry</a></td></tr>
+<tr><td class="rev">25050</td><td>2007-04-06</td><td class="unav">jgarnett</td><td><a href="rev/25050/DimensionFilter.xhtml">example of custom file based TestSutie, copy JTS parsing code over to unsupported/geometry</a></td></tr>
 <tr><td class="rev">22327</td><td>2006-10-23</td><td>desruisseaux</td><td>GEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory.</td></tr>
 <tr><td class="rev">22315</td><td>2006-10-22</td><td>desruisseaux</td><td>Reorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'.</td></tr>
-<tr><td class="rev">20874</td><td>2006-08-07</td><td class="unav">jgarnett</td><td><a href="rev/20874/MathTransformSeparator.xhtml">ip review</a></td></tr>
+<tr><td class="rev">20874</td><td>2006-08-07</td><td class="unav">jgarnett</td><td><a href="rev/20874/DimensionFilter.xhtml">ip review</a></td></tr>
 <tr><td class="rev">17672</td><td>2006-01-19</td><td>desruisseaux</td><td>Added @source tag.</td></tr>
 <tr><td class="rev">17660</td><td>2006-01-18</td><td>desruisseaux</td><td>Fixed SVN attributes, including the addition of URL attribute.</td></tr>
 <tr><td class="rev">15350</td><td>2005-08-16</td><td>desruisseaux</td><td>Merged the 'split-main' branch to trunk (GEOT-662)</td></tr>

Copied: sis/ip-review/rev/20874/DimensionFilter.xhtml (from r1600908, sis/ip-review/rev/20874/MathTransformSeparator.xhtml)
URL: http://svn.apache.org/viewvc/sis/ip-review/rev/20874/DimensionFilter.xhtml?p2=sis/ip-review/rev/20874/DimensionFilter.xhtml&p1=sis/ip-review/rev/20874/MathTransformSeparator.xhtml&r1=1600908&r2=1600915&rev=1600915&view=diff
==============================================================================
--- sis/ip-review/rev/20874/MathTransformSeparator.xhtml (original)
+++ sis/ip-review/rev/20874/DimensionFilter.xhtml Fri Jun  6 15:22:10 2014
@@ -2,14 +2,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta charset="UTF-8"/>
-    <title>MathTransformSeparator changes for revisions 20873:20874</title>
+    <title>DimensionFilter changes for revisions 20873:20874</title>
     <style type="text/css" media="all">
       @import url("../../reports.css");
     </style>
   </head>
   <body>
     <div>
-      <h1>MathTransformSeparator changes for revisions 20873:20874</h1>
+      <h1>DimensionFilter changes for revisions 20873:20874</h1>
 <p>Changes in GeoTools header only. The removal of the "<cite>or (at your option) any later version</cite>" clause
 must be keep in Geotk for every classes having contribution from a developer other than those who accepted re-licensing.
 This header does not apply to Apache SIS, since the above-cited contributions are omitted.</p>

Copied: sis/ip-review/rev/25050/DimensionFilter.xhtml (from r1600908, sis/ip-review/rev/25050/MathTransformSeparator.xhtml)
URL: http://svn.apache.org/viewvc/sis/ip-review/rev/25050/DimensionFilter.xhtml?p2=sis/ip-review/rev/25050/DimensionFilter.xhtml&p1=sis/ip-review/rev/25050/MathTransformSeparator.xhtml&r1=1600908&r2=1600915&rev=1600915&view=diff
==============================================================================
--- sis/ip-review/rev/25050/MathTransformSeparator.xhtml (original)
+++ sis/ip-review/rev/25050/DimensionFilter.xhtml Fri Jun  6 15:22:10 2014
@@ -2,14 +2,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta charset="UTF-8"/>
-    <title>MathTransformSeparator changes for revisions 25049:25050</title>
+    <title>DimensionFilter changes for revisions 25049:25050</title>
     <style type="text/css" media="all">
       @import url("../../reports.css");
     </style>
   </head>
   <body>
     <div>
-      <h1>MathTransformSeparator changes for revisions 25049:25050</h1>
+      <h1>DimensionFilter changes for revisions 25049:25050</h1>
 <p>This change is not relevant to Apache SIS since we will not port <code>ReferencingFactoryFinder</code>.
 The plan is to depend on some dependency injection framework instead.</p>
 <p><b>Command line:</b></p>

Copied: sis/ip-review/rev/28718/DimensionFilter.xhtml (from r1600908, sis/ip-review/rev/28718/MathTransformSeparator.xhtml)
URL: http://svn.apache.org/viewvc/sis/ip-review/rev/28718/DimensionFilter.xhtml?p2=sis/ip-review/rev/28718/DimensionFilter.xhtml&p1=sis/ip-review/rev/28718/MathTransformSeparator.xhtml&r1=1600908&r2=1600915&rev=1600915&view=diff
==============================================================================
--- sis/ip-review/rev/28718/MathTransformSeparator.xhtml (original)
+++ sis/ip-review/rev/28718/DimensionFilter.xhtml Fri Jun  6 15:22:10 2014
@@ -2,14 +2,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta charset="UTF-8"/>
-    <title>MathTransformSeparator changes for revisions 28717:28718</title>
+    <title>DimensionFilter changes for revisions 28717:28718</title>
     <style type="text/css" media="all">
       @import url("../../reports.css");
     </style>
   </head>
   <body>
     <div>
-      <h1>MathTransformSeparator changes for revisions 28717:28718</h1>
+      <h1>DimensionFilter changes for revisions 28717:28718</h1>
 <p>This change is not relevant to Apache SIS since we will not port <code>ReferencingFactoryFinder</code>
 and their <code>Hints</code>. The plan is to depend on some dependency injection framework instead.</p>
 <p><b>Command line:</b></p>