Uses of Class
org.apache.sis.util.Version
Packages that use Version
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
Reads netCDF files conforming to the Climate and Forecast (CF).
Data store capable to read and write features using a JDBC connection to a database.
Simple data objects and miscellaneous utilities.
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of Version in org.apache.sis.storage
Methods in org.apache.sis.storage that return VersionModifier and TypeMethodDescriptionProbeResult.getVersion()
Returns the version of file format or database schema used by the storage, ornull
if unknown or not applicable.Methods in org.apache.sis.storage that return types with arguments of type VersionModifier and TypeMethodDescriptionDataStoreProvider.getSupportedVersions()
Returns the range of versions supported by the data store, ornull
if unspecified.Constructors in org.apache.sis.storage with parameters of type VersionModifierConstructorDescriptionProbeResult
(boolean isSupported, String mimeType, Version version) Creates a newProbeResult
with the given support status, MIME type and version number. -
Uses of Version in org.apache.sis.storage.netcdf
Methods in org.apache.sis.storage.netcdf that return VersionModifier and TypeMethodDescriptionNetcdfStore.getConventionVersion()
Returns the version number of the Climate and Forecast (CF) conventions used in the netCDF file. -
Uses of Version in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return types with arguments of type VersionModifier and TypeMethodDescriptionSQLStore.getDatabaseSoftwareVersions()
Returns the version of the database software, together with versions of extensions if any. -
Uses of Version in org.apache.sis.util
Classes in org.apache.sis.util that implement interfaces with type arguments of type VersionModifier and TypeClassDescriptionclass
Holds a version number as a sequence of strings separated by either a dot or a dash.Fields in org.apache.sis.util declared as VersionModifier and TypeFieldDescriptionstatic final Version
Version.SIS
The version of this Apache SIS distribution.Methods in org.apache.sis.util that return VersionModifier and TypeMethodDescriptionstatic Version
Version.valueOf
(int... components) Returns an instance for the given integer values.Methods in org.apache.sis.util that return types with arguments of type VersionModifier and TypeMethodDescriptionReturns the version of the library that provides the given class.Methods in org.apache.sis.util with parameters of type Version -
Uses of Version in org.apache.sis.xml
Methods in org.apache.sis.xml that return VersionModifier and TypeMethodDescriptionabstract Version
MarshalContext.getVersion
(String prefix) Returns the schema version of the XML document being (un)marshalled.