Author: desruisseaux
Date: Tue Feb 18 19:40:13 2014
New Revision: 1569502
URL: http://svn.apache.org/r1569502
Log:
Minor javadoc formatting.
Modified:
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultGeographicCRS.java
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AbstractCS.java
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultGeodeticDatum.java
Modified:
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultGeographicCRS.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultGeographicCRS.java?rev=1569502&r1=1569501&r2=1569502&view=diff
==============================================================================
---
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultGeographicCRS.java
[UTF-8] (original)
+++
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/crs/DefaultGeographicCRS.java
[UTF-8] Tue Feb 18 19:40:13 2014
@@ -194,8 +194,8 @@ public class DefaultGeographicCRS extend
/**
* Formats this CRS as a <cite>Well Known Text</cite> {@code
GeodeticCRS[…]} element.
- * Examples:
*
+ * <blockquote><font size="-1"><b>Example: Well-Known Text of a WGS 84
coordinate reference system.</b>
* <table class="compact">
* <tr>
* <th>WKT 2</th>
@@ -207,8 +207,8 @@ public class DefaultGeographicCRS extend
* Ellipsoid["WGS84", 6378137.0, 298.257223563, LengthUnit["metre",
1]]],
* PrimeMeridian["Greenwich", 0.0, AngleUnit["degree",
0.017453292519943295]],
* CS["ellipsoidal", 2],
- * Axis["Longitude", east],
* Axis["Latitude", north],
+ * Axis["Longitude", east],
* AngleUnit["degree", 0.017453292519943295],
* Area["World"],
* BBox[-90.00, -180.00, 90.00, 180.00],
@@ -222,11 +222,12 @@ public class DefaultGeographicCRS extend
* SPHEROID["WGS84", 6378137.0, 298.257223563]]
* PRIMEM["Greenwich", 0.0]
* UNIT["degree", 0.017453292519943295]
- * AXIS["Longitude", EAST]
* AXIS["Latitude", NORTH],
+ * AXIS["Longitude", EAST],
* AUTHORITY["EPSG", "4326"]]
* }
* </td></tr></table>
+ * </font></blockquote>
*
* @return {@code "GeodeticCRS"} (WKT 2) or {@code "GeogCS"} (WKT 1).
*/
Modified:
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AbstractCS.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AbstractCS.java?rev=1569502&r1=1569501&r2=1569502&view=diff
==============================================================================
---
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AbstractCS.java
[UTF-8] (original)
+++
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AbstractCS.java
[UTF-8] Tue Feb 18 19:40:13 2014
@@ -419,14 +419,15 @@ public class AbstractCS extends Abstract
* the {@code CS[…]} element for historical reasons. Axes shall be
formatted by the enclosing
* element (usually an {@link org.apache.sis.referencing.crs.AbstractCRS}).
*
- * <p><b>Example:</b> Well-Known Text of a two-dimensional {@code
EllipsoidalCS} having (φ,λ) axes
- * in a unit defined by the enclosing CRS (usually degrees):</p>
+ * <blockquote><font size="-1"><b>Example:</b> Well-Known Text of a
two-dimensional {@code EllipsoidalCS}
+ * having (φ,λ) axes in a unit defined by the enclosing CRS (usually
degrees).
*
* {@preformat wkt
* CS[ellipsoidal, 2],
* Axis["latitude", north],
* Axis["longitude", east]
* }
+ * </font></blockquote>
*
* {@note <code>CS</code> is defined in the WKT 2 specification only.}
*
Modified:
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultGeodeticDatum.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultGeodeticDatum.java?rev=1569502&r1=1569501&r2=1569502&view=diff
==============================================================================
---
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultGeodeticDatum.java
[UTF-8] (original)
+++
sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultGeodeticDatum.java
[UTF-8] Tue Feb 18 19:40:13 2014
@@ -498,8 +498,8 @@ public class DefaultGeodeticDatum extend
/**
* Formats this datum as a <cite>Well Known Text</cite> {@code Datum[…]}
element.
- * Examples:
*
+ * <blockquote><font size="-1"><b>Example: Well-Known Text of a WGS 84
datum.</b>
* <table class="compact">
* <tr>
* <th>WKT 2</th>
@@ -517,6 +517,7 @@ public class DefaultGeodeticDatum extend
* AUTHORITY["EPSG", "6326"]]
* }
* </td></tr></table>
+ * </font></blockquote>
*
* @return {@code "Datum"}.
*/