Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/ImmutableIdentifier.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/ImmutableIdentifier.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/ImmutableIdentifier.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/ImmutableIdentifier.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -51,7 +51,7 @@ import java.util.Objects; * {@link org.opengis.referencing.crs.CoordinateReferenceSystem} objects. * * - * {@section Immutability and thread safety} + * <div class="section">Immutability and thread safety</div> * This class is immutable and thus inherently thread-safe if the {@link Citation} and {@link InternationalString} * arguments given to the constructor are also immutable. It is caller's responsibility to ensure that those * conditions hold, for example by invoking {@link org.apache.sis.metadata.iso.citation.DefaultCitation#freeze() @@ -60,7 +60,7 @@ import java.util.Objects; * any public {@code ImmutableIdentifier} state. * * - * {@section Text, URN and XML representations} + * <div class="section">Text, URN and XML representations</div> * Identifiers are represented in various ways depending on the context. In particular identifiers are * marshalled differently depending on whether they appear in a metadata object or a referencing object. * The following examples show an identifier for a Geographic Coordinate Reference System (CRS) @@ -317,7 +317,7 @@ public class ImmutableIdentifier extends * </tr> * </table> * - * {@section Localization} + * <div class="section">Localization</div> * {@code "remarks"} is a localizable attributes which may have a language and country * code suffix. For example the {@code "remarks_fr"} property stands for remarks in * {@linkplain Locale#FRENCH French} and the {@code "remarks_fr_CA"} property stands
Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/acquisition/DefaultObjective.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/acquisition/DefaultObjective.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/acquisition/DefaultObjective.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/acquisition/DefaultObjective.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -161,7 +161,7 @@ public class DefaultObjective extends IS /** * Returns the code used to identify the objective. * - * {@section Unified identifiers view} + * <div class="section">Unified identifiers view</div> * In this SIS implementation, the collection returned by this method includes the XML identifiers * ({@linkplain IdentifierSpace#ID ID}, {@linkplain IdentifierSpace#UUID UUID}, <i>etc.</i>), * thus providing a unified view of every kind of identifiers associated to this objective. Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/acquisition/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/acquisition/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/acquisition/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/acquisition/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.acquisition OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -70,7 +70,7 @@ * {@code └─} {@linkplain org.apache.sis.metadata.iso.acquisition.DefaultEnvironmentalRecord Environmental record}<br> * </td></tr></table> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/DefaultCitation.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/DefaultCitation.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/DefaultCitation.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/DefaultCitation.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -46,13 +46,13 @@ import static org.apache.sis.internal.me /** * Standardized resource reference. * - * {@section Unified identifiers view} + * <div class="section">Unified identifiers view</div> * The ISO 19115 model provides specific attributes for the {@linkplain #getISBN() ISBN} and * {@linkplain #getISSN() ISSN} codes. However the SIS library handles those codes like any * other identifiers. Consequently the ISBN and ISSN codes are included in the collection * returned by {@link #getIdentifiers()}, except at XML marshalling time (for ISO 19139 compliance). * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> @@ -397,7 +397,7 @@ public class DefaultCitation extends ISO * * <div class="note"><b>Example:</b> Universal Product Code (UPC), National Stock Number (NSN).</div> * - * {@section Unified identifiers view} + * <div class="section">Unified identifiers view</div> * In this SIS implementation, the collection returned by this method includes the XML identifiers * ({@linkplain IdentifierSpace#ID ID}, {@linkplain IdentifierSpace#UUID UUID}, <i>etc.</i>), * as well as the {@linkplain #getISBN() ISBN} and {@linkplain #getISSN() ISSN} codes, thus Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/DefaultTelephone.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/DefaultTelephone.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/DefaultTelephone.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/DefaultTelephone.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -31,7 +31,7 @@ import org.apache.sis.metadata.iso.ISOMe /** * Telephone numbers for contacting the responsible individual or organization. * - * {@section Differences between versions 2003 and 2014 of ISO 19115} + * <div class="section">Differences between versions 2003 and 2014 of ISO 19115</div> * For any contact having more than one telephone number, the way to organize the information * changed significantly between the two versions of ISO standard: * @@ -44,7 +44,7 @@ import org.apache.sis.metadata.iso.ISOMe * {@link #getNumber()} and {@link #getNumberType()}.</li> * </ul> * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/citation/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.citation OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -62,14 +62,14 @@ * {@code └─} {@linkplain org.apache.sis.metadata.iso.citation.DefaultSeries Series}<br> * </td></tr></table> * - * {@section Unified identifiers view} + * <div class="section">Unified identifiers view</div> * Apache SIS provides a unified view of all metadata identifiers. This view includes the citation * {@linkplain org.apache.sis.metadata.iso.citation.DefaultCitation#getISBN() ISBN} and * {@linkplain org.apache.sis.metadata.iso.citation.DefaultCitation#getISSN() ISSN} codes, * except at XML marshalling time (for ISO 19139 compliance). * See {@link org.apache.sis.xml.IdentifierMap} for more information. * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/constraint/DefaultLegalConstraints.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/constraint/DefaultLegalConstraints.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/constraint/DefaultLegalConstraints.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/constraint/DefaultLegalConstraints.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -28,12 +28,12 @@ import org.opengis.metadata.constraint.L /** * Restrictions and legal prerequisites for accessing and using the resource. * - * {@section Relationship between properties} + * <div class="section">Relationship between properties</div> * The {@linkplain #getOtherConstraints() other constraints} collection shall be non-empty if * {@linkplain #getAccessConstraints() access constraints} and/or {@linkplain #getUseConstraints() * use constraints} elements have a value of {@link Restriction#OTHER_RESTRICTIONS}. * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/constraint/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/constraint/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/constraint/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/constraint/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.constraint OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -46,7 +46,7 @@ * {@code └─} {@linkplain org.opengis.metadata.constraint.Classification Classification} «code list»<br> * </td></tr></table> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/content/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/content/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/content/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/content/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.content OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -63,7 +63,7 @@ * {@code └─} {@linkplain org.opengis.metadata.content.ImagingCondition Imaging condition} «code list»<br> * </td></tr></table> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/distribution/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/distribution/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/distribution/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/distribution/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.distribution OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -52,7 +52,7 @@ * {@linkplain org.apache.sis.metadata.iso.distribution.DefaultDataFile Data file}<br> * </td></tr></table> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultExtent.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultExtent.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultExtent.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultExtent.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -48,7 +48,7 @@ import org.apache.sis.internal.metadata. * <li>{@link Extents#getGeographicBoundingBox(Extent)} for extracting a global geographic bounding box.</li> * </ul> * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultGeographicBoundingBox.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultGeographicBoundingBox.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultGeographicBoundingBox.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultGeographicBoundingBox.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -53,7 +53,7 @@ import java.util.Objects; * <li>{@link #intersect(GeographicBoundingBox)} for the intersection between the two bounding boxes.</li> * </ul> * - * {@section Validation and normalization} + * <div class="section">Validation and normalization</div> * All constructors and setter methods in this class perform the following argument validation or normalization: * * <ul> @@ -87,7 +87,7 @@ import java.util.Objects; * If more precision is desired, an {@code Envelope} should be considered instead. * </div> * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultTemporalExtent.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultTemporalExtent.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultTemporalExtent.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultTemporalExtent.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -44,7 +44,7 @@ import org.apache.sis.internal.metadata. * <li>{@link #setBounds(Envelope)} for setting the extent from the given envelope.</li> * </ul> * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultVerticalExtent.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultVerticalExtent.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultVerticalExtent.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/DefaultVerticalExtent.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -37,7 +37,7 @@ import org.apache.sis.internal.metadata. * <li>{@link #setBounds(Envelope)} for setting the extent from the given envelope.</li> * </ul> * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/Extents.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/Extents.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/Extents.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/Extents.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -136,7 +136,7 @@ public final class Extents extends Stati * Depths have negative height values: if the {@linkplain CoordinateSystemAxis#getDirection() axis direction} * is toward down, then this method reverses the sign of minimum and maximum values. * - * {@section Multi-occurrences} + * <div class="section">Multi-occurrences</div> * If the given {@code Extent} object contains more than one vertical extent, then this method * performs the following choices: * Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/extent/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.extent OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -117,7 +117,7 @@ * </li> * </ul> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultAggregateInformation.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultAggregateInformation.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultAggregateInformation.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultAggregateInformation.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -34,11 +34,11 @@ import org.apache.sis.metadata.iso.citat /** * Aggregate dataset information. * - * {@section Relationship between properties} + * <div class="section">Relationship between properties</div> * According ISO 19115, at least one of {@linkplain #getAggregateDataSetName() aggregate dataset name} * and {@linkplain #getAggregateDataSetIdentifier() aggregate dataset identifier} shall be provided. * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultAssociatedResource.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultAssociatedResource.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultAssociatedResource.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultAssociatedResource.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -29,11 +29,11 @@ import org.apache.sis.metadata.iso.ISOMe /** * Associated resource information. * - * {@section Relationship between properties} + * <div class="section">Relationship between properties</div> * According ISO 19115, at least one of {@linkplain #getName() name} and * {@linkplain #getMetadataReference() metadata reference} shall be provided. * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultRepresentativeFraction.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultRepresentativeFraction.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultRepresentativeFraction.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultRepresentativeFraction.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -51,7 +51,7 @@ import static org.apache.sis.internal.me * <li>{@link #setScale(double)} for computing the denominator from a scale value.</li> * </ul> * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultResolution.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultResolution.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultResolution.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/DefaultResolution.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -35,14 +35,14 @@ import static org.apache.sis.internal.me /** * Level of detail expressed as a scale factor or a ground distance. * - * {@section Relationship between properties} + * <div class="section">Relationship between properties</div> * ISO 19115 defines {@code Resolution} as an <cite>union</cite> (in the C/C++ sense): * only one of the properties in this class can be set to a non-empty value. * Setting any property to a non-empty value discard all the other ones. * See the {@linkplain #DefaultResolution(Resolution) constructor javadoc} * for information about which property has precedence on copy operations. * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> @@ -245,7 +245,7 @@ public class DefaultResolution extends I /** * Sets the level of detail expressed as the scale of a comparable hardcopy map or chart. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-null, then this method automatically * discards all other properties. * @@ -271,7 +271,7 @@ public class DefaultResolution extends I /** * Sets the ground sample distance. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-null, then this method automatically * discards all other properties. * @@ -299,7 +299,7 @@ public class DefaultResolution extends I /** * Sets the vertical sampling distance. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-null, then this method automatically * discards all other properties. * @@ -329,7 +329,7 @@ public class DefaultResolution extends I /** * Sets the angular sampling measure. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-null, then this method automatically * discards all other properties. * @@ -358,7 +358,7 @@ public class DefaultResolution extends I /** * Sets the textual description of the spatial resolution of the resource. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-null, then this method automatically * discards all other properties. * Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/identification/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.identification OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -78,7 +78,7 @@ * for computing the denominator from a scale value.</li> * </ul> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/DefaultLineage.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/DefaultLineage.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/DefaultLineage.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/DefaultLineage.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -35,11 +35,11 @@ import org.apache.sis.metadata.iso.maint * Information about the events or source data used in constructing the data specified by * the scope or lack of knowledge about lineage. * - * {@section Relationship between properties} + * <div class="section">Relationship between properties</div> * At least one of {@linkplain #getStatement statement}, {@linkplain #getProcessSteps() process steps} * and {@link #getSources() sources} shall be provided. * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/DefaultSource.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/DefaultSource.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/DefaultSource.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/DefaultSource.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -43,11 +43,11 @@ import org.apache.sis.xml.Namespaces; /** * Information about the source data used in creating the data specified by the scope. * - * {@section Relationship between properties} + * <div class="section">Relationship between properties</div> * According ISO 19115, at least one of {@linkplain #getDescription() description} and * {@linkplain #getSourceExtents() source extents} shall be provided. * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/lineage/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.lineage OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -48,7 +48,7 @@ * {@code └─} {@linkplain org.apache.sis.metadata.iso.lineage.DefaultProcessStepReport Process step report}<br> * </td></tr></table> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultScopeDescription.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultScopeDescription.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultScopeDescription.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/DefaultScopeDescription.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -37,12 +37,12 @@ import static org.apache.sis.util.collec /** * Description of the class of information covered by the information. * - * {@section Relationship between properties} + * <div class="section">Relationship between properties</div> * ISO 19115 defines {@code ScopeDescription} as an <cite>union</cite> (in the C/C++ sense): * only one of the properties in this class can be set to a non-empty value. * Setting any property to a non-empty value discard all the other ones. * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> @@ -276,7 +276,7 @@ public class DefaultScopeDescription ext /** * Sets the dataset to which the information applies. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-null, then this method automatically * discards all other properties. * @@ -295,12 +295,12 @@ public class DefaultScopeDescription ext * Returns the feature types to which the information applies. * * <div class="note"><b>Example:</b> - * If an administrative area performs a complete re-survey of the road network, + * if an administrative area performs a complete re-survey of the road network, * the change can be recorded at {@link ScopeCode#FEATURE_TYPE} level with a * “<cite>Administrative area A — Road network</cite>” description. * </div> * - * {@section Conditions} + * <div class="section">Conditions</div> * This method returns a modifiable collection only if no other property is set. * Otherwise, this method returns an unmodifiable empty collection. * @@ -314,7 +314,7 @@ public class DefaultScopeDescription ext /** * Sets the feature types to which the information applies. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-empty, then this method automatically * discards all other properties. * @@ -328,12 +328,12 @@ public class DefaultScopeDescription ext * Returns the attribute types to which the information applies. * * <div class="note"><b>Example:</b> - * If an administrative area detects an anomaly in all overhead clearance of the road survey, + * if an administrative area detects an anomaly in all overhead clearance of the road survey, * the correction can be recorded at {@link ScopeCode#ATTRIBUTE_TYPE} level with a * “<cite>Administrative area A — Overhead clearance</cite>” description. * </div> * - * {@section Conditions} + * <div class="section">Conditions</div> * This method returns a modifiable collection only if no other property is set. * Otherwise, this method returns an unmodifiable empty collection. * @@ -347,7 +347,7 @@ public class DefaultScopeDescription ext /** * Sets the attribute types to which the information applies. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-empty, then this method automatically * discards all other properties. * @@ -366,7 +366,7 @@ public class DefaultScopeDescription ext * “<cite>Administrative area A — New bridge</cite>” description. * </div> * - * {@section Conditions} + * <div class="section">Conditions</div> * This method returns a modifiable collection only if no other property is set. * Otherwise, this method returns an unmodifiable empty collection. * @@ -380,7 +380,7 @@ public class DefaultScopeDescription ext /** * Sets the feature instances to which the information applies. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-empty, then this method automatically * discards all other properties. * @@ -399,7 +399,7 @@ public class DefaultScopeDescription ext * “<cite>Administrative area A — New bridge — Overhead clearance</cite>” description. * </div> * - * {@section Conditions} + * <div class="section">Conditions</div> * This method returns a modifiable collection only if no other property is set. * Otherwise, this method returns an unmodifiable empty collection. * @@ -413,7 +413,7 @@ public class DefaultScopeDescription ext /** * Sets the attribute instances to which the information applies. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-empty, then this method automatically * discards all other properties. * @@ -438,7 +438,7 @@ public class DefaultScopeDescription ext * Sets the class of information that does not fall into the other categories to * which the information applies. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the {@code newValue} is non-null, then this method automatically * discards all other properties. * Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/maintenance/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.maintenance OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -44,7 +44,7 @@ * {@code └─} {@linkplain org.apache.sis.metadata.iso.maintenance.DefaultScopeDescription Scope description}<br> * </td></tr></table> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * For some explanation about how to use various ISO 19115 elements for scientific dataset, the * <a href="https://geo-ide.noaa.gov/wiki/index.php?title=Category:ISO_19115">NOAA wiki page</a> @@ -57,7 +57,7 @@ * {@code └─} {@linkplain org.apache.sis.metadata.iso.DefaultIdentifier Identifier}<br> * </td></tr></table> * - * {@section Localization} + * <div class="section">Localization</div> * When a metadata object is marshalled as an ISO 19139 compliant XML document, the marshaller * {@link org.apache.sis.xml.XML#LOCALE} property will be used for the localization of every * {@link org.opengis.util.InternationalString} and {@link org.opengis.util.CodeList} instances, @@ -66,7 +66,7 @@ * {@link org.apache.sis.metadata.iso.DefaultMetadata#setLanguage setLanguage(Locale)} method * will have precedence. The later behavior is compliant with INSPIRE rules. * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/quality/DefaultDataQuality.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/quality/DefaultDataQuality.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/quality/DefaultDataQuality.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/quality/DefaultDataQuality.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -30,11 +30,11 @@ import org.apache.sis.metadata.iso.ISOMe /** * Quality information for the data specified by a data quality scope. * - * {@section Relationship between properties} + * <div class="section">Relationship between properties</div> * According ISO 19115, at least one of {@linkplain #getLineage() lineage} and * {@linkplain #getReports() reports} shall be provided. * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/quality/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/quality/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/quality/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/quality/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.quality OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -91,7 +91,7 @@ * {@linkplain org.apache.sis.metadata.iso.quality.DefaultCoverageResult Coverage result}<br> * </td></tr></table> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/spatial/DefaultGeorectified.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/spatial/DefaultGeorectified.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/spatial/DefaultGeorectified.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/spatial/DefaultGeorectified.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -37,12 +37,12 @@ import org.apache.sis.xml.Namespaces; * Any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, * and orientation indication of whether or not geographic. * - * {@section Relationship between properties} + * <div class="section">Relationship between properties</div> * Providing the {@linkplain #getCheckPointDescription() check point description} implies that * {@linkplain #isCheckPointAvailable() check point availability} is {@code true}. The setter * methods will ensure that this condition is not violated. * - * {@section Limitations} + * <div class="section">Limitations</div> * <ul> * <li>Instances of this class are not synchronized for multi-threading. * Synchronization, if needed, is caller's responsibility.</li> @@ -198,7 +198,7 @@ public class DefaultGeorectified extends * Sets an indication of whether or not geographic position points are available to test the * accuracy of the georeferenced grid data. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the given {@code newValue} is {@code false}, then this method automatically hides * the {@linkplain #setCheckPointDescription check point description} property. The description can * be shown again by reverting {@code checkPointAvailability} to {@code true}. @@ -235,7 +235,7 @@ public class DefaultGeorectified extends * Sets the description of geographic position points used to test the accuracy of the * georeferenced grid data. * - * {@section Effect on other properties} + * <div class="section">Effect on other properties</div> * If and only if the given {@code newValue} is non-null, then this method automatically sets * the {@linkplain #setCheckPointAvailable check point availability} property to {@code true}. * Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/spatial/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/spatial/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/spatial/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/spatial/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -20,7 +20,7 @@ * An explanation for this package is provided in the {@linkplain org.opengis.metadata.spatial OpenGIS® javadoc}. * The remaining discussion on this page is specific to the SIS implementation. * - * {@section Overview} + * <div class="section">Overview</div> * For a global overview of metadata in SIS, see the {@link org.apache.sis.metadata} package javadoc. * * <table class="sis"> @@ -66,7 +66,7 @@ * {@linkplain org.opengis.metadata.spatial.SpatialRepresentationType Spatial representation type} «code list»<br> * </td></tr></table> * - * {@section Null values, nil objects and collections} + * <div class="section">Null values, nil objects and collections</div> * All constructors and setter methods accept {@code null} arguments. * A null argument value means that the metadata element can not be provided, and the reason for that is unspecified. * Alternatively, users can specify why a metadata element is missing by providing a value created by Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/metadata/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -18,13 +18,13 @@ /** * Root package for various metadata implementations. * - * {@section Foreword} + * <div class="section">Foreword</div> * Many metadata standards exist, including <cite>Dublin core</cite>, <cite>ISO 19115</cite> and the Image I/O * metadata defined in {@link javax.imageio.metadata}. The SIS implementation focuses on ISO 19115 (including * its ISO 19115-2 extension), but the classes are designed in a way that allow the usage of different standards. * This genericity goal should be keep in mind in the discussion below. * - * {@section How Metadata are defined} + * <div class="section">How Metadata are defined</div> * A metadata standard is defined by a set of Java interfaces belonging to a specific package and its sub-packages. * For example the ISO 19115 standard is defined by the <a href="http://www.geoapi.org">GeoAPI</a> interfaces * defined in the {@link org.opengis.metadata} package and sub-packages. That standard is identified in SIS by the @@ -59,7 +59,7 @@ * package for generating metadata implementations backed by the content of a database.</li> * </ul> * - * {@section How Metadata are handled} + * <div class="section">How Metadata are handled</div> * Metadata objects in SIS are mostly containers: they provide getter and setter methods for manipulating the values * associated to properties (for example the {@code title} property of a {@code Citation} object), but provide few logic. * The package {@link org.apache.sis.metadata.iso} and its sub-packages are the main examples of such containers. @@ -102,7 +102,7 @@ * where each call to a getter method is translated into a SQL query for the above database.</li> * </ul> * - * {@section How Metadata are marshalled} + * <div class="section">How Metadata are marshalled</div> * The ISO 19139 standard defines how ISO 19115 metadata shall be represented in XML. * The SIS library supports XML marshalling and unmarshalling with JAXB annotations. * Modified: sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/metadata/NameMapTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/metadata/NameMapTest.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/metadata/NameMapTest.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/metadata/NameMapTest.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -92,7 +92,7 @@ public final strictfp class NameMapTest * it would just consume more memory than needed. We want to intern those strings because they usually * match method names or field names, which are already interned by the JVM. * - * {@section Explicit calls to <code>String.intern()</code>} + * <div class="section">Explicit calls to {@code String.intern()}</div> * I though that annotation strings were interned like any other constants, but it does not * seem to be the case as of JDK7. To check if a future JDK release still needs explicit * call to {@link String#intern()}, try to remove the "{@code .intern()}" part in the Modified: sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/metadata/TreeNodeChildrenTest.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/metadata/TreeNodeChildrenTest.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/metadata/TreeNodeChildrenTest.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/metadata/TreeNodeChildrenTest.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -40,7 +40,7 @@ import static org.apache.sis.test.TestUt * Tests the {@link TreeNodeChildren} class. * Unless otherwise specified, all tests use the {@link MetadataStandard#ISO_19115} constant. * - * {@section Test dependency} + * <div class="section">Test dependency</div> * This class uses the {@link TreeNode#getUserObject()} method for comparing the values. * We can hardly avoid to use some {@code TreeNode} methods because of the cross-dependencies. * However we try to use nothing else than {@code getUserObject()} because the purpose of this Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/AbstractEnvelope.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -69,7 +69,7 @@ import java.util.Objects; * <p>All other methods, including {@link #toString()}, {@link #equals(Object)} and {@link #hashCode()}, * are implemented on top of the above four methods.</p> * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * The <cite>Web Coverage Service</cite> (WCS) specification authorizes (with special treatment) * cases where <var>upper</var> < <var>lower</var> at least in the longitude case. They are * envelopes crossing the anti-meridian, like the red box below (the green box is the usual case). @@ -91,13 +91,13 @@ import java.util.Objects; * </ul> * </td></tr></table></center> * - * {@section Choosing the range of longitude values} + * <div class="section">Choosing the range of longitude values</div> * Geographic CRS typically have longitude values in the [-180 … +180]° range, but the [0 … 360]° * range is also occasionally used. Users of this class need to ensure that this envelope CRS is * associated to axes having the desired {@linkplain CoordinateSystemAxis#getMinimumValue() minimum} * and {@linkplain CoordinateSystemAxis#getMaximumValue() maximum value}. * - * {@section Note on positive and negative zeros} + * <div class="section">Note on positive and negative zeros</div> * The IEEE 754 standard defines two different values for positive zero and negative zero. * When used with SIS envelopes and keeping in mind the above discussion, those zeros have * different meanings: @@ -386,7 +386,7 @@ public abstract class AbstractEnvelope i * median = (getUpper(dimension) + getLower(dimension)) / 2; * } * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * If <var>upper</var> < <var>lower</var> and the * {@linkplain CoordinateSystemAxis#getRangeMeaning() range meaning} for the requested * dimension is {@linkplain RangeMeaning#WRAPAROUND wraparound}, then the median calculated @@ -437,7 +437,7 @@ public abstract class AbstractEnvelope i * span = getUpper(dimension) - getLower(dimension); * } * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * If <var>upper</var> < <var>lower</var> and the * {@linkplain CoordinateSystemAxis#getRangeMeaning() range meaning} for the requested * dimension is {@linkplain RangeMeaning#WRAPAROUND wraparound}, then the span calculated @@ -681,11 +681,11 @@ public abstract class AbstractEnvelope i * If it least one ordinate value in the given point is {@link Double#NaN NaN}, * then this method returns {@code false}. * - * {@section Pre-conditions} + * <div class="section">Pre-conditions</div> * This method assumes that the specified point uses the same CRS than this envelope. * For performance reasons, it will no be verified unless Java assertions are enabled. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * For any dimension, if <var>upper</var> < <var>lower</var> then this method uses an * algorithm which is the opposite of the usual one: rather than testing if the given point is * inside the envelope interior, this method tests if the given point is <em>outside</em> the @@ -730,11 +730,11 @@ public abstract class AbstractEnvelope i /** * Returns {@code true} if this envelope completely encloses the specified envelope. * - * {@section Pre-conditions} + * <div class="section">Pre-conditions</div> * This method assumes that the specified envelope uses the same CRS than this envelope. * For performance reasons, it will no be verified unless Java assertions are enabled. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * For every cases illustrated below, the yellow box is considered completely enclosed * in the blue envelope: * @@ -848,11 +848,11 @@ public abstract class AbstractEnvelope i /** * Returns {@code true} if this envelope intersects the specified envelope. * - * {@section Pre-conditions} + * <div class="section">Pre-conditions</div> * This method assumes that the specified envelope uses the same CRS than this envelope. * For performance reasons, it will no be verified unless Java assertions are enabled. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method can handle envelopes spanning the anti-meridian. * * @param envelope The envelope to test for intersection. @@ -985,7 +985,7 @@ public abstract class AbstractEnvelope i * smaller for geographic CRS than for UTM projections, because the former typically has a * [-180…180]° range while the later can have a range of thousands of meters.</div> * - * {@section Coordinate Reference System} + * <div class="section">Coordinate Reference System</div> * To be considered equal, the two envelopes must have the same {@linkplain #getDimension() dimension} * and their CRS must be {@linkplain org.apache.sis.util.Utilities#equalsIgnoreMetadata equals, * ignoring metadata}. If at least one envelope has a null CRS, then the CRS are ignored and the Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/ArrayEnvelope.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/ArrayEnvelope.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/ArrayEnvelope.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/ArrayEnvelope.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -336,7 +336,7 @@ scanNumber: while ((i += Character.charC * with the checks listed above, where failure to meet those conditions will cause the methods to * behave in an unexpected way. * - * {@section Implementation consistency} + * <div class="section">Implementation consistency</div> * The checks performed by this method shall be consistent with the checks performed by the following methods: * <ul> * <li>{@link GeneralEnvelope#setCoordinateReferenceSystem(CoordinateReferenceSystem)}</li> Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition2D.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition2D.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition2D.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/DirectPosition2D.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -48,7 +48,7 @@ import java.util.Objects; * do not have such restriction, and it would be hard to generalize. For example there is no clear "x" or "y" * classification for North-East direction.</div> * - * {@section Caution when used in collections} + * <div class="section">Caution when used in collections</div> * Do not mix instances of this class with ordinary {@link Point2D} instances * in a {@code HashSet} or as {@code HashMap} keys. * It is not possible to meet both {@link Point2D#hashCode()} and {@link DirectPosition#hashCode()} Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelope2D.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -64,7 +64,7 @@ import java.util.Objects; * This is not specific to this implementation; in Java2D too, the visual axis orientation depend * on the {@linkplain java.awt.Graphics2D#getTransform() affine transform in the graphics context}.</p> * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * The <cite>Web Coverage Service</cite> (WCS) specification authorizes (with special treatment) * cases where <var>upper</var> < <var>lower</var> at least in the longitude case. They are * envelopes spanning the anti-meridian, like the red box below (the green box is the usual case). @@ -644,7 +644,7 @@ public class Envelope2D extends Rectangl * of the given ordinate value is {@link java.lang.Double#NaN NaN}, then this method returns * {@code false}. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports anti-meridian spanning in the same way than * {@link AbstractEnvelope#contains(DirectPosition)}. * @@ -672,7 +672,7 @@ public class Envelope2D extends Rectangl * envelope or the given rectangle have at least one {@link java.lang.Double#NaN NaN} value, * then this method returns {@code false}. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports anti-meridian spanning in the same way than * {@link AbstractEnvelope#contains(Envelope)}. * @@ -694,7 +694,7 @@ public class Envelope2D extends Rectangl * envelope or the given rectangle have at least one {@link java.lang.Double#NaN NaN} value, * then this method returns {@code false}. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports anti-meridian spanning in the same way than * {@link AbstractEnvelope#contains(Envelope)}. * @@ -741,7 +741,7 @@ public class Envelope2D extends Rectangl * or the given rectangle have at least one {@link java.lang.Double#NaN NaN} value, then this * method returns {@code false}. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports anti-meridian spanning in the same way than * {@link AbstractEnvelope#intersects(Envelope)}. * @@ -763,7 +763,7 @@ public class Envelope2D extends Rectangl * or the given rectangle have at least one {@link java.lang.Double#NaN NaN} value, then this * method returns {@code false}. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports anti-meridian spanning in the same way than * {@link AbstractEnvelope#intersects(Envelope)}. * @@ -808,7 +808,7 @@ public class Envelope2D extends Rectangl * or the given rectangle have at least one {@link java.lang.Double#NaN NaN} values, then this * method returns an {@linkplain #isEmpty() empty} envelope. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports anti-meridian spanning in the same way than * {@link GeneralEnvelope#intersect(Envelope)}. * @@ -893,7 +893,7 @@ public class Envelope2D extends Rectangl * Adds an other rectangle to this rectangle. The resulting rectangle is the union of the * two {@code Rectangle} objects. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports anti-meridian spanning in the same way than * {@link GeneralEnvelope#add(Envelope)}, except if the result is a rectangle expanding to * infinities. In the later case, the field values are set to {@code NaN} because infinite @@ -991,7 +991,7 @@ public class Envelope2D extends Rectangl * as an argument will return {@code true}, except if one of the point ordinates was * {@link java.lang.Double#NaN} in which case the corresponding ordinate has been ignored. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports anti-meridian spanning in the same way than * {@link GeneralEnvelope#add(DirectPosition)}. * @@ -1031,7 +1031,7 @@ public class Envelope2D extends Rectangl * i.e. the {@linkplain #getCoordinateReferenceSystem() coordinate reference system} of this * envelope is ignored. * - * {@section Note on <code>hashCode()</code>} + * <div class="section">Note on {@code hashCode()}</div> * This class does not override the {@link #hashCode()} method for consistency with the * {@link Rectangle2D#equals(Object)} method, which compare arbitrary {@code Rectangle2D} * implementations. Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelopes.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelopes.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelopes.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelopes.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -53,7 +53,7 @@ import static org.apache.sis.util.String /** * Transforms envelopes to new Coordinate Reference Systems, and miscellaneous utilities. * - * {@section Envelope transformations} + * <div class="section">Envelope transformations</div> * All {@code transform(…)} methods in this class take in account the curvature of the transformed shape. * For example the shape of a geographic envelope (figure below on the left side) is not rectangular in a * conic projection (figure below on the right side). In order to get the envelope represented by the red @@ -158,7 +158,7 @@ public final class Envelopes extends Sta * same instance than the given target CRS, then the given envelope is returned unchanged. * Otherwise a new transformed envelope is returned. * - * {@section Performance tip} + * <div class="section">Performance tip</div> * If there is many envelopes to transform with the same source and target CRS, then it is more efficient * to get the {@link CoordinateOperation} or {@link MathTransform} instance once and invoke one of the * others {@code transform(…)} methods. Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralDirectPosition.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralDirectPosition.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralDirectPosition.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralDirectPosition.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -42,7 +42,7 @@ import java.util.Objects; * position is known to be always two-dimensional, then {@link DirectPosition2D} provides * a more efficient implementation. * - * {@section Coordinate Reference System (CRS) optionality} + * <div class="section">Coordinate Reference System (CRS) optionality</div> * Since {@code DirectPosition}s, as data types, will often be included in larger objects * (such as {@link org.opengis.geometry.Geometry}) that have references * to {@code CoordinateReferenceSystem}, the {@link #getCoordinateReferenceSystem()} method Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralEnvelope.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralEnvelope.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralEnvelope.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/GeneralEnvelope.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -65,7 +65,7 @@ import static org.apache.sis.math.MathFu * representing a {@code BBOX} or a <cite>Well Known Text</cite> (WKT) format.</li> * </ul> * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * The <cite>Web Coverage Service</cite> (WCS) specification authorizes (with special treatment) * cases where <var>upper</var> < <var>lower</var> at least in the longitude case. They are * envelopes crossing the anti-meridian, like the red box below (the green box is the usual case). @@ -91,7 +91,7 @@ import static org.apache.sis.math.MathFu * </ul> * </td></tr></table></center> * - * {@section Envelope validation} + * <div class="section">Envelope validation</div> * If and only if this envelope is associated to a non-null CRS, then constructors and setter methods * in this class perform the following checks: * @@ -490,11 +490,11 @@ public class GeneralEnvelope extends Arr * with the added point as an argument will return {@code true}, except if one of the point * ordinates was {@link Double#NaN} in which case the corresponding ordinate has been ignored.</p> * - * {@section Pre-conditions} + * <div class="section">Pre-conditions</div> * This method assumes that the specified point uses the same CRS than this envelope. * For performance reasons, it will no be verified unless Java assertions are enabled. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports envelopes spanning the anti-meridian. In such cases it is possible to * move both envelope borders in order to encompass the given point, as illustrated below (the * new point is represented by the {@code +} symbol): @@ -570,11 +570,11 @@ public class GeneralEnvelope extends Arr * Adds an envelope object to this envelope. The resulting envelope is the union of the * two {@code Envelope} objects. * - * {@section Pre-conditions} + * <div class="section">Pre-conditions</div> * This method assumes that the specified envelope uses the same CRS than this envelope. * For performance reasons, it will no be verified unless Java assertions are enabled. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports envelopes spanning the anti-meridian. If one or both envelopes span * the anti-meridian, then the result of the {@code add} operation may be an envelope expanding * to infinities. In such case, the ordinate range will be either [-∞…∞] or [0…-0] depending on @@ -697,11 +697,11 @@ public class GeneralEnvelope extends Arr /** * Sets this envelope to the intersection if this envelope with the specified one. * - * {@section Pre-conditions} + * <div class="section">Pre-conditions</div> * This method assumes that the specified envelope uses the same CRS than this envelope. * For performance reasons, it will no be verified unless Java assertions are enabled. * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * This method supports envelopes spanning the anti-meridian. * * @param envelope the {@code Envelope} to intersect to this envelope. @@ -850,7 +850,7 @@ public class GeneralEnvelope extends Arr * class javadoc for more information about the meaning of such range.</li> * </ul> * - * {@section Spanning the anti-meridian of a Geographic CRS} + * <div class="section">Spanning the anti-meridian of a Geographic CRS</div> * If the envelope is spanning the anti-meridian, then some {@linkplain #getLower(int) lower} * ordinate values may become greater than their {@linkplain #getUpper(int) upper} counterpart * as a result of this method call. If such effect is undesirable, then this method may be @@ -862,13 +862,13 @@ public class GeneralEnvelope extends Arr * } * } * - * {@section Choosing the range of longitude values} + * <div class="section">Choosing the range of longitude values</div> * Geographic CRS typically have longitude values in the [-180 … +180]° range, but the [0 … 360]° * range is also occasionally used. Callers need to ensure that this envelope CRS is associated * to axes having the desired {@linkplain CoordinateSystemAxis#getMinimumValue() minimum} and * {@linkplain CoordinateSystemAxis#getMaximumValue() maximum value}. * - * {@section Usage} + * <div class="section">Usage</div> * This method is sometime useful before to compute the {@linkplain #add(Envelope) union} * or {@linkplain #intersect(Envelope) intersection} of envelopes, in order to ensure that * both envelopes are defined in the same domain. This method may also be invoked before Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/ImmutableEnvelope.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/ImmutableEnvelope.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/ImmutableEnvelope.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/ImmutableEnvelope.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -37,7 +37,7 @@ import static org.apache.sis.util.Argume * This class is final in order to ensure that the immutability contract can not be broken * (assuming not using <cite>Java Native Interface</cite> or reflections). * - * {@section Immutability and thread safety} + * <div class="section">Immutability and thread safety</div> * This final class is immutable and thus inherently thread-safe if the {@link CoordinateReferenceSystem} * instance given to the constructor is immutable. This is usually the case in Apache SIS. * Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/package-info.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/package-info.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/package-info.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/package-info.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -45,7 +45,7 @@ * </tr> * </table> * - * {@section Envelopes spanning the anti-meridian of a Geographic CRS} + * <div class="section">Envelopes spanning the anti-meridian of a Geographic CRS</div> * The Web Coverage Service (WCS) 1.1 specification uses an extended interpretation * of the bounding box definition. In a WCS 1.1 data structure, the * {@linkplain org.apache.sis.geometry.GeneralEnvelope#getLowerCorner() lower corner} 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=1668105&r1=1668104&r2=1668105&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] Fri Mar 20 17:32:02 2015 @@ -29,7 +29,7 @@ import org.opengis.metadata.Identifier; * syntax instead. The ISO 19139 syntax represents the code and codespace as XML elements, while in this * GML representation the code is a XML value and the codespace is a XML attribute.</p> * - * {@section Marshalling} + * <div class="section">Marshalling</div> * Identifiers are typically marshalled as below: * * {@preformat xml @@ -43,7 +43,7 @@ import org.opengis.metadata.Identifier; * <gml:identifier codeSpace="EPSG:8.3">4326</gml:identifier> * } * - * {@section Unmarshalling} + * <div class="section">Unmarshalling</div> * Some data producers put a URN instead than a simple code value, as in the example below: * * {@preformat xml Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/parameter/DefaultParameterDescriptorGroup.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/parameter/DefaultParameterDescriptorGroup.java?rev=1668105&r1=1668104&r2=1668105&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/parameter/DefaultParameterDescriptorGroup.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/parameter/DefaultParameterDescriptorGroup.java [UTF-8] Fri Mar 20 17:32:02 2015 @@ -42,7 +42,7 @@ import static org.apache.sis.util.Utilit * Each map projection or process will typically defines a single static {@code ParameterDescriptorGroup}, * to be shared by all users of that projection or process. * - * {@section Instantiation} + * <div class="section">Instantiation</div> * Coordinate operation or process <em>implementors</em> may use the {@link ParameterBuilder} class for making * their task easier. * @@ -73,7 +73,7 @@ import static org.apache.sis.util.Utilit * } * </div> * - * {@section Usage} + * <div class="section">Usage</div> * Users can simply reference the descriptor provided par a coordinate operation or process providers like below: * * {@preformat java
