Uses of Class
org.apache.sis.util.Version
-
Packages that use Version Package Description org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats.org.apache.sis.storage.netcdf Maps ISO metadata elements from/to the Climate and Forecast (CF) attributes in a netCDF file.org.apache.sis.util Simple data objects and miscellaneous utilities.org.apache.sis.xml 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 Version Modifier and Type Method Description Version
ProbeResult. 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 Version Modifier and Type Method Description Range<Version>
DataStoreProvider. getSupportedVersions()
Returns the range of versions supported by the data store, ornull
if unspecified.Constructors in org.apache.sis.storage with parameters of type Version Constructor Description ProbeResult(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 Version Modifier and Type Method Description Version
NetcdfStore. 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 Version Modifier and Type Field Description static Version
Version. SIS
The version of this Apache SIS distribution.Methods in org.apache.sis.util that return Version Modifier and Type Method Description static Version
Version. valueOf(int... components)
Returns an instance for the given integer values.Methods in org.apache.sis.util with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version other)
Compares this version with an other version object.int
Version. compareTo(Version other, int limit)
Compares this version with an other version object, up to the specified limit. -
Uses of Version in org.apache.sis.xml
Methods in org.apache.sis.xml that return Version Modifier and Type Method Description abstract Version
MarshalContext. getVersion(String prefix)
Returns the schema version of the XML document being (un)marshalled.
-