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 VersionContext.versionGMLThe GML version to be marshalled or unmarshalled, ornullif unspecified.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.sql.postgis
Fields in org.apache.sis.internal.sql.postgis declared as VersionModifier and TypeFieldDescriptionprivate final VersionPostgres.postgisVersionVersion of PostGIS extension, ornullif PostGIS has not been found.Methods in org.apache.sis.internal.sql.postgis that return VersionModifier and TypeMethodDescription(package private) static VersionPostgres.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 VersionStoreProvider.V1_0The "1.0" version.(package private) static final VersionStoreProvider.V1_1The "1.1" version.(package private) VersionStore.versionVersion of the GPX file, ornullif unknown.Fields in org.apache.sis.internal.storage.gpx with type parameters of type VersionModifier and TypeFieldDescriptionStoreProvider.VERSIONSThe 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 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
Fields in org.apache.sis.storage declared as VersionModifier and TypeFieldDescriptionprivate final VersionProbeResult.versionThe version of file format or database schema used by the storage, ornullif 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, 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.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.CONSTANTSA few commonly used version numbers.static 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
Fields in org.apache.sis.xml declared as VersionModifier and TypeFieldDescriptionprivate VersionPooled.versionGMLThe GML version to be marshalled or unmarshalled, ornullif unspecified.private VersionPooled.versionMetadataThe metadata version to be marshalled or unmarshalled, ornullif unspecified.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.