Package | Description |
---|---|
org.apache.sis.measure |
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
|
org.apache.sis.referencing.factory |
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
|
org.apache.sis.util.collection |
Addition to the collection framework.
|
Modifier and Type | Class and Description |
---|---|
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 |
IdentifiedObjectSet<T extends IdentifiedObject>
A lazy set of
IdentifiedObject instances created from their authority codes only when first needed. |
Modifier and Type | Class and Description |
---|---|
class |
CodeListSet<E extends CodeList<E>>
A specialized
Set implementation for use with CodeList values. |
class |
RangeSet<E extends Comparable<? super E>>
An ordered set of disjoint ranges where overlapping ranges are merged.
|
class |
TableColumn<V>
Identifies a column in
TreeTable.Node instances. |
class |
WeakHashSet<E>
A set of objects hold by weak references.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.