Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5681510DEC for ; Fri, 18 Oct 2013 21:59:50 +0000 (UTC) Received: (qmail 70577 invoked by uid 500); 18 Oct 2013 21:59:46 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 70549 invoked by uid 500); 18 Oct 2013 21:59:46 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 70497 invoked by uid 99); 18 Oct 2013 21:59:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Oct 2013 21:59:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Oct 2013 21:59:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1597C2388A02; Fri, 18 Oct 2013 21:59:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1533647 - /sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/EPSG.java Date: Fri, 18 Oct 2013 21:59:19 -0000 To: commits@sis.apache.org From: desruisseaux@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131018215919.1597C2388A02@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: desruisseaux Date: Fri Oct 18 21:59:18 2013 New Revision: 1533647 URL: http://svn.apache.org/r1533647 Log: Fixed broken formatting. Modified: sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/EPSG.java Modified: sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/EPSG.java URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/EPSG.java?rev=1533647&r1=1533646&r2=1533647&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/EPSG.java [UTF-8] (original) +++ sis/branches/JDK7/core/sis-referencing/src/main/java/org/apache/sis/referencing/EPSG.java [UTF-8] Fri Oct 18 21:59:18 2013 @@ -28,7 +28,7 @@ import java.lang.annotation.Target; * The EPSG geodetic parameter dataset is a structured database required to: * *
    - *
  • define {@linkplain org.opengis.referencing.crs.CoordinateReferenceSystem Coordinate Reference Systems (CRS) + *
  • define {@linkplain org.opengis.referencing.crs.CoordinateReferenceSystem Coordinate Reference Systems} (CRS) * such that coordinates describe positions unambiguously;
  • *
  • define {@linkplain org.opengis.referencing.operation.CoordinateOperation Coordinate Operations} * that allow coordinates to be changed from one CRS to another CRS.
  • @@ -58,6 +58,8 @@ import java.lang.annotation.Target; * GeographicCRS crs = factory.createGeographicCRS("4326"); * } * + * The EPSG objects can also be inspected online on the EPSG registry web site. + * * @author Martin Desruisseaux (Geomatys) * @since 0.4 * @version 0.4