Uses of Class
org.apache.sis.storage.ProbeResult
Packages that use ProbeResult
Package
Description
DataStore
implementation for Coma Separated Values (CSV) files.Simple data store implementations for some ESRI grid formats (ASCII and binary).
DataStore
implementation for a folder containing an arbitrary number of data files.Bridges between Apache SIS data stores and Java Image I/O.
DataStore
implementation for Well Known Text.Data store base types for retrieving and saving geospatial data
in various storage formats.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
Data store capable to read and create features from a JDBC connection to a database.
-
Uses of ProbeResult in org.apache.sis.internal.storage.csv
Methods in org.apache.sis.internal.storage.csv that return ProbeResultModifier and TypeMethodDescriptionprotected ProbeResult
StoreProvider.Peek.forKeyword
(char[] keyword, int length) Returns the value to be returned byStoreProvider.probeContent(StorageConnector)
for the given WKT keyword.StoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported by CSVStore
. -
Uses of ProbeResult in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri that return ProbeResultModifier and TypeMethodDescriptionAsciiGridStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported byAsciiGridStore
.RawRasterStoreProvider.probeContent
(StorageConnector connector) ReturnsSUPPORTED
if the given storage appears to be supported byRawRasterStore
. -
Uses of ProbeResult in org.apache.sis.internal.storage.folder
Methods in org.apache.sis.internal.storage.folder that return ProbeResultModifier and TypeMethodDescriptionStoreProvider.probeContent
(StorageConnector connector) ReturnsSUPPORTED
if the given storage appears to be a folder. -
Uses of ProbeResult in org.apache.sis.internal.storage.image
Methods in org.apache.sis.internal.storage.image that return ProbeResultModifier and TypeMethodDescriptionWorldFileStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the image file is recognized by an Image I/O reader. -
Uses of ProbeResult in org.apache.sis.internal.storage.wkt
Methods in org.apache.sis.internal.storage.wkt that return ProbeResultModifier and TypeMethodDescriptionprotected abstract ProbeResult
FirstKeywordPeek.forKeyword
(char[] keyword, int length) Returns the value to be returned by#probeContent(StorageConnector)
for the given keyword.protected ProbeResult
StoreProvider.Peek.forKeyword
(char[] keyword, int length) Returns the value to be returned byStoreProvider.probeContent(StorageConnector)
for the given WKT keyword.private ProbeResult
FirstKeywordPeek.probeContent
(ByteBuffer buffer, Reader reader) Tests the first keyword from one of the given inputs.final ProbeResult
FirstKeywordPeek.probeContent
(Path file) ReturnsSUPPORTED
if the content of given file begins with an expected keyword.final ProbeResult
FirstKeywordPeek.probeContent
(DataStoreProvider provider, StorageConnector connector) ReturnsSUPPORTED
if the given storage appears to begin with an expected keyword.StoreProvider.probeContent
(StorageConnector connector) Returns WKT version if the given storage appears to be supported by WKTStore
. -
Uses of ProbeResult in org.apache.sis.internal.storage.xml
Methods in org.apache.sis.internal.storage.xml that return ProbeResultModifier and TypeMethodDescriptionAbstractProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported by the data store.(package private) final ProbeResult
MimeTypeDetector.probeContent()
Wraps the call toMimeTypeDetector.getMimeType()
for catchingIOException
and for instantiating theProbeResult
. -
Uses of ProbeResult in org.apache.sis.storage
Subclasses of ProbeResult in org.apache.sis.storageModifier and TypeClassDescriptionprivate static final class
Implementation of static constants defined inProbeResult
.Fields in org.apache.sis.storage declared as ProbeResultModifier and TypeFieldDescriptionstatic final ProbeResult
ProbeResult.INSUFFICIENT_BYTES
The open capability cannot be determined because theByteBuffer
contains an insufficient amount of bytes.(package private) ProbeResult
ProbeProviderPair.probe
The result of the call toDataStoreProvider.probeContent(StorageConnector)
.static final ProbeResult
ProbeResult.SUPPORTED
TheDataStoreProvider
recognizes the given storage, but has no additional information.static final ProbeResult
ProbeResult.UNDETERMINED
The open capability cannot be determined.static final ProbeResult
ProbeResult.UNSUPPORTED_STORAGE
TheDataStoreProvider
does not recognize the given storage object, file format or database schema.Methods in org.apache.sis.storage that return ProbeResultModifier and TypeMethodDescriptionabstract ProbeResult
DataStoreProvider.probeContent
(StorageConnector connector) Indicates if the given storage appears to be supported by theDataStore
s created by this provider.protected <S> ProbeResult
DataStoreProvider.probeContent
(StorageConnector connector, Class<S> type, DataStoreProvider.Prober<? super S> prober) Applies the specified test on the storage content without modifying buffer or input stream position.Probes the given input and returns an indication about whether that input is supported.Forward to the primary probe.private <N> ProbeResult
DataStoreProvider.tryNextProber
(StorageConnector connector, DataStoreProvider.ProberList<?, N> list) Tries theDataStoreProvider.ProberList.next
probe.private <S> ProbeResult
DataStoreProvider.tryProber
(StorageConnector connector, Class<S> type, DataStoreProvider.Prober<? super S> prober) Implementation ofDataStoreProvider.probeContent(StorageConnector, Class, Prober)
for a single element in a list of probe.Constructors in org.apache.sis.storage with parameters of type ProbeResultModifierConstructorDescription(package private)
ProbeProviderPair
(DataStoreProvider provider, ProbeResult probe) Creates a new pair. -
Uses of ProbeResult in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return ProbeResultModifier and TypeMethodDescriptionGeoTiffStoreProvider.probeContent
(StorageConnector connector) Returns the MIME type if the given storage appears to be supported byGeoTiffStore
. -
Uses of ProbeResult in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat that return ProbeResultModifier and TypeMethodDescriptionprotected ProbeResult
LandsatStoreProvider.Peek.forKeyword
(char[] keyword, int length) Returns the value to be returned byLandsatStoreProvider.probeContent(StorageConnector)
for the given keyword.LandsatStoreProvider.probeContent
(StorageConnector connector) ReturnsSUPPORTED
if the given storage appears to be supported byLandsatStore
. -
Uses of ProbeResult in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return ProbeResult