Author: desruisseaux
Date: Thu Jan 8 10:53:25 2015
New Revision: 1650248
URL: http://svn.apache.org/r1650248
Log:
Documentation clarification: represent the projected envelope by a red
rectangle.
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/Envelopes.java
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/doc-files/ConicArea.png
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=1650248&r1=1650247&r2=1650248&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] Thu Jan 8 10:53:25 2015
@@ -55,8 +55,10 @@ import static org.apache.sis.util.String
*
* {@section Envelope transformations}
* All {@code transform(…)} methods in this class take in account the
curvature of the transformed shape.
- * For example in order to get an envelope that fully encompass the shape
shown below on the right side,
- * projecting the four corners is not sufficient:
+ * 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
+ * rectangle, projecting the four corners of the geographic envelope is not
sufficient since we would miss
+ * the southerner part.
*
* <center><table class="sis">
* <caption>Example of curvature induced by a map projection</caption>
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/doc-files/ConicArea.png
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/geometry/doc-files/ConicArea.png?rev=1650248&r1=1650247&r2=1650248&view=diff
==============================================================================
Binary files - no diff available.