Uses of Class
org.apache.sis.util.Version
Packages that use Version
Package
Description
Command line interface for Apache SIS.
A set of helper classes for JAXB handling in the SIS implementation.
Specialization of
org.apache.sis.internal.sql.feature
for the PostGIS database.Reads and writes data in GPS Exchange Format (GPX).
A set of helper classes for XML handling in the SIS implementation.
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.
Simple data objects and miscellaneous utilities.
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of Version in org.apache.sis.console
Fields in org.apache.sis.console declared as Version -
Uses of Version in org.apache.sis.internal.jaxb
Fields in org.apache.sis.internal.jaxb declared as VersionModifier and TypeFieldDescriptionprivate final Version
Context.versionGML
The GML version to be marshalled or unmarshalled, ornull
if unspecified.Methods in org.apache.sis.internal.jaxb that return VersionModifier and TypeMethodDescriptionfinal Version
Context.getVersion
(String prefix) Returns the schema version of the XML document being (un)marshalled.Methods in org.apache.sis.internal.jaxb with parameters of type VersionModifier and TypeMethodDescriptionstatic boolean
Context.isGMLVersion
(Context context, Version version) Returnstrue
if the GML version is equal or newer than the specified version.Constructors in org.apache.sis.internal.jaxb with parameters of type VersionModifierConstructorDescriptionContext
(int bitMasks, Locale locale, TimeZone timezone, Map<String, String> schemas, Version versionGML, Version versionMetadata, ReferenceResolver resolver, ValueConverter converter, Filter logFilter) Invoked when a marshalling or unmarshalling process is about to begin. -
Uses of Version in org.apache.sis.internal.sql.postgis
Fields in org.apache.sis.internal.sql.postgis declared as VersionModifier and TypeFieldDescriptionprivate final Version
Postgres.postgisVersion
Version of PostGIS extension, ornull
if PostGIS has not been found.Methods in org.apache.sis.internal.sql.postgis that return VersionModifier and TypeMethodDescription(package private) static Version
Postgres.parseVersion
(String version) Returns the version number of PostGIS extension. -
Uses of Version in org.apache.sis.internal.storage.gpx
Fields in org.apache.sis.internal.storage.gpx declared as VersionModifier and TypeFieldDescription(package private) static final Version
StoreProvider.V1_0
The "1.0" version.(package private) static final Version
StoreProvider.V1_1
The "1.1" version.(package private) Version
Store.version
Version of the GPX file, ornull
if unknown.Fields in org.apache.sis.internal.storage.gpx with type parameters of type VersionModifier and TypeFieldDescriptionStoreProvider.VERSIONS
The range of versions returned byStoreProvider.getSupportedVersions()
.Methods in org.apache.sis.internal.storage.gpx that return VersionModifier and TypeMethodDescriptionStore.getVersion()
Returns the GPX file version.Reader.initialize
(boolean readMetadata) Reads the metadata.Methods in org.apache.sis.internal.storage.gpx that return types with arguments of type VersionModifier and TypeMethodDescriptionStoreProvider.getSupportedVersions()
Returns the range of versions supported by the GPX data store.Methods in org.apache.sis.internal.storage.gpx with parameters of type VersionModifier and TypeMethodDescriptionvoid
Store.setVersion
(Version version) Sets the version of the file to write. -
Uses of Version in org.apache.sis.internal.xml
Fields in org.apache.sis.internal.xml declared as VersionModifier and TypeFieldDescriptionstatic final Version
LegacyNamespaces.VERSION_2007
Miscellaneous version constants used for ISO standards.static final Version
LegacyNamespaces.VERSION_2014
Miscellaneous version constants used for ISO standards.static final Version
LegacyNamespaces.VERSION_2016
Miscellaneous version constants used for ISO standards.static final Version
LegacyNamespaces.VERSION_3_0
Miscellaneous version constants used for GML versions.static final Version
LegacyNamespaces.VERSION_3_2
Miscellaneous version constants used for GML versions.static final Version
LegacyNamespaces.VERSION_3_2_1
First GML version of the newxmlns
. -
Uses of Version in org.apache.sis.storage
Fields in org.apache.sis.storage declared as VersionModifier and TypeFieldDescriptionprivate final Version
ProbeResult.version
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 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.geotiff
Fields in org.apache.sis.storage.geotiff declared as Version -
Uses of Version in org.apache.sis.util
Fields in org.apache.sis.util declared as VersionModifier and TypeFieldDescriptionprivate static final Version[]
Version.CONSTANTS
A few commonly used version numbers.static 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
Fields in org.apache.sis.xml declared as VersionModifier and TypeFieldDescriptionprivate Version
Pooled.versionGML
The GML version to be marshalled or unmarshalled, ornull
if unspecified.private Version
Pooled.versionMetadata
The metadata version to be marshalled or unmarshalled, ornull
if unspecified.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.