Uses of Class
org.apache.sis.util.Version
Packages that use Version
Package
Description
A set of helper classes for JAXB handling in the SIS implementation.
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.
Simple data objects and miscellaneous utilities.
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of Version in org.apache.sis.internal.jaxb
Methods in org.apache.sis.internal.jaxb that return VersionModifier and TypeMethodDescriptionfinal VersionContext.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 booleanContext.isGMLVersion(Context context, Version version) Returnstrueif 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.storage.gpx
Methods in org.apache.sis.internal.storage.gpx that return VersionMethods 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 TypeMethodDescriptionvoidStore.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 VersionLegacyNamespaces.VERSION_2007Miscellaneous version constants used for ISO standards.static final VersionLegacyNamespaces.VERSION_2014Miscellaneous version constants used for ISO standards.static final VersionLegacyNamespaces.VERSION_2016Miscellaneous version constants used for ISO standards.static final VersionLegacyNamespaces.VERSION_3_0Miscellaneous version constants used for GML versions.static final VersionLegacyNamespaces.VERSION_3_2Miscellaneous version constants used for GML versions.static final VersionLegacyNamespaces.VERSION_3_2_1First GML version of the newxmlns. -
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, ornullif 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, ornullif unspecified.Constructors in org.apache.sis.storage with parameters of type VersionModifierConstructorDescriptionProbeResult(boolean isSupported, String mimeType, Version version) Creates a newProbeResultwith the given support status, MIME type and version number. -
Uses of Version in org.apache.sis.util
Fields in org.apache.sis.util declared as VersionModifier and TypeFieldDescriptionstatic final VersionVersion.SISThe version of this Apache SIS distribution.Methods in org.apache.sis.util that return VersionModifier and TypeMethodDescriptionstatic VersionVersion.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 VersionMarshalContext.getVersion(String prefix) Returns the schema version of the XML document being (un)marshalled.