Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/Envelope2D.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/Envelope2D.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/Envelope2D.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:17 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Envelope2D (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Envelope2D (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.geometry.Envelope2D class">
<meta name="keywords" content="getCoordinateReferenceSystem()">
<meta name="keywords" content="setCoordinateReferenceSystem()">
@@ -41,7 +41,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Envelope2D (Apache SIS 0.7 API)";
+ parent.document.title="Envelope2D (Apache SIS 0.7.1 API)";
}
}
catch(err) {
@@ -160,7 +160,7 @@ var activeTableTab = "activeTableTab";
<pre>public class <span class="typeNameLabel">Envelope2D</span>
extends <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Rectangle2D.Double.html?is-external=true"
title="class or interface in java.awt.geom">Rectangle2D.Double</a>
implements <a
href="http://www.geoapi.org/3.0/javadoc/org/opengis/geometry/Envelope.html?is-external=true"
title="class or interface in org.opengis.geometry">Envelope</a>, <a
href="../../../../org/apache/sis/util/Emptiable.html" title="interface in
org.apache.sis.util">Emptiable</a>, <a
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true"
title="class or interface in java.lang">Cloneable</a></pre>
-<div class="block">A two-dimensional envelope on top of <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"
title="class or interface in java.awt.geom"><code>Rectangle2D</code></a>.
+<div class="block">A two-dimensional envelope on top of Java2D rectangle.
This implementation is provided for inter-operability between Java2D and
GeoAPI.
<p>This class inherits <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Rectangle2D.Double.html?is-external=true#x"
title="class or interface in java.awt.geom">x</a> and <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Rectangle2D.Double.html?is-external=true#y"
title="class or interface in java.awt.geom">y</a> fields.
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/Envelopes.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/Envelopes.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/Envelopes.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:17 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Envelopes (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Envelopes (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.geometry.Envelopes class">
<meta name="keywords" content="transform()">
<meta name="keywords" content="fromWKT()">
@@ -18,7 +18,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Envelopes (Apache SIS 0.7 API)";
+ parent.document.title="Envelopes (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/GeneralDirectPosition.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/GeneralDirectPosition.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/GeneralDirectPosition.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:17 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GeneralDirectPosition (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>GeneralDirectPosition (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.geometry.GeneralDirectPosition
class">
<meta name="keywords" content="ordinates">
<meta name="keywords" content="getDimension()">
@@ -26,7 +26,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="GeneralDirectPosition (Apache SIS 0.7 API)";
+ parent.document.title="GeneralDirectPosition (Apache SIS 0.7.1
API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/GeneralEnvelope.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/GeneralEnvelope.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/GeneralEnvelope.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:17 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GeneralEnvelope (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>GeneralEnvelope (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.geometry.GeneralEnvelope class">
<meta name="keywords" content="castOrCopy()">
<meta name="keywords" content="setCoordinateReferenceSystem()">
@@ -27,7 +27,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="GeneralEnvelope (Apache SIS 0.7 API)";
+ parent.document.title="GeneralEnvelope (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/ImmutableEnvelope.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/ImmutableEnvelope.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/ImmutableEnvelope.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:17 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ImmutableEnvelope (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>ImmutableEnvelope (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.geometry.ImmutableEnvelope
class">
<meta name="keywords" content="castOrCopy()">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
@@ -15,7 +15,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ImmutableEnvelope (Apache SIS 0.7 API)";
+ parent.document.title="ImmutableEnvelope (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/MismatchedReferenceSystemException.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/MismatchedReferenceSystemException.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/MismatchedReferenceSystemException.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:17 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MismatchedReferenceSystemException (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>MismatchedReferenceSystemException (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords"
content="org.apache.sis.geometry.MismatchedReferenceSystemException class">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -14,7 +14,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="MismatchedReferenceSystemException (Apache
SIS 0.7 API)";
+ parent.document.title="MismatchedReferenceSystemException (Apache
SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/UnmodifiableGeometryException.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/UnmodifiableGeometryException.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/UnmodifiableGeometryException.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:17 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UnmodifiableGeometryException (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>UnmodifiableGeometryException (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords"
content="org.apache.sis.geometry.UnmodifiableGeometryException class">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -14,7 +14,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="UnmodifiableGeometryException (Apache SIS
0.7 API)";
+ parent.document.title="UnmodifiableGeometryException (Apache SIS
0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/AbstractDirectPosition.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/AbstractDirectPosition.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/AbstractDirectPosition.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.AbstractDirectPosition (Apache
SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.AbstractDirectPosition (Apache
SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.AbstractDirectPosition (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.AbstractDirectPosition (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/AbstractEnvelope.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/AbstractEnvelope.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/AbstractEnvelope.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.AbstractEnvelope (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.AbstractEnvelope (Apache SIS
0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.AbstractEnvelope (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.AbstractEnvelope (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/DirectPosition1D.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/DirectPosition1D.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/DirectPosition1D.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.DirectPosition1D (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.DirectPosition1D (Apache SIS
0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.DirectPosition1D (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.DirectPosition1D (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/DirectPosition2D.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/DirectPosition2D.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/DirectPosition2D.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.DirectPosition2D (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.DirectPosition2D (Apache SIS
0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.DirectPosition2D (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.DirectPosition2D (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/Envelope2D.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/Envelope2D.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/Envelope2D.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.Envelope2D (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.Envelope2D (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.Envelope2D (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.Envelope2D (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/Envelopes.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/Envelopes.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/Envelopes.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.Envelopes (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.Envelopes (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.Envelopes (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.Envelopes (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/GeneralDirectPosition.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/GeneralDirectPosition.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/GeneralDirectPosition.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.GeneralDirectPosition (Apache SIS
0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.GeneralDirectPosition (Apache SIS
0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.GeneralDirectPosition (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.GeneralDirectPosition (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/GeneralEnvelope.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/GeneralEnvelope.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/GeneralEnvelope.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.GeneralEnvelope (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.GeneralEnvelope (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.GeneralEnvelope (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.GeneralEnvelope (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/ImmutableEnvelope.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/ImmutableEnvelope.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/ImmutableEnvelope.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.ImmutableEnvelope (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.ImmutableEnvelope (Apache SIS
0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.ImmutableEnvelope (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.ImmutableEnvelope (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/MismatchedReferenceSystemException.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/MismatchedReferenceSystemException.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/MismatchedReferenceSystemException.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class
org.apache.sis.geometry.MismatchedReferenceSystemException (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class
org.apache.sis.geometry.MismatchedReferenceSystemException (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.MismatchedReferenceSystemException (Apache SIS 0.7
API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.MismatchedReferenceSystemException (Apache SIS 0.7.1
API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/UnmodifiableGeometryException.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/UnmodifiableGeometryException.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/class-use/UnmodifiableGeometryException.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.geometry.UnmodifiableGeometryException
(Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.geometry.UnmodifiableGeometryException
(Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.geometry.UnmodifiableGeometryException (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.geometry.UnmodifiableGeometryException (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-frame.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-frame.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-frame.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.geometry (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.geometry (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.geometry package">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-summary.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-summary.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-summary.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.geometry (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.geometry (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.geometry package">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -14,7 +14,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.sis.geometry (Apache SIS 0.7
API)";
+ parent.document.title="org.apache.sis.geometry (Apache SIS 0.7.1
API)";
}
}
catch(err) {
@@ -91,13 +91,13 @@
<tr class="altColor">
<td class="colFirst"><a
href="../../../../org/apache/sis/geometry/AbstractDirectPosition.html"
title="class in org.apache.sis.geometry">AbstractDirectPosition</a></td>
<td class="colLast">
-<div class="block">Base class for <a
href="http://www.geoapi.org/3.0/javadoc/org/opengis/geometry/DirectPosition.html?is-external=true"
title="class or interface in
org.opengis.geometry"><code>DirectÂPosition</code></a> implementations.</div>
+<div class="block">Default implementations of some
<code>DirectÂPosition</code> methods, leaving the data storage to
subclasses.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/sis/geometry/AbstractEnvelope.html" title="class
in org.apache.sis.geometry">AbstractEnvelope</a></td>
<td class="colLast">
-<div class="block">Base class for <a
href="http://www.geoapi.org/3.0/javadoc/org/opengis/geometry/Envelope.html?is-external=true"
title="class or interface in org.opengis.geometry"><code>Envelope</code></a>
implementations.</div>
+<div class="block">Default implementations of most <code>Envelope</code>
methods, leaving the data storage to subclasses.</div>
</td>
</tr>
<tr class="altColor">
@@ -109,13 +109,13 @@
<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/sis/geometry/DirectPosition2D.html" title="class
in org.apache.sis.geometry">DirectPosition2D</a></td>
<td class="colLast">
-<div class="block">A two-dimensional position on top of <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Point2D.html?is-external=true"
title="class or interface in java.awt.geom"><code>Point2D</code></a>.</div>
+<div class="block">A two-dimensional position on top of Java2D point.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a
href="../../../../org/apache/sis/geometry/Envelope2D.html" title="class in
org.apache.sis.geometry">Envelope2D</a></td>
<td class="colLast">
-<div class="block">A two-dimensional envelope on top of <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"
title="class or interface in java.awt.geom"><code>Rectangle2D</code></a>.</div>
+<div class="block">A two-dimensional envelope on top of Java2D rectangle.</div>
</td>
</tr>
<tr class="rowColor">
@@ -205,6 +205,12 @@
</tr>
</table>
+ <div class="section">Java2D dependency</div>
+ All classes having a name that ends with "2D" are designed for
inter-operability with Java2D.
+ All other classes have no dependency to Java2D.
+ This clear separation aims to make easier to use Apache SIS on platforms that
do not support Java2D
+ (for example Android) or to avoid loading Java2D classes when only JavaFX is
desired.
+
<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
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-tree.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-tree.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-tree.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.geometry Class Hierarchy (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.geometry Class Hierarchy (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.sis.geometry Class Hierarchy
(Apache SIS 0.7 API)";
+ parent.document.title="org.apache.sis.geometry Class Hierarchy
(Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-use.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-use.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/geometry/package-use.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.sis.geometry (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Package org.apache.sis.geometry (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package org.apache.sis.geometry
(Apache SIS 0.7 API)";
+ parent.document.title="Uses of Package org.apache.sis.geometry
(Apache SIS 0.7.1 API)";
}
}
catch(err) {
@@ -111,7 +111,7 @@
<tbody>
<tr class="altColor">
<td class="colOne"><a
href="../../../../org/apache/sis/geometry/class-use/DirectPosition2D.html#org.apache.sis.distance">DirectPosition2D</a>
-<div class="block">A two-dimensional position on top of <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Point2D.html?is-external=true"
title="class or interface in java.awt.geom"><code>Point2D</code></a>.</div>
+<div class="block">A two-dimensional position on top of Java2D point.</div>
</td>
</tr>
</tbody>
@@ -128,12 +128,12 @@
<tbody>
<tr class="altColor">
<td class="colOne"><a
href="../../../../org/apache/sis/geometry/class-use/AbstractDirectPosition.html#org.apache.sis.geometry">AbstractDirectPosition</a>
-<div class="block">Base class for <a
href="http://www.geoapi.org/3.0/javadoc/org/opengis/geometry/DirectPosition.html?is-external=true"
title="class or interface in
org.opengis.geometry"><code>DirectPosition</code></a> implementations.</div>
+<div class="block">Default implementations of some <code>DirectPosition</code>
methods, leaving the data storage to subclasses.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a
href="../../../../org/apache/sis/geometry/class-use/AbstractEnvelope.html#org.apache.sis.geometry">AbstractEnvelope</a>
-<div class="block">Base class for <a
href="http://www.geoapi.org/3.0/javadoc/org/opengis/geometry/Envelope.html?is-external=true"
title="class or interface in org.opengis.geometry"><code>Envelope</code></a>
implementations.</div>
+<div class="block">Default implementations of most <code>Envelope</code>
methods, leaving the data storage to subclasses.</div>
</td>
</tr>
<tr class="altColor">
@@ -143,12 +143,12 @@
</tr>
<tr class="rowColor">
<td class="colOne"><a
href="../../../../org/apache/sis/geometry/class-use/DirectPosition2D.html#org.apache.sis.geometry">DirectPosition2D</a>
-<div class="block">A two-dimensional position on top of <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Point2D.html?is-external=true"
title="class or interface in java.awt.geom"><code>Point2D</code></a>.</div>
+<div class="block">A two-dimensional position on top of Java2D point.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a
href="../../../../org/apache/sis/geometry/class-use/Envelope2D.html#org.apache.sis.geometry">Envelope2D</a>
-<div class="block">A two-dimensional envelope on top of <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"
title="class or interface in java.awt.geom"><code>Rectangle2D</code></a>.</div>
+<div class="block">A two-dimensional envelope on top of Java2D rectangle.</div>
</td>
</tr>
<tr class="rowColor">
@@ -187,12 +187,12 @@
<tbody>
<tr class="altColor">
<td class="colOne"><a
href="../../../../org/apache/sis/geometry/class-use/DirectPosition2D.html#org.apache.sis.index.tree">DirectPosition2D</a>
-<div class="block">A two-dimensional position on top of <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Point2D.html?is-external=true"
title="class or interface in java.awt.geom"><code>Point2D</code></a>.</div>
+<div class="block">A two-dimensional position on top of Java2D point.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a
href="../../../../org/apache/sis/geometry/class-use/Envelope2D.html#org.apache.sis.index.tree">Envelope2D</a>
-<div class="block">A two-dimensional envelope on top of <a
href="http://docs.oracle.com/javase/6/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"
title="class or interface in java.awt.geom"><code>Rectangle2D</code></a>.</div>
+<div class="block">A two-dimensional envelope on top of Java2D rectangle.</div>
</td>
</tr>
</tbody>
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/GeoHashCoder.Format.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/GeoHashCoder.Format.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/GeoHashCoder.Format.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GeoHashCoder.Format (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>GeoHashCoder.Format (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.GeoHashCoder.Format class">
<meta name="keywords" content="values()">
<meta name="keywords" content="valueOf()">
@@ -16,7 +16,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="GeoHashCoder.Format (Apache SIS 0.7 API)";
+ parent.document.title="GeoHashCoder.Format (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/GeoHashCoder.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/GeoHashCoder.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/GeoHashCoder.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GeoHashCoder (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>GeoHashCoder (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.GeoHashCoder class">
<meta name="keywords" content="getFormat()">
<meta name="keywords" content="setFormat()">
@@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="GeoHashCoder (Apache SIS 0.7 API)";
+ parent.document.title="GeoHashCoder (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/class-use/GeoHashCoder.Format.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/class-use/GeoHashCoder.Format.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/class-use/GeoHashCoder.Format.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.index.GeoHashCoder.Format (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.index.GeoHashCoder.Format (Apache SIS
0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.index.GeoHashCoder.Format (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.index.GeoHashCoder.Format (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/class-use/GeoHashCoder.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/class-use/GeoHashCoder.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/class-use/GeoHashCoder.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.index.GeoHashCoder (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.index.GeoHashCoder (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.index.GeoHashCoder (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.index.GeoHashCoder (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-frame.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-frame.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-frame.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.index (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.index (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index package">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-summary.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-summary.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-summary.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.index (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.index (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index package">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -14,7 +14,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.sis.index (Apache SIS 0.7 API)";
+ parent.document.title="org.apache.sis.index (Apache SIS 0.7.1
API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-tree.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-tree.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-tree.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.index Class Hierarchy (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.index Class Hierarchy (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.sis.index Class Hierarchy
(Apache SIS 0.7 API)";
+ parent.document.title="org.apache.sis.index Class Hierarchy
(Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-use.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-use.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/package-use.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.sis.index (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Package org.apache.sis.index (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package org.apache.sis.index
(Apache SIS 0.7 API)";
+ parent.document.title="Uses of Package org.apache.sis.index
(Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/GeoRSSData.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/GeoRSSData.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/GeoRSSData.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GeoRSSData (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>GeoRSSData (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.tree.GeoRSSData class">
<meta name="keywords" content="getX()">
<meta name="keywords" content="getY()">
@@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="GeoRSSData (Apache SIS 0.7 API)";
+ parent.document.title="GeoRSSData (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/NodeType.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/NodeType.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/NodeType.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NodeType (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>NodeType (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.tree.NodeType class">
<meta name="keywords" content="values()">
<meta name="keywords" content="valueOf()">
@@ -16,7 +16,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="NodeType (Apache SIS 0.7 API)";
+ parent.document.title="NodeType (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTree.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTree.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTree.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>QuadTree (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>QuadTree (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.tree.QuadTree class">
<meta name="keywords" content="insert()">
<meta name="keywords" content="queryByPointRadius()">
@@ -26,7 +26,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="QuadTree (Apache SIS 0.7 API)";
+ parent.document.title="QuadTree (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTreeData.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTreeData.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTreeData.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>QuadTreeData (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>QuadTreeData (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.tree.QuadTreeData
interface">
<meta name="keywords" content="getX()">
<meta name="keywords" content="getY()">
@@ -18,7 +18,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="QuadTreeData (Apache SIS 0.7 API)";
+ parent.document.title="QuadTreeData (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTreeReader.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTreeReader.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTreeReader.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>QuadTreeReader (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>QuadTreeReader (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.tree.QuadTreeReader class">
<meta name="keywords" content="readFromFile()">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
@@ -15,7 +15,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="QuadTreeReader (Apache SIS 0.7 API)";
+ parent.document.title="QuadTreeReader (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTreeWriter.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTreeWriter.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/QuadTreeWriter.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>QuadTreeWriter (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>QuadTreeWriter (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.tree.QuadTreeWriter class">
<meta name="keywords" content="writeTreeToFile()">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
@@ -15,7 +15,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="QuadTreeWriter (Apache SIS 0.7 API)";
+ parent.document.title="QuadTreeWriter (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/GeoRSSData.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/GeoRSSData.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/GeoRSSData.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.index.tree.GeoRSSData (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.index.tree.GeoRSSData (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.index.tree.GeoRSSData (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.index.tree.GeoRSSData (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/NodeType.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/NodeType.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/NodeType.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.index.tree.NodeType (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.index.tree.NodeType (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.index.tree.NodeType (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.index.tree.NodeType (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTree.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTree.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTree.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.index.tree.QuadTree (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.index.tree.QuadTree (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.index.tree.QuadTree (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.index.tree.QuadTree (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTreeData.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTreeData.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTreeData.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.sis.index.tree.QuadTreeData (Apache SIS
0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Interface org.apache.sis.index.tree.QuadTreeData (Apache SIS
0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface
org.apache.sis.index.tree.QuadTreeData (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Interface
org.apache.sis.index.tree.QuadTreeData (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTreeReader.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTreeReader.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTreeReader.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.index.tree.QuadTreeReader (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.index.tree.QuadTreeReader (Apache SIS
0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.index.tree.QuadTreeReader (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.index.tree.QuadTreeReader (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTreeWriter.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTreeWriter.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/class-use/QuadTreeWriter.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.index.tree.QuadTreeWriter (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.index.tree.QuadTreeWriter (Apache SIS
0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.index.tree.QuadTreeWriter (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.index.tree.QuadTreeWriter (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-frame.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-frame.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-frame.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.index.tree (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.index.tree (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.tree package">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-summary.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-summary.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-summary.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:15 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.index.tree (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.index.tree (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.index.tree package">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -14,7 +14,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.sis.index.tree (Apache SIS 0.7
API)";
+ parent.document.title="org.apache.sis.index.tree (Apache SIS 0.7.1
API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-tree.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-tree.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-tree.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:16 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.index.tree Class Hierarchy (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.index.tree Class Hierarchy (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.sis.index.tree Class Hierarchy
(Apache SIS 0.7 API)";
+ parent.document.title="org.apache.sis.index.tree Class Hierarchy
(Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-use.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-use.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/index/tree/package-use.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:20 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:22 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.sis.index.tree (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Package org.apache.sis.index.tree (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package org.apache.sis.index.tree
(Apache SIS 0.7 API)";
+ parent.document.title="Uses of Package org.apache.sis.index.tree
(Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/CompoundFormat.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/CompoundFormat.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/CompoundFormat.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:03 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:11 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompoundFormat (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>CompoundFormat (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.io.CompoundFormat class">
<meta name="keywords" content="getLocale()">
<meta name="keywords" content="getTimeZone()">
@@ -23,7 +23,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="CompoundFormat (Apache SIS 0.7 API)";
+ parent.document.title="CompoundFormat (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified: websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/IO.html
==============================================================================
--- websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/IO.html
(original)
+++ websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/IO.html Wed
Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:03 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:11 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IO (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>IO (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.io.IO class">
<meta name="keywords" content="flush()">
<meta name="keywords" content="close()">
@@ -18,7 +18,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="IO (Apache SIS 0.7 API)";
+ parent.document.title="IO (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/LineAppender.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/LineAppender.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/LineAppender.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:03 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:11 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LineAppender (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>LineAppender (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.io.LineAppender class">
<meta name="keywords" content="getMaximalLineLength()">
<meta name="keywords" content="setMaximalLineLength()">
@@ -26,7 +26,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="LineAppender (Apache SIS 0.7 API)";
+ parent.document.title="LineAppender (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/TableAppender.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/TableAppender.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/TableAppender.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:03 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:11 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TableAppender (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>TableAppender (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.io.TableAppender class">
<meta name="keywords" content="ALIGN_LEFT">
<meta name="keywords" content="ALIGN_CENTER">
@@ -29,7 +29,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="TableAppender (Apache SIS 0.7 API)";
+ parent.document.title="TableAppender (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/TabularFormat.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/TabularFormat.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/TabularFormat.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:03 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:12 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TabularFormat (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>TabularFormat (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.io.TabularFormat class">
<meta name="keywords" content="lineSeparator">
<meta name="keywords" content="columnSeparator">
@@ -24,7 +24,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="TabularFormat (Apache SIS 0.7 API)";
+ parent.document.title="TabularFormat (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/CompoundFormat.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/CompoundFormat.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/CompoundFormat.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:17 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:21 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.io.CompoundFormat (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.io.CompoundFormat (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.io.CompoundFormat (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.io.CompoundFormat (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/IO.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/IO.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/IO.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:17 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:21 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.io.IO (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.io.IO (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class org.apache.sis.io.IO (Apache
SIS 0.7 API)";
+ parent.document.title="Uses of Class org.apache.sis.io.IO (Apache
SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/LineAppender.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/LineAppender.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/LineAppender.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:17 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:21 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.io.LineAppender (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.io.LineAppender (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.io.LineAppender (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.io.LineAppender (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/TableAppender.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/TableAppender.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/TableAppender.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:17 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:21 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.io.TableAppender (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.io.TableAppender (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.io.TableAppender (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.io.TableAppender (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/TabularFormat.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/TabularFormat.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/class-use/TabularFormat.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:17 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:21 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.sis.io.TabularFormat (Apache SIS 0.7
API)</title>
-<meta name="date" content="2016-05-18">
+<title>Uses of Class org.apache.sis.io.TabularFormat (Apache SIS 0.7.1
API)</title>
+<meta name="date" content="2016-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -13,7 +13,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.sis.io.TabularFormat (Apache SIS 0.7 API)";
+ parent.document.title="Uses of Class
org.apache.sis.io.TabularFormat (Apache SIS 0.7.1 API)";
}
}
catch(err) {
Modified:
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/package-frame.html
==============================================================================
---
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/package-frame.html
(original)
+++
websites/staging/sis/trunk/content/apidocs/org/apache/sis/io/package-frame.html
Wed Jul 13 11:26:45 2016
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_92) on Wed May 18 23:41:16 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_92) on Wed Jul 13 13:04:20 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.sis.io (Apache SIS 0.7 API)</title>
-<meta name="date" content="2016-05-18">
+<title>org.apache.sis.io (Apache SIS 0.7.1 API)</title>
+<meta name="date" content="2016-07-13">
<meta name="keywords" content="org.apache.sis.io package">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>