blob: 112495f48eb2fab136714eaa7d8faab4f03d8f94 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.4) on Fri Sep 20 12:10:30 CEST 2019 -->
<title>Constant Field Values (Apache SIS 1.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2019-09-20">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="sis.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (Apache SIS 1.0 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = false;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<section role="region">
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#org.apache">org.apache.*</a></li>
</ul>
</section>
</div>
<div class="constantValuesContainer"><a id="org.apache">
<!-- -->
</a>
<section role="region">
<h2 title="org.apache">org.apache.*</h2>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.console.<a href="org/apache/sis/console/Command.html" title="class in org.apache.sis.console">Command</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.console.Command.INVALID_ARGUMENT_EXIT_CODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/console/Command.html#INVALID_ARGUMENT_EXIT_CODE">INVALID_ARGUMENT_EXIT_CODE</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.console.Command.INVALID_COMMAND_EXIT_CODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/console/Command.html#INVALID_COMMAND_EXIT_CODE">INVALID_COMMAND_EXIT_CODE</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.console.Command.INVALID_OPTION_EXIT_CODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/console/Command.html#INVALID_OPTION_EXIT_CODE">INVALID_OPTION_EXIT_CODE</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.console.Command.IO_EXCEPTION_EXIT_CODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/console/Command.html#IO_EXCEPTION_EXIT_CODE">IO_EXCEPTION_EXIT_CODE</a></code></th>
<td class="colLast"><code>100</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.console.Command.OTHER_ERROR_EXIT_CODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/console/Command.html#OTHER_ERROR_EXIT_CODE">OTHER_ERROR_EXIT_CODE</a></code></th>
<td class="colLast"><code>199</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.console.Command.SQL_EXCEPTION_EXIT_CODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/console/Command.html#SQL_EXCEPTION_EXIT_CODE">SQL_EXCEPTION_EXIT_CODE</a></code></th>
<td class="colLast"><code>101</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.console.Command.UNKNOWN_STORAGE_EXIT_CODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/console/Command.html#UNKNOWN_STORAGE_EXIT_CODE">UNKNOWN_STORAGE_EXIT_CODE</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.coverage.grid.<a href="org/apache/sis/coverage/grid/GridGeometry.html" title="class in org.apache.sis.coverage.grid">GridGeometry</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.coverage.grid.GridGeometry.CRS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/coverage/grid/GridGeometry.html#CRS">CRS</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.coverage.grid.GridGeometry.ENVELOPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/coverage/grid/GridGeometry.html#ENVELOPE">ENVELOPE</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.coverage.grid.GridGeometry.EXTENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/coverage/grid/GridGeometry.html#EXTENT">EXTENT</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.coverage.grid.GridGeometry.GEOGRAPHIC_EXTENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/coverage/grid/GridGeometry.html#GEOGRAPHIC_EXTENT">GEOGRAPHIC_EXTENT</a></code></th>
<td class="colLast"><code>32</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.coverage.grid.GridGeometry.GRID_TO_CRS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/coverage/grid/GridGeometry.html#GRID_TO_CRS">GRID_TO_CRS</a></code></th>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.coverage.grid.GridGeometry.RESOLUTION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/coverage/grid/GridGeometry.html#RESOLUTION">RESOLUTION</a></code></th>
<td class="colLast"><code>16</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.coverage.grid.GridGeometry.TEMPORAL_EXTENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/coverage/grid/GridGeometry.html#TEMPORAL_EXTENT">TEMPORAL_EXTENT</a></code></th>
<td class="colLast"><code>64</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.distance.<a href="org/apache/sis/distance/DistanceUtils.html" title="class in org.apache.sis.distance">DistanceUtils</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.distance.DistanceUtils.EARTH_RADIUS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/distance/DistanceUtils.html#EARTH_RADIUS">EARTH_RADIUS</a></code></th>
<td class="colLast"><code>6371</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.distance.DistanceUtils.HALF_EARTH_CIRCUMFERENCE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/distance/DistanceUtils.html#HALF_EARTH_CIRCUMFERENCE">HALF_EARTH_CIRCUMFERENCE</a></code></th>
<td class="colLast"><code>20037.58</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.feature.<a href="org/apache/sis/feature/AbstractIdentifiedType.html" title="class in org.apache.sis.feature">AbstractIdentifiedType</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.feature.AbstractIdentifiedType.DEFINITION_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/feature/AbstractIdentifiedType.html#DEFINITION_KEY">DEFINITION_KEY</a></code></th>
<td class="colLast"><code>"definition"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.feature.AbstractIdentifiedType.DEPRECATED_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/feature/AbstractIdentifiedType.html#DEPRECATED_KEY">DEPRECATED_KEY</a></code></th>
<td class="colLast"><code>"deprecated"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.feature.AbstractIdentifiedType.DESCRIPTION_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/feature/AbstractIdentifiedType.html#DESCRIPTION_KEY">DESCRIPTION_KEY</a></code></th>
<td class="colLast"><code>"description"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.feature.AbstractIdentifiedType.DESIGNATION_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/feature/AbstractIdentifiedType.html#DESIGNATION_KEY">DESIGNATION_KEY</a></code></th>
<td class="colLast"><code>"designation"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.feature.AbstractIdentifiedType.NAME_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/feature/AbstractIdentifiedType.html#NAME_KEY">NAME_KEY</a></code></th>
<td class="colLast"><code>"name"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.io.<a href="org/apache/sis/io/TableAppender.html" title="class in org.apache.sis.io">TableAppender</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.io.TableAppender.ALIGN_CENTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/io/TableAppender.html#ALIGN_CENTER">ALIGN_CENTER</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.io.TableAppender.ALIGN_LEFT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/io/TableAppender.html#ALIGN_LEFT">ALIGN_LEFT</a></code></th>
<td class="colLast"><code>-1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.io.TableAppender.ALIGN_RIGHT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/io/TableAppender.html#ALIGN_RIGHT">ALIGN_RIGHT</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.io.wkt.<a href="org/apache/sis/io/wkt/WKTFormat.html" title="class in org.apache.sis.io.wkt">WKTFormat</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.io.wkt.WKTFormat.SINGLE_LINE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/io/wkt/WKTFormat.html#SINGLE_LINE">SINGLE_LINE</a></code></th>
<td class="colLast"><code>-1</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.math.<a href="org/apache/sis/math/MathFunctions.html" title="class in org.apache.sis.math">MathFunctions</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.math.MathFunctions.HIGHEST_SUPPORTED_PRIME_NUMBER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/math/MathFunctions.html#HIGHEST_SUPPORTED_PRIME_NUMBER">HIGHEST_SUPPORTED_PRIME_NUMBER</a></code></th>
<td class="colLast"><code>65521</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.math.MathFunctions.LOG10_2">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/math/MathFunctions.html#LOG10_2">LOG10_2</a></code></th>
<td class="colLast"><code>0.3010299956639812</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.math.MathFunctions.MAX_NAN_ORDINAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/math/MathFunctions.html#MAX_NAN_ORDINAL">MAX_NAN_ORDINAL</a></code></th>
<td class="colLast"><code>2097151</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.math.MathFunctions.MIN_NAN_ORDINAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/math/MathFunctions.html#MIN_NAN_ORDINAL">MIN_NAN_ORDINAL</a></code></th>
<td class="colLast"><code>-2097152</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.math.MathFunctions.SQRT_2">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/math/MathFunctions.html#SQRT_2">SQRT_2</a></code></th>
<td class="colLast"><code>1.4142135623730951</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.measure.<a href="org/apache/sis/measure/Latitude.html" title="class in org.apache.sis.measure">Latitude</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.measure.Latitude.MAX_VALUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/measure/Latitude.html#MAX_VALUE">MAX_VALUE</a></code></th>
<td class="colLast"><code>90.0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.measure.Latitude.MIN_VALUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/measure/Latitude.html#MIN_VALUE">MIN_VALUE</a></code></th>
<td class="colLast"><code>-90.0</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.measure.<a href="org/apache/sis/measure/Longitude.html" title="class in org.apache.sis.measure">Longitude</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.measure.Longitude.MAX_VALUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/measure/Longitude.html#MAX_VALUE">MAX_VALUE</a></code></th>
<td class="colLast"><code>180.0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.measure.Longitude.MIN_VALUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/measure/Longitude.html#MIN_VALUE">MIN_VALUE</a></code></th>
<td class="colLast"><code>-180.0</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.profile.france.<a href="org/apache/sis/profile/france/FrenchProfile.html" title="class in org.apache.sis.profile.france">FrenchProfile</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.profile.france.FrenchProfile.NAMESPACE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/profile/france/FrenchProfile.html#NAMESPACE">NAMESPACE</a></code></th>
<td class="colLast"><code>"http://www.cnig.gouv.fr/2005/fra"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.<a href="org/apache/sis/referencing/AbstractIdentifiedObject.html" title="class in org.apache.sis.referencing">AbstractIdentifiedObject</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.AbstractIdentifiedObject.DEPRECATED_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/AbstractIdentifiedObject.html#DEPRECATED_KEY">DEPRECATED_KEY</a></code></th>
<td class="colLast"><code>"deprecated"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.referencing.AbstractIdentifiedObject.LOCALE_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/AbstractIdentifiedObject.html#LOCALE_KEY">LOCALE_KEY</a></code></th>
<td class="colLast"><code>"locale"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.<a href="org/apache/sis/referencing/ImmutableIdentifier.html" title="class in org.apache.sis.referencing">ImmutableIdentifier</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.ImmutableIdentifier.DESCRIPTION_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/ImmutableIdentifier.html#DESCRIPTION_KEY">DESCRIPTION_KEY</a></code></th>
<td class="colLast"><code>"description"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.cs.<a href="org/apache/sis/referencing/cs/DefaultCoordinateSystemAxis.html" title="class in org.apache.sis.referencing.cs">DefaultCoordinateSystemAxis</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.cs.DefaultCoordinateSystemAxis.MAXIMUM_VALUE_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/cs/DefaultCoordinateSystemAxis.html#MAXIMUM_VALUE_KEY">MAXIMUM_VALUE_KEY</a></code></th>
<td class="colLast"><code>"maximumValue"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.referencing.cs.DefaultCoordinateSystemAxis.MINIMUM_VALUE_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/cs/DefaultCoordinateSystemAxis.html#MINIMUM_VALUE_KEY">MINIMUM_VALUE_KEY</a></code></th>
<td class="colLast"><code>"minimumValue"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.cs.DefaultCoordinateSystemAxis.RANGE_MEANING_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/cs/DefaultCoordinateSystemAxis.html#RANGE_MEANING_KEY">RANGE_MEANING_KEY</a></code></th>
<td class="colLast"><code>"rangeMeaning"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.datum.<a href="org/apache/sis/referencing/datum/DatumShiftGrid.html" title="class in org.apache.sis.referencing.datum">DatumShiftGrid</a>&lt;<a href="org/apache/sis/referencing/datum/DatumShiftGrid.html" title="type parameter in DatumShiftGrid">C</a> extends <a href="http://unitsofmeasurement.github.io/unit-api/site/apidocs/javax/measure/Quantity.html?is-external=true" title="class or interface in javax.measure" class="externalLink">Quantity</a>&lt;<a href="org/apache/sis/referencing/datum/DatumShiftGrid.html" title="type parameter in DatumShiftGrid">C</a>&gt;,&#8203;<a href="org/apache/sis/referencing/datum/DatumShiftGrid.html" title="type parameter in DatumShiftGrid">T</a> extends <a href="http://unitsofmeasurement.github.io/unit-api/site/apidocs/javax/measure/Quantity.html?is-external=true" title="class or interface in javax.measure" class="externalLink">Quantity</a>&lt;<a href="org/apache/sis/referencing/datum/DatumShiftGrid.html" title="type parameter in DatumShiftGrid">T</a>&gt;&gt;</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.datum.DatumShiftGrid.INTERPOLATED_DIMENSIONS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/datum/DatumShiftGrid.html#INTERPOLATED_DIMENSIONS">INTERPOLATED_DIMENSIONS</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.datum.<a href="org/apache/sis/referencing/datum/DefaultGeodeticDatum.html" title="class in org.apache.sis.referencing.datum">DefaultGeodeticDatum</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.datum.DefaultGeodeticDatum.BURSA_WOLF_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/datum/DefaultGeodeticDatum.html#BURSA_WOLF_KEY">BURSA_WOLF_KEY</a></code></th>
<td class="colLast"><code>"bursaWolf"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.factory.sql.<a href="org/apache/sis/referencing/factory/sql/InstallationScriptProvider.html" title="class in org.apache.sis.referencing.factory.sql">InstallationScriptProvider</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.factory.sql.InstallationScriptProvider.FINISH">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/factory/sql/InstallationScriptProvider.html#FINISH">FINISH</a></code></th>
<td class="colLast"><code>"Finish"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.referencing.factory.sql.InstallationScriptProvider.PREPARE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/factory/sql/InstallationScriptProvider.html#PREPARE">PREPARE</a></code></th>
<td class="colLast"><code>"Prepare"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.gazetteer.<a href="org/apache/sis/referencing/gazetteer/ReferencingByIdentifiers.html" title="class in org.apache.sis.referencing.gazetteer">ReferencingByIdentifiers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.gazetteer.ReferencingByIdentifiers.OVERALL_OWNER_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/gazetteer/ReferencingByIdentifiers.html#OVERALL_OWNER_KEY">OVERALL_OWNER_KEY</a></code></th>
<td class="colLast"><code>"overallOwner"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.referencing.gazetteer.ReferencingByIdentifiers.THEME_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/gazetteer/ReferencingByIdentifiers.html#THEME_KEY">THEME_KEY</a></code></th>
<td class="colLast"><code>"theme"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.operation.matrix.<a href="org/apache/sis/referencing/operation/matrix/Matrix1.html" title="class in org.apache.sis.referencing.operation.matrix">Matrix1</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.operation.matrix.Matrix1.SIZE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/operation/matrix/Matrix1.html#SIZE">SIZE</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.operation.matrix.<a href="org/apache/sis/referencing/operation/matrix/Matrix2.html" title="class in org.apache.sis.referencing.operation.matrix">Matrix2</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.operation.matrix.Matrix2.SIZE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/operation/matrix/Matrix2.html#SIZE">SIZE</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.operation.matrix.<a href="org/apache/sis/referencing/operation/matrix/Matrix3.html" title="class in org.apache.sis.referencing.operation.matrix">Matrix3</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.operation.matrix.Matrix3.SIZE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/operation/matrix/Matrix3.html#SIZE">SIZE</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.referencing.operation.matrix.<a href="org/apache/sis/referencing/operation/matrix/Matrix4.html" title="class in org.apache.sis.referencing.operation.matrix">Matrix4</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.referencing.operation.matrix.Matrix4.SIZE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/referencing/operation/matrix/Matrix4.html#SIZE">SIZE</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.storage.<a href="org/apache/sis/storage/DataStoreProvider.html" title="class in org.apache.sis.storage">DataStoreProvider</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.DataStoreProvider.CREATE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/DataStoreProvider.html#CREATE">CREATE</a></code></th>
<td class="colLast"><code>"create"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.DataStoreProvider.LOCATION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/DataStoreProvider.html#LOCATION">LOCATION</a></code></th>
<td class="colLast"><code>"location"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.storage.netcdf.<a href="org/apache/sis/storage/netcdf/AttributeNames.html" title="class in org.apache.sis.storage.netcdf">AttributeNames</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.ACCESS_CONSTRAINT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#ACCESS_CONSTRAINT">ACCESS_CONSTRAINT</a></code></th>
<td class="colLast"><code>"acces_constraint"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.ACKNOWLEDGEMENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#ACKNOWLEDGEMENT">ACKNOWLEDGEMENT</a></code></th>
<td class="colLast"><code>"acknowledgement"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.COMMENT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#COMMENT">COMMENT</a></code></th>
<td class="colLast"><code>"comment"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.DATA_TYPE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#DATA_TYPE">DATA_TYPE</a></code></th>
<td class="colLast"><code>"cdm_data_type"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.DATE_CREATED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#DATE_CREATED">DATE_CREATED</a></code></th>
<td class="colLast"><code>"date_created"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.DATE_ISSUED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#DATE_ISSUED">DATE_ISSUED</a></code></th>
<td class="colLast"><code>"date_issued"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.DATE_MODIFIED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#DATE_MODIFIED">DATE_MODIFIED</a></code></th>
<td class="colLast"><code>"date_modified"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.FLAG_MASKS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#FLAG_MASKS">FLAG_MASKS</a></code></th>
<td class="colLast"><code>"flag_masks"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.FLAG_MEANINGS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#FLAG_MEANINGS">FLAG_MEANINGS</a></code></th>
<td class="colLast"><code>"flag_meanings"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.FLAG_NAMES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#FLAG_NAMES">FLAG_NAMES</a></code></th>
<td class="colLast"><code>"flag_names"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.FLAG_VALUES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#FLAG_VALUES">FLAG_VALUES</a></code></th>
<td class="colLast"><code>"flag_values"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.GEOGRAPHIC_IDENTIFIER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#GEOGRAPHIC_IDENTIFIER">GEOGRAPHIC_IDENTIFIER</a></code></th>
<td class="colLast"><code>"geographic_identifier"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.GEOSPATIAL_BOUNDS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#GEOSPATIAL_BOUNDS">GEOSPATIAL_BOUNDS</a></code></th>
<td class="colLast"><code>"geospatial_bounds"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.HISTORY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#HISTORY">HISTORY</a></code></th>
<td class="colLast"><code>"history"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.LICENSE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#LICENSE">LICENSE</a></code></th>
<td class="colLast"><code>"license"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.METADATA_CREATION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#METADATA_CREATION">METADATA_CREATION</a></code></th>
<td class="colLast"><code>"metadata_creation"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.METADATA_LINK">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#METADATA_LINK">METADATA_LINK</a></code></th>
<td class="colLast"><code>"metadata_link"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.METADATA_MODIFIED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#METADATA_MODIFIED">METADATA_MODIFIED</a></code></th>
<td class="colLast"><code>"date_metadata_modified"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.PROCESSING_LEVEL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#PROCESSING_LEVEL">PROCESSING_LEVEL</a></code></th>
<td class="colLast"><code>"processing_level"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.PRODUCT_VERSION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#PRODUCT_VERSION">PRODUCT_VERSION</a></code></th>
<td class="colLast"><code>"product_version"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.PROJECT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#PROJECT">PROJECT</a></code></th>
<td class="colLast"><code>"project"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.PURPOSE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#PURPOSE">PURPOSE</a></code></th>
<td class="colLast"><code>"purpose"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.REFERENCES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#REFERENCES">REFERENCES</a></code></th>
<td class="colLast"><code>"references"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.SOURCE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#SOURCE">SOURCE</a></code></th>
<td class="colLast"><code>"source"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.SUMMARY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#SUMMARY">SUMMARY</a></code></th>
<td class="colLast"><code>"summary"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.TITLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#TITLE">TITLE</a></code></th>
<td class="colLast"><code>"title"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.storage.netcdf.AttributeNames.TOPIC_CATEGORY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/storage/netcdf/AttributeNames.html#TOPIC_CATEGORY">TOPIC_CATEGORY</a></code></th>
<td class="colLast"><code>"topic_category"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.util.<a href="org/apache/sis/util/Characters.html" title="class in org.apache.sis.util">Characters</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.Characters.HYPHEN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;char</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Characters.html#HYPHEN">HYPHEN</a></code></th>
<td class="colLast"><code>8208</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.util.Characters.LINE_SEPARATOR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;char</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Characters.html#LINE_SEPARATOR">LINE_SEPARATOR</a></code></th>
<td class="colLast"><code>8232</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.Characters.NO_BREAK_SPACE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;char</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Characters.html#NO_BREAK_SPACE">NO_BREAK_SPACE</a></code></th>
<td class="colLast"><code>160</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.util.Characters.PARAGRAPH_SEPARATOR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;char</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Characters.html#PARAGRAPH_SEPARATOR">PARAGRAPH_SEPARATOR</a></code></th>
<td class="colLast"><code>8233</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.Characters.SOFT_HYPHEN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;char</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Characters.html#SOFT_HYPHEN">SOFT_HYPHEN</a></code></th>
<td class="colLast"><code>173</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.util.<a href="org/apache/sis/util/Numbers.html" title="class in org.apache.sis.util">Numbers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.BIG_DECIMAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#BIG_DECIMAL">BIG_DECIMAL</a></code></th>
<td class="colLast"><code>11</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.BIG_INTEGER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#BIG_INTEGER">BIG_INTEGER</a></code></th>
<td class="colLast"><code>10</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.BOOLEAN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#BOOLEAN">BOOLEAN</a></code></th>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.BYTE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#BYTE">BYTE</a></code></th>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.CHARACTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#CHARACTER">CHARACTER</a></code></th>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.DOUBLE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#DOUBLE">DOUBLE</a></code></th>
<td class="colLast"><code>9</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.FLOAT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#FLOAT">FLOAT</a></code></th>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.FRACTION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#FRACTION">FRACTION</a></code></th>
<td class="colLast"><code>7</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.INTEGER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#INTEGER">INTEGER</a></code></th>
<td class="colLast"><code>5</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.LONG">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#LONG">LONG</a></code></th>
<td class="colLast"><code>6</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.OTHER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#OTHER">OTHER</a></code></th>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.util.Numbers.SHORT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/Numbers.html#SHORT">SHORT</a></code></th>
<td class="colLast"><code>4</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.util.iso.<a href="org/apache/sis/util/iso/DefaultNameSpace.html" title="class in org.apache.sis.util.iso">DefaultNameSpace</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.util.iso.DefaultNameSpace.DEFAULT_SEPARATOR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;char</code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/util/iso/DefaultNameSpace.html#DEFAULT_SEPARATOR">DEFAULT_SEPARATOR</a></code></th>
<td class="colLast"><code>58</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.xml.<a href="org/apache/sis/xml/Namespaces.html" title="class in org.apache.sis.xml">Namespaces</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.CAT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#CAT">CAT</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/cat/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.CIT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#CIT">CIT</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/cit/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.CSW">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#CSW">CSW</a></code></th>
<td class="colLast"><code>"http://www.opengis.net/cat/csw/3.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.DQC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#DQC">DQC</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19157/-2/dqc/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.FCC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#FCC">FCC</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19110/fcc/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GCO">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GCO">GCO</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/gco/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GCX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GCX">GCX</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/gcx/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GEX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GEX">GEX</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/gex/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GFC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GFC">GFC</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19110/gfc/1.1"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GMD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GMD">GMD</a></code></th>
<td class="colLast"><code>"http://www.isotc211.org/2005/gmd"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GMI">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GMI">GMI</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-2/gmi/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GML">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GML">GML</a></code></th>
<td class="colLast"><code>"http://www.opengis.net/gml/3.2"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GMW">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GMW">GMW</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/gmw/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GMX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GMX">GMX</a></code></th>
<td class="colLast"><code>"http://www.isotc211.org/2005/gmx"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.GTS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#GTS">GTS</a></code></th>
<td class="colLast"><code>"http://www.isotc211.org/2005/gts"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.LAN">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#LAN">LAN</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/lan/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MAC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MAC">MAC</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mac/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MAS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MAS">MAS</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mas/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MCC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MCC">MCC</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mcc/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MCO">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MCO">MCO</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mco/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MD1">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MD1">MD1</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/md1/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MD2">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MD2">MD2</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/md2/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MDA">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MDA">MDA</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mda/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MDB">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MDB">MDB</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mdb/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MDQ">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MDQ">MDQ</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19157/-2/mdq/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MDS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MDS">MDS</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mds/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MDT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MDT">MDT</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mdt/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MEX">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MEX">MEX</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mex/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MMI">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MMI">MMI</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mmi/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MPC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MPC">MPC</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mpc/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MRC">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MRC">MRC</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mrc/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MRD">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MRD">MRD</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mrd/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MRI">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MRI">MRI</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mri/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MRL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MRL">MRL</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mrl/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MRS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MRS">MRS</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/mrs/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.MSR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#MSR">MSR</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/msr/1.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.RCE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#RCE">RCE</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19111/rce/1.0"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.SRV">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#SRV">SRV</a></code></th>
<td class="colLast"><code>"http://standards.iso.org/iso/19115/-3/srv/2.0"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.XLINK">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#XLINK">XLINK</a></code></th>
<td class="colLast"><code>"http://www.w3.org/1999/xlink"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.Namespaces.XSI">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/Namespaces.html#XSI">XSI</a></code></th>
<td class="colLast"><code>"http://www.w3.org/2001/XMLSchema-instance"</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.apache.sis.xml.<a href="org/apache/sis/xml/XML.html" title="class in org.apache.sis.xml">XML</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.CONVERTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#CONVERTER">CONVERTER</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.converter"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.DEFAULT_NAMESPACE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#DEFAULT_NAMESPACE">DEFAULT_NAMESPACE</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.defaultNamespace"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.GML_VERSION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#GML_VERSION">GML_VERSION</a></code></th>
<td class="colLast"><code>"org.apache.sis.gml.version"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.LENIENT_UNMARSHAL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#LENIENT_UNMARSHAL">LENIENT_UNMARSHAL</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.lenient"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.LOCALE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#LOCALE">LOCALE</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.locale"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.METADATA_VERSION">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#METADATA_VERSION">METADATA_VERSION</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.version.metadata"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.RESOLVER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#RESOLVER">RESOLVER</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.resolver"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.SCHEMAS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#SCHEMAS">SCHEMAS</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.schemas"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.STRING_SUBSTITUTES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#STRING_SUBSTITUTES">STRING_SUBSTITUTES</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.stringSubstitutes"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.TIMEZONE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#TIMEZONE">TIMEZONE</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.timezone"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.WARNING_FILTER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#WARNING_FILTER">WARNING_FILTER</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.warningFilter"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.apache.sis.xml.XML.WARNING_LISTENER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/apache/sis/xml/XML.html#WARNING_LISTENER">WARNING_LISTENER</a></code></th>
<td class="colLast"><code>"org.apache.sis.xml.warningListener"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2010&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>