blob: 8ff8ef995b7ba06548f43497be1caca265da6d9c [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 Class org.apache.sis.storage.DataStoreException (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 Class org.apache.sis.storage.DataStoreException (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><a href="../DataStoreException.html" title="class in org.apache.sis.storage">Class</a></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">
<h2 title="Uses of Class org.apache.sis.storage.DataStoreException" class="title">Uses of Class<br>org.apache.sis.storage.DataStoreException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</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.storage">org.apache.sis.storage</a></th>
<td class="colLast">
<div class="block"><a href="../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.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="rowColor">
<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="altColor">
<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>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.apache.sis.storage">
<!-- -->
</a>
<h3>Uses of <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a> in <a href="../package-summary.html">org.apache.sis.storage</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a> in <a href="../package-summary.html">org.apache.sis.storage</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ConcurrentReadException.html" title="class in org.apache.sis.storage">ConcurrentReadException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when an operation can not be performed while a read operation is in progress.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ConcurrentWriteException.html" title="class in org.apache.sis.storage">ConcurrentWriteException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when an operation can not be performed while a write operation is in progress.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../DataStoreClosedException.html" title="class in org.apache.sis.storage">DataStoreClosedException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when a data store is closed and can no more return data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../DataStoreContentException.html" title="class in org.apache.sis.storage">DataStoreContentException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when a store can not be read because the stream contains invalid data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../DataStoreReferencingException.html" title="class in org.apache.sis.storage">DataStoreReferencingException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when a data store failed to construct the coordinate reference system (CRS)
or other positioning information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ForwardOnlyStorageException.html" title="class in org.apache.sis.storage">ForwardOnlyStorageException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when an operation would require to move the cursor back, but the underlying storage does not allow that.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../IllegalFeatureTypeException.html" title="class in org.apache.sis.storage">IllegalFeatureTypeException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when a store can not write the given feature because its type is not one of the supported types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../IllegalNameException.html" title="class in org.apache.sis.storage">IllegalNameException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when an invalid name is used for identifying a coverage, a feature or other kind of element in a data store.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../IllegalOpenParameterException.html" title="class in org.apache.sis.storage">IllegalOpenParameterException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when a <code>DataStore</code> can not be opened because of invalid parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../InternalDataStoreException.html" title="class in org.apache.sis.storage">InternalDataStoreException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when an internal error occurred in a <code>DataStore</code> implementation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ReadOnlyStorageException.html" title="class in org.apache.sis.storage">ReadOnlyStorageException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when a <code>DataStore</code> can not perform a write operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../UnsupportedQueryException.html" title="class in org.apache.sis.storage">UnsupportedQueryException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when a resources can not be filtered with a given query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../UnsupportedStorageException.html" title="class in org.apache.sis.storage">UnsupportedStorageException</a></span></code></th>
<td class="colLast">
<div class="block">Thrown when no <a href="../DataStoreProvider.html" title="class in org.apache.sis.storage"><code>DataStoreProvider</code></a> is found for a given storage object.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.sis.storage</a> that return <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataStoreException.</span><code><span class="memberNameLink"><a href="../DataStoreException.html#initCause(java.lang.Throwable)">initCause</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Throwable</a>&nbsp;cause)</code></th>
<td class="colLast">
<div class="block">Initializes the <i>cause</i> of this throwable to the specified value.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.sis.storage</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../Resource.html" title="interface in org.apache.sis.storage">Resource</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WritableAggregate.</span><code><span class="memberNameLink"><a href="../WritableAggregate.html#add(org.apache.sis.storage.Resource)">add</a></span>&#8203;(<a href="../Resource.html" title="interface in org.apache.sis.storage">Resource</a>&nbsp;resource)</code></th>
<td class="colLast">
<div class="block">Adds a new <code>Resource</code> in this <code>Aggregate</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WritableFeatureSet.</span><code><span class="memberNameLink"><a href="../WritableFeatureSet.html#add(java.util.Iterator)">add</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util" class="externalLink">Iterator</a>&lt;? extends <a href="../../feature/AbstractFeature.html" title="class in org.apache.sis.feature">AbstractFeature</a>&gt;&nbsp;features)</code></th>
<td class="colLast">
<div class="block">Inserts new feature instances in this <code>FeatureSet</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataStore.</span><code><span class="memberNameLink"><a href="../DataStore.html#close()">close</a></span>()</code></th>
<td class="colLast">
<div class="block">Closes this data store and releases any underlying resources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StorageConnector.</span><code><span class="memberNameLink"><a href="../StorageConnector.html#closeAllExcept(java.lang.Object)">closeAllExcept</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;view)</code></th>
<td class="colLast">
<div class="block">Closes all streams and connections created by this <code>StorageConnector</code> except the given view.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;? extends <a href="../Resource.html" title="interface in org.apache.sis.storage">Resource</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Aggregate.</span><code><span class="memberNameLink"><a href="../Aggregate.html#components()">components</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the children resources of this aggregate.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true" title="class or interface in java.util.stream" class="externalLink">Stream</a>&lt;<a href="../../feature/AbstractFeature.html" title="class in org.apache.sis.feature">AbstractFeature</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FeatureSet.</span><code><span class="memberNameLink"><a href="../FeatureSet.html#features(boolean)">features</a></span>&#8203;(boolean&nbsp;parallel)</code></th>
<td class="colLast">
<div class="block">Returns a stream of all features contained in this dataset.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Resource.html" title="interface in org.apache.sis.storage">Resource</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataStore.</span><code><span class="memberNameLink"><a href="../DataStore.html#findResource(java.lang.String)">findResource</a></span>&#8203;(<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>&nbsp;identifier)</code></th>
<td class="colLast">
<div class="block">Searches for a resource identified by the given identifier.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util" class="externalLink">Optional</a>&lt;<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/geometry/Envelope.html?is-external=true" title="class or interface in org.opengis.geometry" class="externalLink">Envelope</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataSet.</span><code><span class="memberNameLink"><a href="../DataSet.html#getEnvelope()">getEnvelope</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the spatiotemporal extent of this resource in its most natural coordinate reference system.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../coverage/grid/GridGeometry.html" title="class in org.apache.sis.coverage.grid">GridGeometry</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GridCoverageResource.</span><code><span class="memberNameLink"><a href="../GridCoverageResource.html#getGridGeometry()">getGridGeometry</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the valid extent of grid coordinates together with the conversion from those grid
coordinates to real world coordinates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util" class="externalLink">Optional</a>&lt;<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/util/GenericName.html?is-external=true" title="class or interface in org.opengis.util" class="externalLink">GenericName</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataStore.</span><code><span class="memberNameLink"><a href="../DataStore.html#getIdentifier()">getIdentifier</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an identifier for the root resource of this data store, or <code>null</code> if none.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util" class="externalLink">Optional</a>&lt;<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/util/GenericName.html?is-external=true" title="class or interface in org.opengis.util" class="externalLink">GenericName</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Resource.</span><code><span class="memberNameLink"><a href="../Resource.html#getIdentifier()">getIdentifier</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the resource persistent identifier.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/Metadata.html?is-external=true" title="class or interface in org.opengis.metadata" class="externalLink">Metadata</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataStore.</span><code><span class="memberNameLink"><a href="../DataStore.html#getMetadata()">getMetadata</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns information about the data store as a whole.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/Metadata.html?is-external=true" title="class or interface in org.opengis.metadata" class="externalLink">Metadata</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Resource.</span><code><span class="memberNameLink"><a href="../Resource.html#getMetadata()">getMetadata</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns information about this resource.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="../../coverage/SampleDimension.html" title="class in org.apache.sis.coverage">SampleDimension</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GridCoverageResource.</span><code><span class="memberNameLink"><a href="../GridCoverageResource.html#getSampleDimensions()">getSampleDimensions</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the ranges of sample values together with the conversion from samples to real values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StorageConnector.</span><code><span class="memberNameLink"><a href="../StorageConnector.html#getStorage()">getStorage</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the input/output object given at construction time.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StorageConnector.</span><code><span class="memberNameLink"><a href="../StorageConnector.html#getStorageAs(java.lang.Class)">getStorageAs</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Returns the storage as a view of the given type if possible, or <code>null</code> otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../feature/DefaultFeatureType.html" title="class in org.apache.sis.feature">DefaultFeatureType</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FeatureSet.</span><code><span class="memberNameLink"><a href="../FeatureSet.html#getType()">getType</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a description of properties that are common to all features in this dataset.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../DataStore.html" title="class in org.apache.sis.storage">DataStore</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataStoreProvider.</span><code><span class="memberNameLink"><a href="../DataStoreProvider.html#open(org.apache.sis.storage.StorageConnector)">open</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Returns a data store implementation associated with this provider.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../DataStore.html" title="class in org.apache.sis.storage">DataStore</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataStoreProvider.</span><code><span class="memberNameLink"><a href="../DataStoreProvider.html#open(org.opengis.parameter.ParameterValueGroup)">open</a></span>&#8203;(<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/parameter/ParameterValueGroup.html?is-external=true" title="class or interface in org.opengis.parameter" class="externalLink">ParameterValueGroup</a>&nbsp;parameters)</code></th>
<td class="colLast">
<div class="block">Returns a data store implementation associated with this provider for the given parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../DataStore.html" title="class in org.apache.sis.storage">DataStore</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataStores.</span><code><span class="memberNameLink"><a href="../DataStores.html#open(java.lang.Object)">open</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;storage)</code></th>
<td class="colLast">
<div class="block">Creates a <a href="../DataStore.html" title="class in org.apache.sis.storage"><code>DataStore</code></a> for the given storage.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../ProbeResult.html" title="class in org.apache.sis.storage">ProbeResult</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataStoreProvider.</span><code><span class="memberNameLink"><a href="../DataStoreProvider.html#probeContent(org.apache.sis.storage.StorageConnector)">probeContent</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Indicates if the given storage appears to be supported by the <code>DataStore</code>s created by this provider.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <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"><span class="typeNameLabel">DataStores.</span><code><span class="memberNameLink"><a href="../DataStores.html#probeContentType(java.lang.Object)">probeContentType</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;storage)</code></th>
<td class="colLast">
<div class="block">Returns the MIME type of the storage file format, or <code>null</code> if unknown or not applicable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../coverage/grid/GridCoverage.html" title="class in org.apache.sis.coverage.grid">GridCoverage</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GridCoverageResource.</span><code><span class="memberNameLink"><a href="../GridCoverageResource.html#read(org.apache.sis.coverage.grid.GridGeometry,int...)">read</a></span>&#8203;(<a href="../../coverage/grid/GridGeometry.html" title="class in org.apache.sis.coverage.grid">GridGeometry</a>&nbsp;domain,
int...&nbsp;range)</code></th>
<td class="colLast">
<div class="block">Loads a subset of the grid coverage represented by this resource.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WritableAggregate.</span><code><span class="memberNameLink"><a href="../WritableAggregate.html#remove(org.apache.sis.storage.Resource)">remove</a></span>&#8203;(<a href="../Resource.html" title="interface in org.apache.sis.storage">Resource</a>&nbsp;resource)</code></th>
<td class="colLast">
<div class="block">Removes a <code>Resource</code> from this <code>Aggregate</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WritableFeatureSet.</span><code><span class="memberNameLink"><a href="../WritableFeatureSet.html#removeIf(java.util.function.Predicate)">removeIf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function" class="externalLink">Predicate</a>&lt;? super <a href="../../feature/AbstractFeature.html" title="class in org.apache.sis.feature">AbstractFeature</a>&gt;&nbsp;filter)</code></th>
<td class="colLast">
<div class="block">Removes all feature instances from this <code>FeatureSet</code> which matches the given predicate.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WritableFeatureSet.</span><code><span class="memberNameLink"><a href="../WritableFeatureSet.html#replaceIf(java.util.function.Predicate,java.util.function.UnaryOperator)">replaceIf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function" class="externalLink">Predicate</a>&lt;? super <a href="../../feature/AbstractFeature.html" title="class in org.apache.sis.feature">AbstractFeature</a>&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/UnaryOperator.html?is-external=true" title="class or interface in java.util.function" class="externalLink">UnaryOperator</a>&lt;<a href="../../feature/AbstractFeature.html" title="class in org.apache.sis.feature">AbstractFeature</a>&gt;&nbsp;updater)</code></th>
<td class="colLast">
<div class="block">Updates all feature instances from this <code>FeatureSet</code> which match the given predicate.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../FeatureSet.html" title="interface in org.apache.sis.storage">FeatureSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FeatureSet.</span><code><span class="memberNameLink"><a href="../FeatureSet.html#subset(org.apache.sis.storage.Query)">subset</a></span>&#8203;(<a href="../Query.html" title="class in org.apache.sis.storage">Query</a>&nbsp;query)</code></th>
<td class="colLast">
<div class="block">Requests a subset of features and/or feature properties from this resource.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WritableFeatureSet.</span><code><span class="memberNameLink"><a href="../WritableFeatureSet.html#updateType(org.apache.sis.feature.DefaultFeatureType)">updateType</a></span>&#8203;(<a href="../../feature/DefaultFeatureType.html" title="class in org.apache.sis.feature">DefaultFeatureType</a>&nbsp;newType)</code></th>
<td class="colLast">
<div class="block">Declares or redefines the type of all feature instances in this feature set.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">org.apache.sis.storage</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../DataStore.html#%3Cinit%3E(org.apache.sis.storage.DataStoreProvider,org.apache.sis.storage.StorageConnector)">DataStore</a></span>&#8203;(<a href="../DataStoreProvider.html" title="class in org.apache.sis.storage">DataStoreProvider</a>&nbsp;provider,
<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Creates a new instance for the given storage (typically file or database).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../DataStore.html#%3Cinit%3E(org.apache.sis.storage.DataStore,org.apache.sis.storage.StorageConnector)">DataStore</a></span>&#8203;(<a href="../DataStore.html" title="class in org.apache.sis.storage">DataStore</a>&nbsp;parent,
<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Creates a new instance as a child of another data store instance.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.sis.storage.earthobservation">
<!-- -->
</a>
<h3>Uses of <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a> in <a href="../earthobservation/package-summary.html">org.apache.sis.storage.earthobservation</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../earthobservation/package-summary.html">org.apache.sis.storage.earthobservation</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LandsatStore.</span><code><span class="memberNameLink"><a href="../earthobservation/LandsatStore.html#close()">close</a></span>()</code></th>
<td class="colLast">
<div class="block">Closes this Landsat store and releases any underlying resources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util" class="externalLink">Optional</a>&lt;<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/util/GenericName.html?is-external=true" title="class or interface in org.opengis.util" class="externalLink">GenericName</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LandsatStore.</span><code><span class="memberNameLink"><a href="../earthobservation/LandsatStore.html#getIdentifier()">getIdentifier</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the value associated to <code>LANDSAT_SCENE_ID</code> in the Landsat metadata file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/Metadata.html?is-external=true" title="class or interface in org.opengis.metadata" class="externalLink">Metadata</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LandsatStore.</span><code><span class="memberNameLink"><a href="../earthobservation/LandsatStore.html#getMetadata()">getMetadata</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns information about the dataset as a whole.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../DataStore.html" title="class in org.apache.sis.storage">DataStore</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LandsatStoreProvider.</span><code><span class="memberNameLink"><a href="../earthobservation/LandsatStoreProvider.html#open(org.apache.sis.storage.StorageConnector)">open</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Returns a <a href="../earthobservation/LandsatStore.html" title="class in org.apache.sis.storage.earthobservation"><code>LandsatStore</code></a> implementation associated with this provider.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ProbeResult.html" title="class in org.apache.sis.storage">ProbeResult</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LandsatStoreProvider.</span><code><span class="memberNameLink"><a href="../earthobservation/LandsatStoreProvider.html#probeContent(org.apache.sis.storage.StorageConnector)">probeContent</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Returns <a href="../ProbeResult.html#SUPPORTED"><code>ProbeResult.SUPPORTED</code></a> if the given storage appears to be supported by <a href="../earthobservation/LandsatStore.html" title="class in org.apache.sis.storage.earthobservation"><code>LandsatStore</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../earthobservation/package-summary.html">org.apache.sis.storage.earthobservation</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../earthobservation/LandsatStore.html#%3Cinit%3E(org.apache.sis.storage.earthobservation.LandsatStoreProvider,org.apache.sis.storage.StorageConnector)">LandsatStore</a></span>&#8203;(<a href="../earthobservation/LandsatStoreProvider.html" title="class in org.apache.sis.storage.earthobservation">LandsatStoreProvider</a>&nbsp;provider,
<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Creates a new Landsat store from the given file, URL, stream or character reader.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.sis.storage.geotiff">
<!-- -->
</a>
<h3>Uses of <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a> in <a href="../geotiff/package-summary.html">org.apache.sis.storage.geotiff</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../geotiff/package-summary.html">org.apache.sis.storage.geotiff</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GeoTiffStore.</span><code><span class="memberNameLink"><a href="../geotiff/GeoTiffStore.html#close()">close</a></span>()</code></th>
<td class="colLast">
<div class="block">Closes this GeoTIFF store and releases any underlying resources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="../GridCoverageResource.html" title="interface in org.apache.sis.storage">GridCoverageResource</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GeoTiffStore.</span><code><span class="memberNameLink"><a href="../geotiff/GeoTiffStore.html#components()">components</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns descriptions of all images in this GeoTIFF file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../GridCoverageResource.html" title="interface in org.apache.sis.storage">GridCoverageResource</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GeoTiffStore.</span><code><span class="memberNameLink"><a href="../geotiff/GeoTiffStore.html#findResource(java.lang.String)">findResource</a></span>&#8203;(<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>&nbsp;sequence)</code></th>
<td class="colLast">
<div class="block">Returns the image at the given index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util" class="externalLink">Optional</a>&lt;<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/util/GenericName.html?is-external=true" title="class or interface in org.opengis.util" class="externalLink">GenericName</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GeoTiffStore.</span><code><span class="memberNameLink"><a href="../geotiff/GeoTiffStore.html#getIdentifier()">getIdentifier</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an identifier constructed from the name of the TIFF file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/Metadata.html?is-external=true" title="class or interface in org.opengis.metadata" class="externalLink">Metadata</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GeoTiffStore.</span><code><span class="memberNameLink"><a href="../geotiff/GeoTiffStore.html#getMetadata()">getMetadata</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns information about the dataset as a whole.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../DataStore.html" title="class in org.apache.sis.storage">DataStore</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GeoTiffStoreProvider.</span><code><span class="memberNameLink"><a href="../geotiff/GeoTiffStoreProvider.html#open(org.apache.sis.storage.StorageConnector)">open</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Returns a <a href="../geotiff/GeoTiffStore.html" title="class in org.apache.sis.storage.geotiff"><code>GeoTiffStore</code></a> implementation associated with this provider.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ProbeResult.html" title="class in org.apache.sis.storage">ProbeResult</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GeoTiffStoreProvider.</span><code><span class="memberNameLink"><a href="../geotiff/GeoTiffStoreProvider.html#probeContent(org.apache.sis.storage.StorageConnector)">probeContent</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Returns <a href="../ProbeResult.html#SUPPORTED"><code>ProbeResult.SUPPORTED</code></a> if the given storage appears to be supported by <a href="../geotiff/GeoTiffStore.html" title="class in org.apache.sis.storage.geotiff"><code>GeoTiffStore</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../geotiff/package-summary.html">org.apache.sis.storage.geotiff</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../geotiff/GeoTiffStore.html#%3Cinit%3E(org.apache.sis.storage.geotiff.GeoTiffStoreProvider,org.apache.sis.storage.StorageConnector)">GeoTiffStore</a></span>&#8203;(<a href="../geotiff/GeoTiffStoreProvider.html" title="class in org.apache.sis.storage.geotiff">GeoTiffStoreProvider</a>&nbsp;provider,
<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Creates a new GeoTIFF store from the given file, URL or stream object.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.sis.storage.netcdf">
<!-- -->
</a>
<h3>Uses of <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a> in <a href="../netcdf/package-summary.html">org.apache.sis.storage.netcdf</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../netcdf/package-summary.html">org.apache.sis.storage.netcdf</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NetcdfStore.</span><code><span class="memberNameLink"><a href="../netcdf/NetcdfStore.html#close()">close</a></span>()</code></th>
<td class="colLast">
<div class="block">Closes this netCDF store and releases any underlying resources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../Resource.html" title="interface in org.apache.sis.storage">Resource</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NetcdfStore.</span><code><span class="memberNameLink"><a href="../netcdf/NetcdfStore.html#components()">components</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the resources (features or coverages) in this netCDF store.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../util/Version.html" title="class in org.apache.sis.util">Version</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NetcdfStore.</span><code><span class="memberNameLink"><a href="../netcdf/NetcdfStore.html#getConventionVersion()">getConventionVersion</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the version number of the Climate and Forecast (CF) conventions used in the netCDF file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util" class="externalLink">Optional</a>&lt;<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/util/GenericName.html?is-external=true" title="class or interface in org.opengis.util" class="externalLink">GenericName</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NetcdfStore.</span><code><span class="memberNameLink"><a href="../netcdf/NetcdfStore.html#getIdentifier()">getIdentifier</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an identifier constructed from global attributes or the filename of the netCDF file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/Metadata.html?is-external=true" title="class or interface in org.opengis.metadata" class="externalLink">Metadata</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NetcdfStore.</span><code><span class="memberNameLink"><a href="../netcdf/NetcdfStore.html#getMetadata()">getMetadata</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns information about the dataset as a whole.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../DataStore.html" title="class in org.apache.sis.storage">DataStore</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NetcdfStoreProvider.</span><code><span class="memberNameLink"><a href="../netcdf/NetcdfStoreProvider.html#open(org.apache.sis.storage.StorageConnector)">open</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Returns a <a href="../netcdf/NetcdfStore.html" title="class in org.apache.sis.storage.netcdf"><code>NetcdfStore</code></a> implementation associated with this provider.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ProbeResult.html" title="class in org.apache.sis.storage">ProbeResult</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NetcdfStoreProvider.</span><code><span class="memberNameLink"><a href="../netcdf/NetcdfStoreProvider.html#probeContent(org.apache.sis.storage.StorageConnector)">probeContent</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Returns <a href="../ProbeResult.html#SUPPORTED"><code>ProbeResult.SUPPORTED</code></a> if the given storage appears to be supported by <a href="../netcdf/NetcdfStore.html" title="class in org.apache.sis.storage.netcdf"><code>NetcdfStore</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../netcdf/package-summary.html">org.apache.sis.storage.netcdf</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../netcdf/NetcdfStore.html#%3Cinit%3E(org.apache.sis.storage.netcdf.NetcdfStoreProvider,org.apache.sis.storage.StorageConnector)">NetcdfStore</a></span>&#8203;(<a href="../netcdf/NetcdfStoreProvider.html" title="class in org.apache.sis.storage.netcdf">NetcdfStoreProvider</a>&nbsp;provider,
<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Creates a new netCDF store from the given file, URL, stream or <a href="https://www.unidata.ucar.edu/software/netcdf-java/current/javadoc/ucar/nc2/NetcdfFile.html?is-external=true" title="class or interface in ucar.nc2" class="externalLink"><code>NetcdfFile</code></a> object.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.sis.storage.sql">
<!-- -->
</a>
<h3>Uses of <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a> in <a href="../sql/package-summary.html">org.apache.sis.storage.sql</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../sql/package-summary.html">org.apache.sis.storage.sql</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SQLStore.</span><code><span class="memberNameLink"><a href="../sql/SQLStore.html#close()">close</a></span>()</code></th>
<td class="colLast">
<div class="block">Closes this SQL store and releases any underlying resources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../Resource.html" title="interface in org.apache.sis.storage">Resource</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SQLStore.</span><code><span class="memberNameLink"><a href="../sql/SQLStore.html#components()">components</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the resources (features or coverages) in this SQL store.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Resource.html" title="interface in org.apache.sis.storage">Resource</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SQLStore.</span><code><span class="memberNameLink"><a href="../sql/SQLStore.html#findResource(java.lang.String)">findResource</a></span>&#8203;(<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>&nbsp;identifier)</code></th>
<td class="colLast">
<div class="block">Searches for a resource identified by the given identifier.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util" class="externalLink">Optional</a>&lt;<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/util/GenericName.html?is-external=true" title="class or interface in org.opengis.util" class="externalLink">GenericName</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SQLStore.</span><code><span class="memberNameLink"><a href="../sql/SQLStore.html#getIdentifier()">getIdentifier</a></span>()</code></th>
<td class="colLast">
<div class="block">SQL data store root resource has no identifier.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/Metadata.html?is-external=true" title="class or interface in org.opengis.metadata" class="externalLink">Metadata</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SQLStore.</span><code><span class="memberNameLink"><a href="../sql/SQLStore.html#getMetadata()">getMetadata</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns information about the dataset as a whole.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../DataStore.html" title="class in org.apache.sis.storage">DataStore</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SQLStoreProvider.</span><code><span class="memberNameLink"><a href="../sql/SQLStoreProvider.html#open(org.apache.sis.storage.StorageConnector)">open</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Returns a <a href="../sql/SQLStore.html" title="class in org.apache.sis.storage.sql"><code>SQLStore</code></a> implementation associated with this provider.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../DataStore.html" title="class in org.apache.sis.storage">DataStore</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SQLStoreProvider.</span><code><span class="memberNameLink"><a href="../sql/SQLStoreProvider.html#open(org.opengis.parameter.ParameterValueGroup)">open</a></span>&#8203;(<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/parameter/ParameterValueGroup.html?is-external=true" title="class or interface in org.opengis.parameter" class="externalLink">ParameterValueGroup</a>&nbsp;parameters)</code></th>
<td class="colLast">
<div class="block">Returns a data store implementation associated with this provider for the given parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ProbeResult.html" title="class in org.apache.sis.storage">ProbeResult</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SQLStoreProvider.</span><code><span class="memberNameLink"><a href="../sql/SQLStoreProvider.html#probeContent(org.apache.sis.storage.StorageConnector)">probeContent</a></span>&#8203;(<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector)</code></th>
<td class="colLast">
<div class="block">Returns <a href="../ProbeResult.html#SUPPORTED"><code>ProbeResult.SUPPORTED</code></a> if the given storage appears to be supported by <a href="../sql/SQLStore.html" title="class in org.apache.sis.storage.sql"><code>SQLStore</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../sql/package-summary.html">org.apache.sis.storage.sql</a> that throw <a href="../DataStoreException.html" title="class in org.apache.sis.storage">DataStoreException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../sql/SQLStore.html#%3Cinit%3E(org.apache.sis.storage.sql.SQLStoreProvider,org.apache.sis.storage.StorageConnector,org.opengis.util.GenericName...)">SQLStore</a></span>&#8203;(<a href="../sql/SQLStoreProvider.html" title="class in org.apache.sis.storage.sql">SQLStoreProvider</a>&nbsp;provider,
<a href="../StorageConnector.html" title="class in org.apache.sis.storage">StorageConnector</a>&nbsp;connector,
<a href="http://www.geoapi.org/3.0/javadoc/org/opengis/util/GenericName.html?is-external=true" title="class or interface in org.opengis.util" class="externalLink">GenericName</a>...&nbsp;tableNames)</code></th>
<td class="colLast">
<div class="block">Creates a new instance for the given storage.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</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><a href="../DataStoreException.html" title="class in org.apache.sis.storage">Class</a></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>