Package | Description |
---|---|
org.apache.sis.geometry |
Basic geometric objects (envelopes and direct positions).
|
org.apache.sis.measure | |
org.apache.sis.metadata.iso |
Metadata implementation.
|
org.apache.sis.util |
Simple data objects and miscellaneous utilities.
|
org.apache.sis.util.iso |
Implementation of GeoAPI types from the
org.opengis.util package. |
org.apache.sis.xml |
Provides methods for marshalling and unmarshalling SIS objects in XML.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableEnvelope
Immutable representation of an envelope.
|
Modifier and Type | Class and Description |
---|---|
class |
Angle
An angle in decimal degrees.
|
class |
Latitude
A latitude angle in decimal degrees.
|
class |
Longitude
A longitude angle in decimal degrees.
|
class |
MeasurementRange<E extends Number & Comparable<? super E>>
A range of numbers associated with a unit of measurement.
|
class |
NumberRange<E extends Number & Comparable<? super E>>
A range of numbers capable of widening conversions when performing range operations.
|
class |
Range<E extends Comparable<? super E>>
A set of minimum and maximum values of a certain class, allowing
a user to determine if a value of the same class is contained inside the range.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableIdentifier
Immutable value uniquely identifying an object within a namespace, together with a version.
|
Modifier and Type | Class and Description |
---|---|
class |
Version
Holds a version number as a sequence of strings separated by either a dot or a dash.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocalName
Identifier within a name space for a local object.
|
class |
DefaultMemberName
The name to identify a member of a record.
|
class |
DefaultNameSpace
A domain in which names given by character strings are defined.
|
class |
DefaultRecordType
An immutable definition of the type of a record.
|
class |
DefaultScopedName
|
class |
DefaultTypeName
The name of an attribute type associated to a member name.
|
class |
ResourceInternationalString
An international string backed by a
ResourceBundle . |
class |
SimpleInternationalString
An international string consisting of a single string for all locales.
|
Modifier and Type | Class and Description |
---|---|
class |
NilReason
Explanation for a missing XML element.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.