Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_EngineeringDatum.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_EngineeringDatum.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_EngineeringDatum.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_EngineeringDatum.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CD_EngineeringDatum e
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:EngineeringDatum>} XML element.
*
- * @param datum The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param datum the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CD_EngineeringDatum wrap(final EngineeringDatum datum) {
@@ -75,7 +75,7 @@ public final class CD_EngineeringDatum e
* inside the {@code <gml:EngineeringDatum>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "EngineeringDatum")
public DefaultEngineeringDatum getElement() {
@@ -85,7 +85,7 @@ public final class CD_EngineeringDatum e
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param datum The unmarshalled element.
+ * @param datum the unmarshalled element.
*/
public void setElement(final DefaultEngineeringDatum datum) {
metadata = datum;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_GeodeticDatum.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_GeodeticDatum.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_GeodeticDatum.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_GeodeticDatum.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CD_GeodeticDatum exte
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:GeodeticDatum>} XML element.
*
- * @param datum The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param datum the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CD_GeodeticDatum wrap(final GeodeticDatum datum) {
@@ -75,7 +75,7 @@ public final class CD_GeodeticDatum exte
* inside the {@code <gml:GeodeticDatum>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "GeodeticDatum")
public DefaultGeodeticDatum getElement() {
@@ -85,7 +85,7 @@ public final class CD_GeodeticDatum exte
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param datum The unmarshalled element.
+ * @param datum the unmarshalled element.
*/
public void setElement(final DefaultGeodeticDatum datum) {
metadata = datum;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ImageDatum.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ImageDatum.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ImageDatum.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ImageDatum.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CD_ImageDatum extends
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:ImageDatum>} XML element.
*
- * @param datum The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param datum the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CD_ImageDatum wrap(final ImageDatum datum) {
@@ -75,7 +75,7 @@ public final class CD_ImageDatum extends
* inside the {@code <gml:ImageDatum>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "ImageDatum")
public DefaultImageDatum getElement() {
@@ -85,7 +85,7 @@ public final class CD_ImageDatum extends
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param datum The unmarshalled element.
+ * @param datum the unmarshalled element.
*/
public void setElement(final DefaultImageDatum datum) {
metadata = datum;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ParametricDatum.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ParametricDatum.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ParametricDatum.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_ParametricDatum.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CD_ParametricDatum ex
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:ParametricDatum>} XML element.
*
- * @param datum The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param datum the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CD_ParametricDatum wrap(final ParametricDatum datum) {
@@ -75,7 +75,7 @@ public final class CD_ParametricDatum ex
* inside the {@code <gml:ParametricDatum>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "ParametricDatum")
public DefaultParametricDatum getElement() {
@@ -85,7 +85,7 @@ public final class CD_ParametricDatum ex
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param datum The unmarshalled element.
+ * @param datum the unmarshalled element.
*/
public void setElement(final DefaultParametricDatum datum) {
metadata = datum;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_PrimeMeridian.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_PrimeMeridian.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_PrimeMeridian.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_PrimeMeridian.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CD_PrimeMeridian exte
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:PrimeMeridian>} XML element.
*
- * @param datum The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param datum the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CD_PrimeMeridian wrap(final PrimeMeridian datum) {
@@ -75,7 +75,7 @@ public final class CD_PrimeMeridian exte
* inside the {@code <gml:PrimeMeridian>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "PrimeMeridian")
public DefaultPrimeMeridian getElement() {
@@ -85,7 +85,7 @@ public final class CD_PrimeMeridian exte
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param datum The unmarshalled element.
+ * @param datum the unmarshalled element.
*/
public void setElement(final DefaultPrimeMeridian datum) {
metadata = datum;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_TemporalDatum.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_TemporalDatum.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_TemporalDatum.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_TemporalDatum.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CD_TemporalDatum exte
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:TemporalDatum>} XML element.
*
- * @param datum The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param datum the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CD_TemporalDatum wrap(final TemporalDatum datum) {
@@ -75,7 +75,7 @@ public final class CD_TemporalDatum exte
* inside the {@code <gml:TemporalDatum>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "TemporalDatum")
public DefaultTemporalDatum getElement() {
@@ -85,7 +85,7 @@ public final class CD_TemporalDatum exte
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param datum The unmarshalled element.
+ * @param datum the unmarshalled element.
*/
public void setElement(final DefaultTemporalDatum datum) {
metadata = datum;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_VerticalDatum.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_VerticalDatum.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_VerticalDatum.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CD_VerticalDatum.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CD_VerticalDatum exte
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:VerticalDatum>} XML element.
*
- * @param datum The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param datum the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CD_VerticalDatum wrap(final VerticalDatum datum) {
@@ -75,7 +75,7 @@ public final class CD_VerticalDatum exte
* inside the {@code <gml:VerticalDatum>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "VerticalDatum")
public DefaultVerticalDatum getElement() {
@@ -85,7 +85,7 @@ public final class CD_VerticalDatum exte
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param datum The unmarshalled element.
+ * @param datum the unmarshalled element.
*/
public void setElement(final DefaultVerticalDatum datum) {
metadata = datum;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_AffineCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_AffineCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_AffineCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_AffineCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CS_AffineCS extends P
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:AffineCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_AffineCS wrap(final AffineCS cs) {
@@ -75,7 +75,7 @@ public final class CS_AffineCS extends P
* inside the {@code <gml:AffineCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "AffineCS")
public DefaultAffineCS getElement() {
@@ -85,7 +85,7 @@ public final class CS_AffineCS extends P
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultAffineCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CartesianCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CartesianCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CartesianCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CartesianCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CS_CartesianCS extend
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:CartesianCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_CartesianCS wrap(final CartesianCS cs) {
@@ -75,7 +75,7 @@ public final class CS_CartesianCS extend
* inside the {@code <gml:CartesianCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "CartesianCS")
public DefaultCartesianCS getElement() {
@@ -85,7 +85,7 @@ public final class CS_CartesianCS extend
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultCartesianCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystem.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystem.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystem.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystem.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -61,8 +61,8 @@ public final class CS_CoordinateSystem e
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:AbstractCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_CoordinateSystem wrap(final CoordinateSystem cs) {
@@ -74,7 +74,7 @@ public final class CS_CoordinateSystem e
* inside the {@code <gml:AbstractCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElementRef
public AbstractCS getElement() {
@@ -84,7 +84,7 @@ public final class CS_CoordinateSystem e
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final AbstractCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystemAxis.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystemAxis.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystemAxis.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CoordinateSystemAxis.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CS_CoordinateSystemAx
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:CoordinateSystemAxis>} XML element.
*
- * @param axis The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param axis the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_CoordinateSystemAxis wrap(final CoordinateSystemAxis axis) {
@@ -75,7 +75,7 @@ public final class CS_CoordinateSystemAx
* inside the {@code <gml:CoordinateSystemAxis>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "CoordinateSystemAxis")
public DefaultCoordinateSystemAxis getElement() {
@@ -85,7 +85,7 @@ public final class CS_CoordinateSystemAx
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param axis The unmarshalled element.
+ * @param axis the unmarshalled element.
*/
public void setElement(final DefaultCoordinateSystemAxis axis) {
metadata = axis;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CylindricalCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CylindricalCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CylindricalCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_CylindricalCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -61,8 +61,8 @@ public final class CS_CylindricalCS exte
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:CylindricalCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_CylindricalCS wrap(final CylindricalCS cs) {
@@ -74,7 +74,7 @@ public final class CS_CylindricalCS exte
* inside the {@code <gml:CylindricalCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "CylindricalCS")
public DefaultCylindricalCS getElement() {
@@ -84,7 +84,7 @@ public final class CS_CylindricalCS exte
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultCylindricalCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_EllipsoidalCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_EllipsoidalCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_EllipsoidalCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_EllipsoidalCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CS_EllipsoidalCS exte
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:EllipsoidalCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_EllipsoidalCS wrap(final EllipsoidalCS cs) {
@@ -75,7 +75,7 @@ public final class CS_EllipsoidalCS exte
* inside the {@code <gml:EllipsoidalCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "EllipsoidalCS")
public DefaultEllipsoidalCS getElement() {
@@ -85,7 +85,7 @@ public final class CS_EllipsoidalCS exte
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultEllipsoidalCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_LinearCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_LinearCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_LinearCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_LinearCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -61,8 +61,8 @@ public final class CS_LinearCS extends P
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:LinearCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_LinearCS wrap(final LinearCS cs) {
@@ -74,7 +74,7 @@ public final class CS_LinearCS extends P
* inside the {@code <gml:LinearCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "LinearCS")
public DefaultLinearCS getElement() {
@@ -84,7 +84,7 @@ public final class CS_LinearCS extends P
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultLinearCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_ParametricCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_ParametricCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_ParametricCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_ParametricCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -61,8 +61,8 @@ public final class CS_ParametricCS exten
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:ParametricCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_ParametricCS wrap(final ParametricCS cs) {
@@ -74,7 +74,7 @@ public final class CS_ParametricCS exten
* inside the {@code <gml:ParametricCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "ParametricCS")
public DefaultParametricCS getElement() {
@@ -84,7 +84,7 @@ public final class CS_ParametricCS exten
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultParametricCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_PolarCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_PolarCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_PolarCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_PolarCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -61,8 +61,8 @@ public final class CS_PolarCS extends Pr
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:PolarCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_PolarCS wrap(final PolarCS cs) {
@@ -74,7 +74,7 @@ public final class CS_PolarCS extends Pr
* inside the {@code <gml:PolarCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "PolarCS")
public DefaultPolarCS getElement() {
@@ -84,7 +84,7 @@ public final class CS_PolarCS extends Pr
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultPolarCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_SphericalCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_SphericalCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_SphericalCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_SphericalCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -61,8 +61,8 @@ public final class CS_SphericalCS extend
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:SphericalCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_SphericalCS wrap(final SphericalCS cs) {
@@ -74,7 +74,7 @@ public final class CS_SphericalCS extend
* inside the {@code <gml:SphericalCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "SphericalCS")
public DefaultSphericalCS getElement() {
@@ -84,7 +84,7 @@ public final class CS_SphericalCS extend
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultSphericalCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_TimeCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_TimeCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_TimeCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_TimeCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CS_TimeCS extends Pro
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:TimeCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_TimeCS wrap(final TimeCS cs) {
@@ -75,7 +75,7 @@ public final class CS_TimeCS extends Pro
* inside the {@code <gml:TimeCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "TimeCS")
public DefaultTimeCS getElement() {
@@ -85,7 +85,7 @@ public final class CS_TimeCS extends Pro
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultTimeCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_UserDefinedCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_UserDefinedCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_UserDefinedCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_UserDefinedCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -61,8 +61,8 @@ public final class CS_UserDefinedCS exte
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:UserDefinedCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_UserDefinedCS wrap(final UserDefinedCS cs) {
@@ -74,7 +74,7 @@ public final class CS_UserDefinedCS exte
* inside the {@code <gml:UserDefinedCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "UserDefinedCS")
public DefaultUserDefinedCS getElement() {
@@ -84,7 +84,7 @@ public final class CS_UserDefinedCS exte
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultUserDefinedCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_VerticalCS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_VerticalCS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_VerticalCS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/CS_VerticalCS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -62,8 +62,8 @@ public final class CS_VerticalCS extends
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:VerticalCS>} XML element.
*
- * @param cs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param cs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected CS_VerticalCS wrap(final VerticalCS cs) {
@@ -75,7 +75,7 @@ public final class CS_VerticalCS extends
* inside the {@code <gml:VerticalCS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElement(name = "VerticalCS")
public DefaultVerticalCS getElement() {
@@ -85,7 +85,7 @@ public final class CS_VerticalCS extends
/**
* Invoked by JAXB at unmarshalling time for storing the result temporarily.
*
- * @param cs The unmarshalled element.
+ * @param cs the unmarshalled element.
*/
public void setElement(final DefaultVerticalCS cs) {
metadata = cs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/Code.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/Code.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/Code.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/Code.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -72,7 +72,7 @@ public final class Code {
* The {@link #getIdentifier()} method shall be able to perform the opposite operation (split the
* above in separated codespace and version attributes).
*
- * @param identifier The identifier from which to get the values.
+ * @param identifier the identifier from which to get the values.
*/
Code(final Identifier identifier) {
code = identifier.getCode();
@@ -93,7 +93,7 @@ public final class Code {
* will be taken as the authority version number. This is for consistency with what the
* constructor does.
*
- * @return The identifier, or {@code null} if none.
+ * @return the identifier, or {@code null} if none.
*/
public Identifier getIdentifier() {
String c = code;
@@ -159,9 +159,9 @@ public final class Code {
* <li>The first identifier in other codespace, converted to the {@code "urn:} syntax if possible.</li>
* </ul>
*
- * @param type The type of the identified object.
- * @param identifiers The object identifiers, or {@code null} if none.
- * @return The {@code <gml:identifier>} as a {@code Code} instance, or {@code null} if none.
+ * @param type the type of the identified object.
+ * @param identifiers the object identifiers, or {@code null} if none.
+ * @return the {@code <gml:identifier>} as a {@code Code} instance, or {@code null} if none.
*/
public static Code forIdentifiedObject(final Class<?> type, final Iterable<? extends Identifier> identifiers) {
if (identifiers != null) {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/RS_Identifier.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/RS_Identifier.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/RS_Identifier.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/RS_Identifier.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -66,8 +66,8 @@ public final class RS_Identifier extends
* Substitutes the wrapper value read from an XML stream by the object which will
* represents the identifier. JAXB calls automatically this method at unmarshalling time.
*
- * @param value The wrapper for this metadata value.
- * @return An identifier which represents the value.
+ * @param value the wrapper for this metadata value.
+ * @return an identifier which represents the value.
*/
@Override
public Identifier unmarshal(final Code value) {
@@ -78,8 +78,8 @@ public final class RS_Identifier extends
* Substitutes the identifier by the wrapper to be marshalled into an XML file or stream.
* JAXB calls automatically this method at marshalling time.
*
- * @param value The metadata value.
- * @return The adapter for the given metadata.
+ * @param value the metadata value.
+ * @return the adapter for the given metadata.
*/
@Override
public Code marshal(final Identifier value) {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_CRS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_CRS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_CRS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_CRS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -63,8 +63,8 @@ public final class SC_CRS extends Proper
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:AbstractCRS>} XML element.
*
- * @param crs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param crs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected SC_CRS wrap(final CoordinateReferenceSystem crs) {
@@ -76,7 +76,7 @@ public final class SC_CRS extends Proper
* inside the {@code <gml:AbstractCRS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElementRef
public AbstractCRS getElement() {
@@ -93,7 +93,7 @@ public final class SC_CRS extends Proper
* by {@code xlink:href} attributes. For now we live with the {@code GeodeticCRS} as-is — most of Apache SIS
* should be able to work with that.</div>
*
- * @param crs The unmarshalled element.
+ * @param crs the unmarshalled element.
*/
public void setElement(final AbstractCRS crs) {
metadata = crs;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_DerivedCRSType.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_DerivedCRSType.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_DerivedCRSType.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_DerivedCRSType.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -63,8 +63,8 @@ public final class SC_DerivedCRSType {
* <li>{@code EngineeringCRS}</li>
* </ul>
*
- * @param keyword The ISO 19162 (WKT 2) keyword, or {@code null}.
- * @return The pseudo code list with ISO 19111 keyword, or {@code null}.
+ * @param keyword the ISO 19162 (WKT 2) keyword, or {@code null}.
+ * @return the pseudo code list with ISO 19111 keyword, or {@code null}.
*/
public static SC_DerivedCRSType fromWKT(final String keyword) {
if (keyword != null) {
@@ -79,7 +79,7 @@ public final class SC_DerivedCRSType {
/**
* Creates a pseudo code list for the given value.
*
- * @param type The ISO 19111 code.
+ * @param type the ISO 19111 code.
*/
public SC_DerivedCRSType(final String type) {
codeSpace = "EPSG";
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_SingleCRS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_SingleCRS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_SingleCRS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_SingleCRS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -63,8 +63,8 @@ public final class SC_SingleCRS extends
* Invoked by {@link PropertyType} at marshalling time for wrapping the given value
* in a {@code <gml:AbstractSingleCRS>} XML element.
*
- * @param crs The element to marshall.
- * @return A {@code PropertyType} wrapping the given the element.
+ * @param crs the element to marshall.
+ * @return a {@code PropertyType} wrapping the given the element.
*/
@Override
protected SC_SingleCRS wrap(final SingleCRS crs) {
@@ -76,7 +76,7 @@ public final class SC_SingleCRS extends
* inside the {@code <gml:AbstractSingleCRS>} XML element.
* This is the value or a copy of the value given in argument to the {@code wrap} method.
*
- * @return The element to be marshalled.
+ * @return the element to be marshalled.
*/
@XmlElementRef
public AbstractCRS getElement() {
@@ -90,7 +90,7 @@ public final class SC_SingleCRS extends
* the unmarshalled CRS may be of {@code GeodeticCRS} type, which is not the most specific GeoAPI type.
* See {@link SC_CRS#setElement(AbstractCRS)} for more discussion.</div>
*
- * @param crs The unmarshalled element.
+ * @param crs the unmarshalled element.
* @throws IllegalArgumentException if the unmarshalled CRS is not a single CRS.
*/
public void setElement(final AbstractCRS crs) {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_VerticalCRS.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_VerticalCRS.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_VerticalCRS.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/jaxb/referencing/SC_VerticalCRS.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -44,7 +44,7 @@ public final class SC_VerticalCRS extend
/**
* Wraps a Vertical CRS value in a {@code <gml:VerticalCRS>} element at marshalling-time.
*
- * @param crs The value to marshall.
+ * @param crs the value to marshall.
*/
private SC_VerticalCRS(final VerticalCRS crs) {
super(crs);
@@ -69,8 +69,8 @@ public final class SC_VerticalCRS extend
/**
* Returns the Vertical CRS value wrapped by a {@code <gml:VerticalCRS>} element.
*
- * @param value The value to marshal.
- * @return The wrapper for the metadata value.
+ * @param value the value to marshal.
+ * @return the wrapper for the metadata value.
*/
@Override
protected org.apache.sis.internal.jaxb.gml.SC_VerticalCRS wrap(final VerticalCRS value) {
@@ -81,7 +81,7 @@ public final class SC_VerticalCRS extend
* Returns the {@link DefaultVerticalCRS} created from the metadata value.
* This method is systematically called at marshalling-time by JAXB.
*
- * @return The CRS to be marshalled.
+ * @return the CRS to be marshalled.
*/
@Override
public Object getElement() {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DatabaseListener.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DatabaseListener.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DatabaseListener.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DatabaseListener.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -51,7 +51,7 @@ public final class DatabaseListener exte
* immediately. We rather rely on automatic installation by {@code EPSGInstaller} the first time that a CRS
* is requested. However we may revisit this policy in a future SIS version.
*
- * @param connection Connection to the empty database.
+ * @param connection connection to the empty database.
* @throws SQLException if an error occurred while populating the database.
*/
@Override
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedCode.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedCode.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedCode.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedCode.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -51,12 +51,12 @@ public final class DeprecatedCode extend
/**
* Creates a deprecated identifier.
*
- * @param authority Organization or party responsible for definition and maintenance of the code space or code.
- * @param codeSpace Name or identifier of the person or organization responsible for namespace.
- * @param code Identifier code or name, optionally from a controlled list or pattern defined by a code space.
- * @param version The version of the associated code space or code as specified by the code authority, or {@code null} if none.
- * @param replacedBy The replacement for the deprecated object, or {@code null} if none.
- * @param remarks Comments on or information about why this identifier is deprecated, or {@code null} if none.
+ * @param authority organization or party responsible for definition and maintenance of the code space or code.
+ * @param codeSpace name or identifier of the person or organization responsible for namespace.
+ * @param code identifier code or name, optionally from a controlled list or pattern defined by a code space.
+ * @param version the version of the associated code space or code as specified by the code authority, or {@code null} if none.
+ * @param replacedBy the replacement for the deprecated object, or {@code null} if none.
+ * @param remarks comments on or information about why this identifier is deprecated, or {@code null} if none.
*/
public DeprecatedCode(final Citation authority, final String codeSpace,
final String code, final String version, final String replacedBy,
@@ -81,7 +81,7 @@ public final class DeprecatedCode extend
*
* <div class="note"><b>Example:</b> "superseded by code XYZ".</div>
*
- * @return Information about the replacement for this identifier, or {@code null} if none.
+ * @return information about the replacement for this identifier, or {@code null} if none.
*/
@Override
public InternationalString getRemarks() {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedName.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedName.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedName.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DeprecatedName.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -73,7 +73,7 @@ public final class DeprecatedName extend
*
* <div class="note"><b>Example:</b> "superseded by code XYZ".</div>
*
- * @return Information about the replacement for this name, or {@code null} if none.
+ * @return information about the replacement for this name, or {@code null} if none.
*/
@Override
public InternationalString getRemarks() {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DirectPositionView.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DirectPositionView.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DirectPositionView.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/DirectPositionView.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -54,9 +54,9 @@ public final class DirectPositionView im
/**
* Creates a new direct position wrapping the given array.
*
- * @param ordinates The ordinate values.
- * @param offset The first value index in the ordinates array.
- * @param dimension The number of valid ordinate values.
+ * @param ordinates the ordinate values.
+ * @param offset the first value index in the ordinates array.
+ * @param dimension the number of valid ordinate values.
*/
public DirectPositionView(final double[] ordinates, final int offset, final int dimension) {
this.ordinates = ordinates;
@@ -92,7 +92,7 @@ public final class DirectPositionView im
* Returns the ordinate at the given index.
* <strong>This implementation does not check index validity</strong>, unless assertions are enabled.
*
- * @param dim The dimension of the ordinate to get fetch.
+ * @param dim the dimension of the ordinate to get fetch.
*/
@Override
public double getOrdinate(final int dim) {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtendedPrecisionMatrix.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtendedPrecisionMatrix.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtendedPrecisionMatrix.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtendedPrecisionMatrix.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -44,7 +44,7 @@ public interface ExtendedPrecisionMatrix
* The first half contains {@link org.apache.sis.internal.util.DoubleDouble#value}, and the second half contains
* the {@link org.apache.sis.internal.util.DoubleDouble#error} for each value in the first half.</p>
*
- * @return A copy of matrix elements, potentially followed by error terms.
+ * @return a copy of matrix elements, potentially followed by error terms.
*/
double[] getExtendedElements();
}
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtentSelector.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtentSelector.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtentSelector.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ExtentSelector.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -26,7 +26,7 @@ import org.apache.sis.metadata.iso.exten
* Current implementation uses only the geographic extent.
* This may be extended to other kind of extent in any future SIS version.
*
- * @param <T> The type of object to be selected.
+ * @param <T> the type of object to be selected.
*
* @author Martin Desruisseaux (Geomatys)
* @since 0.4
@@ -54,7 +54,7 @@ public final class ExtentSelector<T> {
/**
* Creates a selector for the given area of interest.
*
- * @param areaOfInterest The area of interest, or {@code null} if none.
+ * @param areaOfInterest the area of interest, or {@code null} if none.
*/
public ExtentSelector(final Extent areaOfInterest) {
this.areaOfInterest = Extents.getGeographicBoundingBox(areaOfInterest);
@@ -66,8 +66,8 @@ public final class ExtentSelector<T> {
* previous intersection, then the given extent and object are remembered as the best match
* found so far.
*
- * @param extent The extent to evaluate, or {@code null} if none.
- * @param object An optional user object associated to the given extent.
+ * @param extent the extent to evaluate, or {@code null} if none.
+ * @param object an optional user object associated to the given extent.
* @return {@code true} if the given extent is a better match than any previous extents given to this method.
*/
public boolean evaluate(final Extent extent, final T object) {
@@ -91,7 +91,7 @@ public final class ExtentSelector<T> {
/**
* Returns the object associated to the largest area found so far.
*
- * @return The object associated to the largest area found so far, or {@code null}.
+ * @return the object associated to the largest area found so far, or {@code null}.
*/
public T best() {
return best;
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Formulas.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Formulas.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Formulas.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Formulas.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -90,7 +90,7 @@ public final class Formulas extends Stat
* Returns 3ⁿ for very small (less than 10) positive values of <var>n</var>.
* Note that this method overflow for any value equals or greater than 20.
*
- * @param n The exponent.
+ * @param n the exponent.
* @return 3ⁿ
*
* @see org.apache.sis.math.DecimalFunctions#pow10(int)
@@ -109,8 +109,8 @@ public final class Formulas extends Stat
/**
* Returns {@code true} if {@code ymin} is the south pole and {@code ymax} is the north pole.
*
- * @param ymin The minimal latitude to test.
- * @param ymax The maximal latitude to test.
+ * @param ymin the minimal latitude to test.
+ * @param ymax the maximal latitude to test.
* @return {@code true} if the given latitudes are south pole to north pole respectively.
*/
public static boolean isPoleToPole(final double ymin, final double ymax) {
@@ -122,9 +122,9 @@ public final class Formulas extends Stat
* Returns the radius of a hypothetical sphere having the same surface than the ellipsoid
* specified by the given axis length.
*
- * @param a The semi-major axis length.
- * @param b The semi-minor axis length.
- * @return The radius of a sphere having the same surface than the specified ellipsoid.
+ * @param a the semi-major axis length.
+ * @param b the semi-minor axis length.
+ * @return the radius of a sphere having the same surface than the specified ellipsoid.
*
* @see org.apache.sis.referencing.datum.DefaultEllipsoid#getAuthalicRadius()
*/
@@ -141,9 +141,9 @@ public final class Formulas extends Stat
/**
* Computes the semi-minor axis length from the given semi-major axis and inverse flattening factor.
*
- * @param semiMajorAxis The semi-major axis length.
- * @param inverseFlattening The inverse flattening factor.
- * @return The semi-minor axis length.
+ * @param semiMajorAxis the semi-major axis length.
+ * @param inverseFlattening the inverse flattening factor.
+ * @return the semi-minor axis length.
*/
public static double getSemiMinor(final double semiMajorAxis, final double inverseFlattening) {
/*
@@ -156,9 +156,9 @@ public final class Formulas extends Stat
/**
* Computes the inverse flattening factor from the given axis lengths.
*
- * @param semiMajorAxis The semi-major axis length.
- * @param semiMinorAxis The semi-minor axis length.
- * @return The inverse flattening factor.
+ * @param semiMajorAxis the semi-major axis length.
+ * @param semiMinorAxis the semi-minor axis length.
+ * @return the inverse flattening factor.
*/
public static double getInverseFlattening(final double semiMajorAxis, final double semiMinorAxis) {
/*
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Legacy.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Legacy.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Legacy.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/Legacy.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -70,8 +70,8 @@ public final class Legacy {
/**
* The standard three-dimensional Cartesian CS as defined by ISO 19111.
*
- * @param unit The linear unit of the desired coordinate system, or {@code null} for metres.
- * @return The ISO 19111 coordinate system.
+ * @param unit the linear unit of the desired coordinate system, or {@code null} for metres.
+ * @return the ISO 19111 coordinate system.
*/
public static CartesianCS standard(final Unit<?> unit) {
return replaceUnit((CartesianCS) CommonCRS.WGS84.geocentric().getCoordinateSystem(), unit);
@@ -81,10 +81,10 @@ public final class Legacy {
* Returns the axes to use instead of the ones in the given coordinate system.
* If the coordinate system axes should be used as-is, returns {@code cs}.
*
- * @param cs The coordinate system for which to compare the axis directions.
+ * @param cs the coordinate system for which to compare the axis directions.
* @param toLegacy {@code true} for replacing ISO directions by the legacy ones,
* or {@code false} for the other way around.
- * @return The axes to use instead of the ones in the given CS,
+ * @return the axes to use instead of the ones in the given CS,
* or {@code cs} if the CS axes should be used as-is.
*/
public static CartesianCS forGeocentricCRS(final CartesianCS cs, final boolean toLegacy) {
@@ -106,9 +106,9 @@ public final class Legacy {
* Returns the coordinate system of a geocentric CRS using axes in the given unit of measurement.
* This method presumes that the given {@code cs} uses {@link Units#METRE} (this is not verified).
*
- * @param cs The coordinate system for which to perform the unit replacement.
- * @param unit The unit of measurement for the geocentric CRS axes.
- * @return The coordinate system for a geocentric CRS with axes using the given unit of measurement.
+ * @param cs the coordinate system for which to perform the unit replacement.
+ * @param unit the unit of measurement for the geocentric CRS axes.
+ * @return the coordinate system for a geocentric CRS with axes using the given unit of measurement.
*
* @since 0.6
*/
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/NilReferencingObject.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/NilReferencingObject.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/NilReferencingObject.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/NilReferencingObject.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -90,8 +90,8 @@ public final class NilReferencingObject
/**
* Throws the exception in all cases.
*
- * @return Never return.
- * @throws UnformattableObjectException Always thrown.
+ * @return never return.
+ * @throws UnformattableObjectException always thrown.
*/
@Override
public String toWKT() throws UnformattableObjectException {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/PositionalAccuracyConstant.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/PositionalAccuracyConstant.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/PositionalAccuracyConstant.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/PositionalAccuracyConstant.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -50,6 +50,7 @@ import org.apache.sis.util.resources.Voc
* @see org.opengis.referencing.operation.Transformation#getCoordinateOperationAccuracy()
*/
@XmlTransient
+@SuppressWarnings("CloneableClassWithoutClone") // ModifiableMetadata needs shallow clones.
public final class PositionalAccuracyConstant extends DefaultAbsoluteExternalPositionalAccuracy {
/**
* Serial number for inter-operability with different versions.
@@ -145,8 +146,8 @@ public final class PositionalAccuracyCon
*
* If the above is modified, please update {@code AbstractCoordinateOperation.getLinearAccuracy()} javadoc.
*
- * @param operation The operation to inspect for accuracy.
- * @return The accuracy estimate (always in meters), or NaN if unknown.
+ * @param operation the operation to inspect for accuracy.
+ * @return the accuracy estimate (always in meters), or NaN if unknown.
*
* @see org.apache.sis.referencing.operation.AbstractCoordinateOperation#getLinearAccuracy()
*/
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ReferencingUtilities.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ReferencingUtilities.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ReferencingUtilities.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/ReferencingUtilities.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -70,9 +70,9 @@ public final class ReferencingUtilities
* This method provides the same functionality than {@link DefaultPrimeMeridian#getGreenwichLongitude(Unit)},
* but on arbitrary implementation.
*
- * @param primeMeridian The prime meridian from which to get the Greenwich longitude, or {@code null}.
- * @param unit The unit for the prime meridian to return.
- * @return The prime meridian in the given units, or {@code 0} if the given prime meridian was null.
+ * @param primeMeridian the prime meridian from which to get the Greenwich longitude, or {@code null}.
+ * @param unit the unit for the prime meridian to return.
+ * @return the prime meridian in the given units, or {@code 0} if the given prime meridian was null.
*
* @see DefaultPrimeMeridian#getGreenwichLongitude(Unit)
*/
@@ -94,8 +94,8 @@ public final class ReferencingUtilities
* or for operations that support only one units for all axes, for example Well Know Text version 1
* (WKT 1) formatting.</p>
*
- * @param cs The coordinate system for which to get the unit, or {@code null}.
- * @return The unit for all axis in the given coordinate system, or {@code null}.
+ * @param cs the coordinate system for which to get the unit, or {@code null}.
+ * @return the unit for all axis in the given coordinate system, or {@code null}.
*
* @see org.apache.sis.internal.metadata.AxisDirections#getAngularUnit(CoordinateSystem)
*/
@@ -122,8 +122,8 @@ public final class ReferencingUtilities
/**
* Returns the number of dimensions of the given CRS, or 0 if {@code null}.
*
- * @param crs The CRS from which to get the number of dimensions, or {@code null}.
- * @return The number of dimensions, or 0 if the given CRS or its coordinate system is null.
+ * @param crs the CRS from which to get the number of dimensions, or {@code null}.
+ * @return the number of dimensions, or 0 if the given CRS or its coordinate system is null.
*
* @since 0.6
*/
@@ -144,8 +144,8 @@ public final class ReferencingUtilities
* may themselves have other {@code CompoundCRS}. Those replacements are performed recursively
* until we obtain a flat view of CRS components.
*
- * @param source The collection of single or compound CRS.
- * @param addTo Where to add the single CRS in order to obtain a flat view of {@code source}.
+ * @param source the collection of single or compound CRS.
+ * @param addTo where to add the single CRS in order to obtain a flat view of {@code source}.
* @return {@code true} if this method found only single CRS in {@code source}, in which case {@code addTo}
* got the same content (assuming that {@code addTo} was empty prior this method call).
* @throws ClassCastException if a CRS is neither a {@link SingleCRS} or a {@link CompoundCRS}.
@@ -178,8 +178,8 @@ public final class ReferencingUtilities
* that if this method returns a non-null value, then the coordinates are expected to be either two-dimensional
* or three-dimensional with an ellipsoidal height.</p>
*
- * @param crs The coordinate reference system for which to get the ellipsoid.
- * @return The ellipsoid in the given CRS, or {@code null} if none.
+ * @param crs the coordinate reference system for which to get the ellipsoid.
+ * @return the ellipsoid in the given CRS, or {@code null} if none.
*
* @since 0.6
*/
@@ -210,8 +210,8 @@ public final class ReferencingUtilities
* <p>This method does not set the prime meridian to Greenwich.
* Meridian rotation, if needed, shall be performed by the caller.</p>
*
- * @param crs A source CRS, or {@code null}.
- * @return A two-dimensional geographic CRS with standard axes, or {@code null} if none.
+ * @param crs a source CRS, or {@code null}.
+ * @return a two-dimensional geographic CRS with standard axes, or {@code null} if none.
*/
public static GeographicCRS toNormalizedGeographicCRS(CoordinateReferenceSystem crs) {
/*
@@ -266,9 +266,9 @@ public final class ReferencingUtilities
* is truncated as <cite>"Ellipsoidal 2D CS"</cite>.</li>
* </ul></div>
*
- * @param object The identified object to view as a properties map.
- * @param excludes The keys of properties to exclude from the map.
- * @return A view of the identified object properties.
+ * @param object the identified object to view as a properties map.
+ * @param excludes the keys of properties to exclude from the map.
+ * @return a view of the identified object properties.
*
* @see IdentifiedObjects#getProperties(IdentifiedObject, String...)
*
@@ -313,9 +313,9 @@ public final class ReferencingUtilities
* {@code affineCS}, {@code cartesianCS}, {@code cylindricalCS}, {@code ellipsoidalCS}, {@code linearCS},
* {@code parametricCS}, {@code polarCS}, {@code sphericalCS}, {@code timeCS} or {@code verticalCS}.
*
- * @param base The abstract base interface.
- * @param type The interface or classes for which to get the XML property name.
- * @return The XML property name for the given class or interface, or {@code null} if none.
+ * @param base the abstract base interface.
+ * @param type the interface or classes for which to get the XML property name.
+ * @return the XML property name for the given class or interface, or {@code null} if none.
*
* @see WKTUtilities#toType(Class, Class)
*
@@ -347,10 +347,10 @@ public final class ReferencingUtilities
* Sets the source and target ellipsoids and coordinate systems to values inferred from the given CRS.
* The ellipsoids will be non-null only if the given CRS is geographic (not geocentric).
*
- * @param sourceCRS The CRS from which to get the source coordinate system and ellipsoid.
- * @param targetCRS The CRS from which to get the target coordinate system and ellipsoid.
- * @param context A pre-allocated context, or {@code null} for creating a new one.
- * @return The given context if it was non-null, or a new context otherwise.
+ * @param sourceCRS the CRS from which to get the source coordinate system and ellipsoid.
+ * @param targetCRS the CRS from which to get the target coordinate system and ellipsoid.
+ * @param context a pre-allocated context, or {@code null} for creating a new one.
+ * @return the given context if it was non-null, or a new context otherwise.
*
* @since 0.7
*/
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineMatrix.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineMatrix.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineMatrix.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineMatrix.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -76,8 +76,8 @@ final class AffineMatrix implements Exte
/**
* Creates a new matrix wrapping the given transform.
*
- * @param transform The transform to wrap.
- * @param elements The elements used for creating the matrix (optionally with error terms), or {@code null}.
+ * @param transform the transform to wrap.
+ * @param elements the elements used for creating the matrix (optionally with error terms), or {@code null}.
*/
AffineMatrix(final AffineTransform transform, final double[] elements) {
this.transform = transform;
@@ -183,7 +183,7 @@ final class AffineMatrix implements Exte
/**
* Returns a string representation of this matrix.
*
- * @return String representation of this matrix.
+ * @return a string representation of this matrix.
*/
@Override
public String toString() {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineTransform2D.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineTransform2D.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineTransform2D.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/AffineTransform2D.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -82,7 +82,7 @@ public class AffineTransform2D extends I
/**
* Constructs a new affine transform with the same coefficients than the specified transform.
*
- * @param transform The affine transform to copy.
+ * @param transform the affine transform to copy.
*/
public AffineTransform2D(final AffineTransform transform) {
super(transform);
@@ -93,7 +93,7 @@ public class AffineTransform2D extends I
/**
* Constructs a new {@code AffineTransform2D} from the given 9 or 18 values.
*
- * @param elements The matrix elements, optionally with error terms.
+ * @param elements the matrix elements, optionally with error terms.
*/
public AffineTransform2D(final double[] elements) {
super(pz(elements[0]), pz(elements[3]),
@@ -146,7 +146,7 @@ public class AffineTransform2D extends I
* Throws an {@link UnsupportedOperationException} when a mutable method
* is invoked, since {@code AffineTransform2D} must be immutable.
*
- * @throws UnsupportedOperationException Always thrown.
+ * @throws UnsupportedOperationException always thrown.
*/
@Override
protected final void checkPermission() throws UnsupportedOperationException {
@@ -243,8 +243,8 @@ public class AffineTransform2D extends I
* For example if the given shape is a rectangle and this affine transform has no scale or
* shear, then the returned shape will be an instance of {@link java.awt.geom.Rectangle2D}.
*
- * @param shape Shape to transform.
- * @return Transformed shape, or {@code shape} if this transform is the identity transform.
+ * @param shape shape to transform.
+ * @return transformed shape, or {@code shape} if this transform is the identity transform.
*/
@Override
public final Shape createTransformedShape(final Shape shape) {
@@ -326,8 +326,8 @@ public class AffineTransform2D extends I
* to {@link #equals(Object)}. The later method has different rules than the ones documented in the
* {@code LinearTransform} interface, because of the {@code AffineTransform} inheritance.
*
- * @param object The object to compare to {@code this}.
- * @param mode The strictness level of the comparison.
+ * @param object the object to compare to {@code this}.
+ * @param mode the strictness level of the comparison.
* @return {@code true} if both objects are equal.
*/
@Override
@@ -380,7 +380,7 @@ public class AffineTransform2D extends I
* {@linkplain org.apache.sis.referencing.operation.projection.Equirectangular} map projection,
* which can be simplified to an affine transform but still needs to remember the projection parameters.</p>
*
- * @param object The object to compare with this affine transform for equality.
+ * @param object the object to compare with this affine transform for equality.
* @return {@code true} if the given object is of appropriate class (as explained in the
* above documentation) and the affine transform coefficients are the same.
*/
@@ -406,7 +406,7 @@ public class AffineTransform2D extends I
* returns an instance of {@link AffineTransform}, <strong>not</strong> {@code AffineTransform2D}, because
* the later is unmodifiable and cloning it make little sense.
*
- * @return A modifiable copy of this affine transform.
+ * @return a modifiable copy of this affine transform.
*/
@Override
@SuppressWarnings("CloneDoesntCallSuperClone")
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ImmutableAffineTransform.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ImmutableAffineTransform.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ImmutableAffineTransform.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/ImmutableAffineTransform.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -31,6 +31,7 @@ import org.apache.sis.internal.referenci
* @version 0.5
* @module
*/
+@SuppressWarnings("CloneableClassWithoutClone") // No additional fields compared to parent.
public class ImmutableAffineTransform extends AffineTransform {
/**
* Serial number for inter-operability with different versions.
@@ -296,7 +297,7 @@ public class ImmutableAffineTransform ex
/**
* Checks for {@linkplain #checkPermission() permission} before inverting this transform.
*
- * @throws java.awt.geom.NoninvertibleTransformException If the matrix can not be inverted.
+ * @throws java.awt.geom.NoninvertibleTransformException if the matrix can not be inverted.
*/
@Override
public final void invert() throws NoninvertibleTransformException {
Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/LinearTransform2D.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/LinearTransform2D.java?rev=1779702&r1=1779701&r2=1779702&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/LinearTransform2D.java [UTF-8] (original)
+++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/j2d/LinearTransform2D.java [UTF-8] Sat Jan 21 08:49:49 2017
@@ -34,7 +34,7 @@ public interface LinearTransform2D exten
/**
* Returns the inverse transform, which shall be linear and two-dimensional.
*
- * @return The inverse transform.
+ * @return the inverse transform.
*/
@Override
LinearTransform2D inverse() throws NoninvertibleTransformException;
|