| Package | Description |
|---|---|
| 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 | 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–2015 The Apache Software Foundation. All rights reserved.