Package | Description |
---|---|
org.apache.sis.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
org.apache.sis.util |
Simple data objects and miscellaneous utilities.
|
org.apache.sis.xml |
Provides methods for marshalling and unmarshalling SIS objects in XML.
|
Modifier and Type | Method and Description |
---|---|
Version |
ProbeResult.getVersion()
Returns the version of file format or database schema used by the storage,
or
null if unknown or not applicable. |
Constructor and Description |
---|
ProbeResult(boolean isSupported,
String mimeType,
Version version)
Creates a new
ProbeResult with the given support status, MIME type and version number. |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.SIS
The version of this Apache SIS distribution.
|
Modifier and Type | Method and Description |
---|---|
static Version |
Version.valueOf(int... components)
Returns an instance for the given integer values.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
abstract Version |
MarshalContext.getVersion(String prefix)
Returns the schema version of the XML document being (un)marshalled.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.