Uses of Class
org.apache.sis.storage.ProbeResult
Packages that use ProbeResult
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of ProbeResult in org.apache.sis.storage
Fields in org.apache.sis.storage declared as ProbeResultModifier and TypeFieldDescriptionstatic final ProbeResultProbeResult.INSUFFICIENT_BYTESThe open capability can not be determined because theByteBuffercontains an insufficient amount of bytes.static final ProbeResultProbeResult.SUPPORTEDTheDataStoreProviderrecognizes the given storage, but has no additional information.static final ProbeResultProbeResult.UNDETERMINEDThe open capability can not be determined.static final ProbeResultProbeResult.UNSUPPORTED_STORAGETheDataStoreProviderdoes not recognize the given storage object, file format or database schema.Methods in org.apache.sis.storage that return ProbeResultModifier and TypeMethodDescriptionabstract ProbeResultDataStoreProvider.probeContent(StorageConnector connector) Indicates if the given storage appears to be supported by theDataStores created by this provider.protected <S> ProbeResultDataStoreProvider.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.