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).
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.util
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 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.