Author: buildbot
Date: Tue May 24 05:07:47 2016
New Revision: 988995

Log:
Staging update by buildbot for sis

Modified:
    websites/staging/sis/trunk/content/   (props changed)
    websites/staging/sis/trunk/content/command-line.html

Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 24 05:07:47 2016
@@ -1 +1 @@
-1745294
+1745301

Modified: websites/staging/sis/trunk/content/command-line.html
==============================================================================
--- websites/staging/sis/trunk/content/command-line.html (original)
+++ websites/staging/sis/trunk/content/command-line.html Tue May 24 05:07:47 
2016
@@ -97,7 +97,7 @@ h2:hover > .headerlink, h3:hover > .head
 and for performing coordinate operations.
 That command-line tool is provided for allowing users to experiment some 
Apache SIS functionalities
 without writing Java code.
-For each example, key Java methods are listed for allowing users to reproduce 
the functionality
+For each example, key Java APIs are listed for allowing users to reproduce the 
functionality
 in their own application.</p>
 <div class="toc">
 <ul>
@@ -253,7 +253,7 @@ The result will be slightly more verbose
 <p>Apache SIS can also read and write CRS definitions in the <em>Geographic 
Markup Language</em> (GML) format.
 For GML output, one can add the <code>--format xml</code> option to the above 
command.
 The result will be much more verbose than WKT outputs.</p>
-<p>Java methods for accessing functionalities shown in above examples are:</p>
+<p>Java API for accessing functionalities shown in above examples are:</p>
 <ul>
 <li>Convenience static methods in <code>org.apache.sis.referencing</code> 
package:<ul>
 <li><code>CRS.forCode(String)</code></li>
@@ -347,7 +347,7 @@ The next example asks the identifier of
 <em>“Mercator (variant A)”</em> projection with a <em>“Scale factor at 
natural origin”</em> parameter value of 0.755799… on the WGS84 datum is 
numerically equivalent to a
 <em>“Mercator (variant B)”</em> projection with a <em>“Latitude of 1st 
standard parallel”</em> parameter value of 41° on the same datum.
 This recognition allowed SIS to return the EPSG:3994 code even if it stands 
for a CRS defined as a <em>“Mercator (variant B)”</em> projection rather 
than variant A.</p>
-<p>Java methods for accessing functionalities shown in above example are:</p>
+<p>Java API for accessing functionalities shown in above example are:</p>
 <ul>
 <li>Convenience static method in <code>org.apache.sis.referencing</code> 
package:<ul>
 <li><code>IdentifiedObjects.lookupURN(IdentifiedObject, Citation)</code></li>
@@ -420,7 +420,7 @@ Those parameters could also be different
 </pre></div>
 
 
-<p>Java methods for accessing functionalities shown in above examples are:</p>
+<p>Java API for accessing functionalities shown in above examples are:</p>
 <ul>
 <li>Convenience static method in <code>org.apache.sis.referencing</code> 
package:<ul>
 <li><code>CRS.findOperation(CoordinateReferenceSystem, 
CoordinateReferenceSystem, GeographicBoundingBox)</code></li>
@@ -484,7 +484,7 @@ As of SIS 0.7, only CF-compliant NetCDF
 </details></p>
 <p>Adding the <code>--format xml</code> option to the above command will 
format the same metadata in a XML document.
 The output is not shown in this page because of its verbosity.</p>
-<p>Java methods for accessing functionalities shown in above examples are:</p>
+<p>Java API for accessing functionalities shown in above examples are:</p>
 <ul>
 <li>Convenience static methods in <code>org.apache.sis.xml</code> package:<ul>
 <li><code>XML.marshal(…)</code></li>


Reply via email to