Author: desruisseaux
Date: Wed Feb 18 23:19:07 2015
New Revision: 1660762
URL: http://svn.apache.org/r1660762
Log:
Minor javadoc formatting: separator between the EPSG and WKT example,
put the note about EPSG prameter names closer to the EPSG example.
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/parameter/TensorParameters.java
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/parameter/TensorParameters.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/parameter/TensorParameters.java?rev=1660762&r1=1660761&r2=1660762&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/parameter/TensorParameters.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/parameter/TensorParameters.java
[UTF-8] Wed Feb 18 23:19:07 2015
@@ -86,7 +86,7 @@ import java.util.Objects;
* <caption>Well Known Text format for a matrix</caption>
* <tr>
* <th>Using EPSG names</th>
- * <th>Using OGC names</th>
+ * <th class="sep">Using OGC names</th>
* </tr>
* <tr><td>
* {@preformat wkt
@@ -97,7 +97,12 @@ import java.util.Objects;
* Parameter["B1", <value>, ID["EPSG",8640]],
* Parameter["B2", <value>, ID["EPSG",8641]]
* }
- * </td><td>
+ *
+ * <div class="note"><b>Note:</b>
+ * the EPSG database contains also A3, A4, A5, A6, A7, A8 and B3 parameters,
+ * but they are for polynomial transformations, not affine
transformations.</div>
+ *
+ * </td><td class="sep">
* {@preformat wkt
* Parameter["num_row", 3],
* Parameter["num_col", 3],
@@ -112,10 +117,6 @@ import java.util.Objects;
* }
* </td></tr></table>
*
- * <div class="note"><b>Note:</b>
- * the EPSG database contains also A3, A4, A5, A6, A7, A8 and B3 parameters,
- * but they are for polynomial transformations, not affine
transformations.</div>
- *
* Those groups are extensible, i.e. the number of
<code>"elt_<var>row</var>_<var>col</var>"</code> parameters
* depends on the {@code "num_row"} and {@code "num_col"} parameter values.
For this reason, the descriptor of
* matrix or tensor parameters is not immutable.