blob: f6f59182cfba9970e6474439dec35bf551d58140 [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>Uses of Package org.apache.sis.util (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="Uses of Package org.apache.sis.util (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><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-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="Uses of Package org.apache.sis.util" class="title">Uses of Package<br>org.apache.sis.util</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="package-summary.html">org.apache.sis.util</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.coverage">org.apache.sis.coverage</a></th>
<td class="colLast">
<div class="block">Functions that associates positions within a bounded space (its domain) to values (its range).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.coverage.grid">org.apache.sis.coverage.grid</a></th>
<td class="colLast">
<div class="block">A coverage backed by a regular grid.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.feature">org.apache.sis.feature</a></th>
<td class="colLast">
<div class="block">Defines the structure and content of views of real-world phenomenon.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.feature.builder">org.apache.sis.feature.builder</a></th>
<td class="colLast">
<div class="block">Helper classes for creating <code>FeatureType</code> instances.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.geometry">org.apache.sis.geometry</a></th>
<td class="colLast">
<div class="block">Basic geometric objects (envelopes and direct positions).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.io">org.apache.sis.io</a></th>
<td class="colLast">
<div class="block">Extensions to standard Java I/O (<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io" class="externalLink"><code>Reader</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io" class="externalLink"><code>Writer</code></a>,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Appendable</code></a>).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.io.wkt">org.apache.sis.io.wkt</a></th>
<td class="colLast">
<div class="block"><cite>Well Known Text</cite> (WKT) parsing and formatting.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.math">org.apache.sis.math</a></th>
<td class="colLast">
<div class="block">A set of mathematical objects and algebraic utilities.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.measure">org.apache.sis.measure</a></th>
<td class="colLast">
<div class="block">Units of measurements, values related to measurement (like angles and ranges) and their formatters.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata">org.apache.sis.metadata</a></th>
<td class="colLast">
<div class="block">Root package for various metadata implementations.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso">org.apache.sis.metadata.iso</a></th>
<td class="colLast">
<div class="block">Root package for ISO 19115 metadata about resources (data or services).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.acquisition">org.apache.sis.metadata.iso.acquisition</a></th>
<td class="colLast">
<div class="block">Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.citation">org.apache.sis.metadata.iso.citation</a></th>
<td class="colLast">
<div class="block">Reference to the data or service (citation, responsible party, contact information).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.constraint">org.apache.sis.metadata.iso.constraint</a></th>
<td class="colLast">
<div class="block">Information about legal and security constraints placed on data.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.content">org.apache.sis.metadata.iso.content</a></th>
<td class="colLast">
<div class="block">Description of the dataset content.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.distribution">org.apache.sis.metadata.iso.distribution</a></th>
<td class="colLast">
<div class="block">Information about the options for obtaining a resource (data or service).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.extent">org.apache.sis.metadata.iso.extent</a></th>
<td class="colLast">
<div class="block">Information about spatial, vertical, and temporal extent.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.identification">org.apache.sis.metadata.iso.identification</a></th>
<td class="colLast">
<div class="block">Information to uniquely identify the data or service.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.lineage">org.apache.sis.metadata.iso.lineage</a></th>
<td class="colLast">
<div class="block">Information about the sources and production processes of a dataset.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.maintenance">org.apache.sis.metadata.iso.maintenance</a></th>
<td class="colLast">
<div class="block">Information about the frequency and scope of data updates.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.quality">org.apache.sis.metadata.iso.quality</a></th>
<td class="colLast">
<div class="block">Information about data quality, accuracy and consistency of a dataset.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.metadata.iso.spatial">org.apache.sis.metadata.iso.spatial</a></th>
<td class="colLast">
<div class="block">Information about the mechanisms (grid or vector) used to represent spatial data.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.parameter">org.apache.sis.parameter</a></th>
<td class="colLast">
<div class="block">Descriptions and values of parameters used by a coordinate operation or a process.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.profile.france">org.apache.sis.profile.france</a></th>
<td class="colLast">
<div class="block">French extensions defined by the <cite>Association Française de Normalisation</cite> (AFNOR).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.profile.japan">org.apache.sis.profile.japan</a></th>
<td class="colLast">
<div class="block">Japanese extensions to netCDF reader.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing">org.apache.sis.referencing</a></th>
<td class="colLast">
<div class="block">Base classes for reference systems used for general positioning.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.crs">org.apache.sis.referencing.crs</a></th>
<td class="colLast">
<div class="block">Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.cs">org.apache.sis.referencing.cs</a></th>
<td class="colLast">
<div class="block">Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.datum">org.apache.sis.referencing.datum</a></th>
<td class="colLast">
<div class="block">Relationship of a <code>CoordinateSystem</code> (an abstract mathematical entity) to the earth or other system.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.factory">org.apache.sis.referencing.factory</a></th>
<td class="colLast">
<div class="block">Creates Coordinate Reference System (CRS) objects from given properties or authority codes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.factory.sql">org.apache.sis.referencing.factory.sql</a></th>
<td class="colLast">
<div class="block">Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.gazetteer">org.apache.sis.referencing.gazetteer</a></th>
<td class="colLast">
<div class="block">Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.operation">org.apache.sis.referencing.operation</a></th>
<td class="colLast">
<div class="block">Relationship between any two <a href="../referencing/crs/AbstractCRS.html" title="class in org.apache.sis.referencing.crs">Coordinate Reference Systems</a> (CRS).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.operation.matrix">org.apache.sis.referencing.operation.matrix</a></th>
<td class="colLast">
<div class="block">Matrix implementations for spatiotemporal referencing.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.operation.projection">org.apache.sis.referencing.operation.projection</a></th>
<td class="colLast">
<div class="block">Map projection implementations.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.referencing.operation.transform">org.apache.sis.referencing.operation.transform</a></th>
<td class="colLast">
<div class="block">Conversions or transformations of multi-dimensional coordinate points.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.storage">org.apache.sis.storage</a></th>
<td class="colLast">
<div class="block"><a href="../storage/DataStore.html" title="class in org.apache.sis.storage">Data store</a> base types for retrieving and saving geospatial data
in various storage formats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.storage.earthobservation">org.apache.sis.storage.earthobservation</a></th>
<td class="colLast">
<div class="block">Metadata readers for some format used in Earth observation (Landsat, MODIS).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.storage.event">org.apache.sis.storage.event</a></th>
<td class="colLast">
<div class="block">Provides interfaces and classes for dealing with different types of events fired by resources.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.storage.geotiff">org.apache.sis.storage.geotiff</a></th>
<td class="colLast">
<div class="block">Maps ISO metadata elements from/to the GeoTIFF tags.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.storage.netcdf">org.apache.sis.storage.netcdf</a></th>
<td class="colLast">
<div class="block">Maps ISO metadata elements from/to the <a href="http://www.cfconventions.org">Climate and Forecast (CF)</a>
attributes in a netCDF file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.storage.sql">org.apache.sis.storage.sql</a></th>
<td class="colLast">
<div class="block">Data store capable to read and create features from a JDBC connection to a database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.util">org.apache.sis.util</a></th>
<td class="colLast">
<div class="block">Simple data objects and miscellaneous utilities.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.util.collection">org.apache.sis.util.collection</a></th>
<td class="colLast">
<div class="block">Addition to the collection framework.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.util.iso">org.apache.sis.util.iso</a></th>
<td class="colLast">
<div class="block">Implementations of GeoAPI types from the <a href="http://www.geoapi.org/3.0/javadoc/org/opengis/util/package-summary.html?is-external=true" class="externalLink"><code>org.opengis.util</code></a> package.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.util.logging">org.apache.sis.util.logging</a></th>
<td class="colLast">
<div class="block">Extensions to the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html?is-external=true" class="externalLink">JDK logging</a> framework.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sis.xml">org.apache.sis.xml</a></th>
<td class="colLast">
<div class="block">Provides methods for marshalling and unmarshalling SIS objects in XML.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.coverage">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../coverage/package-summary.html">org.apache.sis.coverage</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Debug.html#org.apache.sis.coverage">Debug</a></th>
<td class="colLast">
<div class="block">Annotates classes or methods that are provided mostly for debugging purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.coverage.grid">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../coverage/grid/package-summary.html">org.apache.sis.coverage.grid</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Debug.html#org.apache.sis.coverage.grid">Debug</a></th>
<td class="colLast">
<div class="block">Annotates classes or methods that are provided mostly for debugging purpose.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.coverage.grid">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.feature">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../feature/package-summary.html">org.apache.sis.feature</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Deprecable.html#org.apache.sis.feature">Deprecable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which deprecated instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.feature">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.feature">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/UnconvertibleObjectException.html#org.apache.sis.feature">UnconvertibleObjectException</a></th>
<td class="colLast">
<div class="block">Thrown when an object can not be <a href="ObjectConverter.html#apply(S)">converted</a>
from the <cite>source</cite> type to the <cite>target</cite> type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.feature.builder">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../feature/builder/package-summary.html">org.apache.sis.feature.builder</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.feature.builder">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/UnconvertibleObjectException.html#org.apache.sis.feature.builder">UnconvertibleObjectException</a></th>
<td class="colLast">
<div class="block">Thrown when an object can not be <a href="ObjectConverter.html#apply(S)">converted</a>
from the <cite>source</cite> type to the <cite>target</cite> type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.geometry">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../geometry/package-summary.html">org.apache.sis.geometry</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.geometry">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.geometry">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.geometry">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.io">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../io/package-summary.html">org.apache.sis.io</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.io">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.io">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.io.wkt">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../io/wkt/package-summary.html">org.apache.sis.io.wkt</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Debug.html#org.apache.sis.io.wkt">Debug</a></th>
<td class="colLast">
<div class="block">Annotates classes or methods that are provided mostly for debugging purpose.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.io.wkt">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LocalizedException.html#org.apache.sis.io.wkt">LocalizedException</a></th>
<td class="colLast">
<div class="block">An exception which can produce an error message in the client locale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.math">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../math/package-summary.html">org.apache.sis.math</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.math">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.math">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.measure">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../measure/package-summary.html">org.apache.sis.measure</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.measure">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.measure">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.measure">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/package-summary.html">org.apache.sis.metadata</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.metadata">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/package-summary.html">org.apache.sis.metadata.iso</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.acquisition">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/acquisition/package-summary.html">org.apache.sis.metadata.iso.acquisition</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.acquisition">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.acquisition">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.citation">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/citation/package-summary.html">org.apache.sis.metadata.iso.citation</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.citation">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.citation">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.metadata.iso.citation">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.constraint">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/constraint/package-summary.html">org.apache.sis.metadata.iso.constraint</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.constraint">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.constraint">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.content">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/content/package-summary.html">org.apache.sis.metadata.iso.content</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.content">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.content">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.distribution">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/distribution/package-summary.html">org.apache.sis.metadata.iso.distribution</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.distribution">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.distribution">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.extent">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/extent/package-summary.html">org.apache.sis.metadata.iso.extent</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.metadata.iso.extent">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.extent">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.extent">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.metadata.iso.extent">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.identification">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/identification/package-summary.html">org.apache.sis.metadata.iso.identification</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.identification">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.identification">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.lineage">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/lineage/package-summary.html">org.apache.sis.metadata.iso.lineage</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.lineage">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.lineage">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.maintenance">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/maintenance/package-summary.html">org.apache.sis.metadata.iso.maintenance</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.maintenance">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.maintenance">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.quality">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/quality/package-summary.html">org.apache.sis.metadata.iso.quality</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.quality">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.quality">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.metadata.iso.spatial">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../metadata/iso/spatial/package-summary.html">org.apache.sis.metadata.iso.spatial</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Emptiable.html#org.apache.sis.metadata.iso.spatial">Emptiable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which empty instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.metadata.iso.spatial">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.parameter">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../parameter/package-summary.html">org.apache.sis.parameter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.parameter">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Debug.html#org.apache.sis.parameter">Debug</a></th>
<td class="colLast">
<div class="block">Annotates classes or methods that are provided mostly for debugging purpose.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Deprecable.html#org.apache.sis.parameter">Deprecable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which deprecated instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.parameter">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.parameter">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.profile.france">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../profile/france/package-summary.html">org.apache.sis.profile.france</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.profile.france">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.profile.japan">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../profile/japan/package-summary.html">org.apache.sis.profile.japan</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.profile.japan">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/package-summary.html">org.apache.sis.referencing</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.referencing">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Deprecable.html#org.apache.sis.referencing">Deprecable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which deprecated instances may exist.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.referencing">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.referencing">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Workaround.html#org.apache.sis.referencing">Workaround</a></th>
<td class="colLast">
<div class="block">Annotates code containing workarounds for bugs or limitations in an external library.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.crs">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/crs/package-summary.html">org.apache.sis.referencing.crs</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.referencing.crs">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Deprecable.html#org.apache.sis.referencing.crs">Deprecable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which deprecated instances may exist.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.referencing.crs">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.cs">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/cs/package-summary.html">org.apache.sis.referencing.cs</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.referencing.cs">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Deprecable.html#org.apache.sis.referencing.cs">Deprecable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which deprecated instances may exist.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.referencing.cs">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.referencing.cs">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.datum">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/datum/package-summary.html">org.apache.sis.referencing.datum</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.referencing.datum">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Deprecable.html#org.apache.sis.referencing.datum">Deprecable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which deprecated instances may exist.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.referencing.datum">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.factory">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/factory/package-summary.html">org.apache.sis.referencing.factory</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Debug.html#org.apache.sis.referencing.factory">Debug</a></th>
<td class="colLast">
<div class="block">Annotates classes or methods that are provided mostly for debugging purpose.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.referencing.factory">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.factory.sql">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/factory/sql/package-summary.html">org.apache.sis.referencing.factory.sql</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.referencing.factory.sql">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.gazetteer">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/gazetteer/package-summary.html">org.apache.sis.referencing.gazetteer</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.referencing.gazetteer">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Debug.html#org.apache.sis.referencing.gazetteer">Debug</a></th>
<td class="colLast">
<div class="block">Annotates classes or methods that are provided mostly for debugging purpose.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Deprecable.html#org.apache.sis.referencing.gazetteer">Deprecable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which deprecated instances may exist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.referencing.gazetteer">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.referencing.gazetteer">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.operation">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/operation/package-summary.html">org.apache.sis.referencing.operation</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.referencing.operation">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Deprecable.html#org.apache.sis.referencing.operation">Deprecable</a></th>
<td class="colLast">
<div class="block">Interface of classes for which deprecated instances may exist.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.referencing.operation">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.operation.matrix">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/operation/matrix/package-summary.html">org.apache.sis.referencing.operation.matrix</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.referencing.operation.matrix">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.referencing.operation.matrix">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.referencing.operation.matrix">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.operation.projection">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/operation/projection/package-summary.html">org.apache.sis.referencing.operation.projection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.referencing.operation.projection">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Debug.html#org.apache.sis.referencing.operation.projection">Debug</a></th>
<td class="colLast">
<div class="block">Annotates classes or methods that are provided mostly for debugging purpose.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.referencing.operation.projection">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.referencing.operation.transform">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../referencing/operation/transform/package-summary.html">org.apache.sis.referencing.operation.transform</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.referencing.operation.transform">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Debug.html#org.apache.sis.referencing.operation.transform">Debug</a></th>
<td class="colLast">
<div class="block">Annotates classes or methods that are provided mostly for debugging purpose.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LenientComparable.html#org.apache.sis.referencing.operation.transform">LenientComparable</a></th>
<td class="colLast">
<div class="block">Interfaces of classes for which instances can be compared for equality using different levels of strictness.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.referencing.operation.transform">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.storage">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../storage/package-summary.html">org.apache.sis.storage</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.storage">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/LocalizedException.html#org.apache.sis.storage">LocalizedException</a></th>
<td class="colLast">
<div class="block">An exception which can produce an error message in the client locale.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.storage">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Version.html#org.apache.sis.storage">Version</a></th>
<td class="colLast">
<div class="block">Holds a version number as a sequence of strings separated by either a dot or a dash.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.storage.earthobservation">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../storage/earthobservation/package-summary.html">org.apache.sis.storage.earthobservation</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.storage.earthobservation">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.storage.event">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../storage/event/package-summary.html">org.apache.sis.storage.event</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.storage.event">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.storage.geotiff">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../storage/geotiff/package-summary.html">org.apache.sis.storage.geotiff</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.storage.geotiff">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.storage.netcdf">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../storage/netcdf/package-summary.html">org.apache.sis.storage.netcdf</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.storage.netcdf">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Version.html#org.apache.sis.storage.netcdf">Version</a></th>
<td class="colLast">
<div class="block">Holds a version number as a sequence of strings separated by either a dot or a dash.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.storage.sql">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../storage/sql/package-summary.html">org.apache.sis.storage.sql</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.storage.sql">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.util">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="package-summary.html">org.apache.sis.util</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Characters.Filter.html#org.apache.sis.util">Characters.Filter</a></th>
<td class="colLast">
<div class="block">Subsets of Unicode characters identified by their general category.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ComparisonMode.html#org.apache.sis.util">ComparisonMode</a></th>
<td class="colLast">
<div class="block">Specifies the level of strictness when comparing two <a href="LenientComparable.html" title="interface in org.apache.sis.util"><code>LenientComparable</code></a> objects
for equality.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Locales.html#org.apache.sis.util">Locales</a></th>
<td class="colLast">
<div class="block">Static methods working on <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Locale</code></a> instances.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/NullArgumentException.html#org.apache.sis.util">NullArgumentException</a></th>
<td class="colLast">
<div class="block">Thrown when a null argument has been given to a method that doesn't accept them.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ObjectConverter.html#org.apache.sis.util">ObjectConverter</a></th>
<td class="colLast">
<div class="block">A function which converts instances of <var>source</var> type to instances of <var>target</var> type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.util">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/UnconvertibleObjectException.html#org.apache.sis.util">UnconvertibleObjectException</a></th>
<td class="colLast">
<div class="block">Thrown when an object can not be <a href="ObjectConverter.html#apply(S)">converted</a>
from the <cite>source</cite> type to the <cite>target</cite> type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Version.html#org.apache.sis.util">Version</a></th>
<td class="colLast">
<div class="block">Holds a version number as a sequence of strings separated by either a dot or a dash.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Workaround.html#org.apache.sis.util">Workaround</a></th>
<td class="colLast">
<div class="block">Annotates code containing workarounds for bugs or limitations in an external library.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.util.collection">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="collection/package-summary.html">org.apache.sis.util.collection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.util.collection">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/NullArgumentException.html#org.apache.sis.util.collection">NullArgumentException</a></th>
<td class="colLast">
<div class="block">Thrown when a null argument has been given to a method that doesn't accept them.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ObjectConverter.html#org.apache.sis.util.collection">ObjectConverter</a></th>
<td class="colLast">
<div class="block">A function which converts instances of <var>source</var> type to instances of <var>target</var> type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.util.collection">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.util.iso">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="iso/package-summary.html">org.apache.sis.util.iso</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.util.iso">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/UnknownNameException.html#org.apache.sis.util.iso">UnknownNameException</a></th>
<td class="colLast">
<div class="block">Thrown when an operation can not complete because a given name is unrecognized.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.util.logging">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="logging/package-summary.html">org.apache.sis.util.logging</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Configuration.html#org.apache.sis.util.logging">Configuration</a></th>
<td class="colLast">
<div class="block">Annotates methods having a system-wide impact on the configuration of the Apache SIS library.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Debug.html#org.apache.sis.util.logging">Debug</a></th>
<td class="colLast">
<div class="block">Annotates classes or methods that are provided mostly for debugging purpose.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Localized.html#org.apache.sis.util.logging">Localized</a></th>
<td class="colLast">
<div class="block">Interface of classes for which each instance is configured for a particular locale.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.util.logging">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.sis.xml">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.sis.util</a> used by <a href="../xml/package-summary.html">org.apache.sis.xml</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Static.html#org.apache.sis.xml">Static</a></th>
<td class="colLast">
<div class="block">Parent of SIS classes that contain only static utility methods, for documentation purpose.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Version.html#org.apache.sis.xml">Version</a></th>
<td class="colLast">
<div class="block">Holds a version number as a sequence of strings separated by either a dot or a dash.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</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><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-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>