All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| About |
Provides information about the Apache SIS running environment.
|
| AbstractInternationalString |
Base class for character strings that has been internationalized into several locales.
|
| Angle |
An angle in decimal degrees.
|
| AngleFormat |
Parses and formats angles according a specified pattern.
|
| AngleFormat.Field |
|
| AngularVelocity |
The rate of change of an angular displacement with respect to time.
|
| ArgumentChecks |
Static methods for performing argument checks.
|
| ArraysExt |
Static methods for simple operations on arrays and array elements.
|
| BackingStoreException |
Thrown to indicate that an operation could not complete because of a failure in the backing store
(a file or a database).
|
| Cache<K,V> |
A concurrent map capable to locks entries for which the value is in process of being computed.
|
| Cache.Handler<V> |
The handler returned by Cache.lock(K), to be used for unlocking and storing the result.
|
| Characters |
Static methods working on char values, and some character constants.
|
| Characters.Filter |
Subsets of Unicode characters identified by their general category.
|
| CharSequences |
|
| CheckedContainer<E> |
A container that ensures that all elements are assignable to a given base type.
|
| Classes |
Static methods working on Class objects.
|
| CodeListSet<E extends CodeList<E>> |
A specialized Set implementation for use with CodeList values.
|
| ComparisonMode |
Specifies the level of strictness when comparing two LenientComparable objects
for equality.
|
| CompoundFormat<T> |
Base class of Format implementations which delegate part of their work to other
Format instances.
|
| Configuration |
Provides system-wide configuration for Apache SIS library.
|
| Configuration |
Annotates methods having a system-wide impact on the configuration of the Apache SIS library.
|
| Containers |
|
| CorruptedObjectException |
May be thrown on attempt to use an object which has been corrupted by a previous operation.
|
| Debug |
Annotates classes or methods that are provided mostly for debugging purpose.
|
| DecimalFunctions |
Functions working on float and double values while taking in account their representation in base 10.
|
| DefaultInternationalString |
An international string using a map of strings for different locales.
|
| DefaultTreeTable |
|
| DefaultTreeTable.Node |
A TreeTable.Node implementation which can store values for a pre-defined list of columns.
|
| Deprecable |
Interface of classes for which deprecated instances may exist.
|
| Disposable |
A resource that can be disposed when waiting for the garbage collector would be overly conservative.
|
| ElevationAngle |
The angular height of an object measured from the horizontal plane.
|
| Emptiable |
Interface of classes for which empty instances may exist.
|
| Exceptions |
Static methods working with Exception instances.
|
| Fraction |
A value class for rational numbers.
|
| FrequencySortedSet<E> |
A set with elements ordered by the amount of time they were added.
|
| FunctionProperty |
The manners in which the inputs of a function are mapped to the outputs.
|
| GeometryLibrary |
Some libraries providing geometric objects or topological operations.
|
| InstallationResources |
Resources needed for installation of third-party or optional components.
|
| IntegerList |
A list of unsigned integer values.
|
| InvalidSeekException |
Thrown when an input stream or a channel can not modify its position to the given value.
|
| IO |
Utilities methods working on java.io objects.
|
| Latitude |
A latitude angle in decimal degrees.
|
| LenientComparable |
Interfaces of classes for which instances can be compared for equality using different levels of strictness.
|
| Line |
Equation of a line in a two dimensional space (x,y).
|
| LineAppender |
An Appendable which can apply different kinds of reformatting that depend on the
End Of Line (EOL) occurrences.
|
| Locales |
Static methods working on Locale instances.
|
| Localized |
Interface of classes for which each instance is configured for a particular locale.
|
| LocalizedException |
An exception which can produce an error message in the client locale.
|
| LoggerAdapter |
An adapter that redirect all JDK logging events to an other logging framework.
|
| LoggerFactory<L> |
A factory for Java Logger wrapping an other logging framework.
|
| Logging |
A set of utilities method for configuring loggings in SIS.
|
| Longitude |
A longitude angle in decimal degrees.
|
| MathFunctions |
Simple mathematical functions in addition to the ones provided in Math.
|
| MeasurementRange<E extends Number & Comparable<? super E>> |
A range of numbers associated with a unit of measurement.
|
| MonolineFormatter |
A formatter writing log messages on a single line.
|
| NullArgumentException |
Thrown when a null argument has been given to a method that doesn't accept them.
|
| NumberRange<E extends Number & Comparable<? super E>> |
A range of numbers capable of widening conversions when performing range operations.
|
| Numbers |
Static methods working with Number objects, and a few primitive types by extension.
|
| ObjectConverter<S,T> |
A function which converts instances of source type to instances of target type.
|
| ObjectConverters |
Static methods for creating ObjectConverter instances or collection views based on converters.
|
| OptionKey<T> |
Keys in a map of options for configuring various services
(org.apache.sis.storage.DataStore, etc).
|
| PerformanceLevel |
Logging levels for measurements of execution time.
|
| Plane |
Equation of a plane in a three-dimensional space (x,y,z).
|
| Quantities |
Provides static methods working on Quantity instances.
|
| 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.
|
| RangeFormat |
Parses and formats Range instances according the given locale.
|
| RangeFormat.Field |
|
| RangeSet<E extends Comparable<? super E>> |
An ordered set of disjoint ranges where overlapping ranges are merged.
|
| ResourceInternationalString |
|
| Salinity |
The Practical Salinity Scale (PSS-78).
|
| SimpleInternationalString |
An international string consisting of a single string for all locales.
|
| Static |
Parent of SIS classes that contain only static utility methods, for documentation purpose.
|
| Statistics |
Holds some statistics derived from a series of sample values.
|
| StatisticsFormat |
|
| StringBuilders |
|
| TableAppender |
An Appendable which formats the text as a table suitable for displaying in devices using
a monospaced font.
|
| TableColumn<V> |
|
| TabularFormat<T> |
Base class for parser and formatter of tabular data, providing control on line and column separators.
|
| TreeTable |
Defines the structure (list of columns) of a table and provides the root of the tree
containing the data.
|
| TreeTable.Node |
A node in a tree combined with a row in a table.
|
| TreeTableFormat |
A parser and formatter for TreeTable instances.
|
| TreeTables |
Static methods working on TreeTable objects and their nodes.
|
| UnconvertibleObjectException |
Thrown when an object can not be converted
from the source type to the target type.
|
| UnitFormat |
Parses and formats units of measurement as SI symbols, URI in OGC namespace or other symbols.
|
| UnitFormat.Style |
Identify whether unit formatting uses ASCII symbols, Unicode symbols or full localized names.
|
| Units |
Provides constants for various Units of Measurement together with static methods working on Unit instances.
|
| UnitServices |
The central point from which all unit services (parsing, formatting, listing, etc) can be obtained.
|
| UnknownNameException |
Thrown when an operation can not complete because a given name is unrecognized.
|
| UnsupportedImplementationException |
Thrown when an operation can not use arbitrary implementation of an interface,
and a given instance does not met the requirement.
|
| Utilities |
Static methods for object comparisons in different ways (deeply, approximately, etc).
|
| ValueRange |
The range of values assignable to a field, or to a JavaBean property.
|
| Vector |
A vector of real numbers.
|
| Version |
Holds a version number as a sequence of strings separated by either a dot or a dash.
|
| WarningListener<S> |
Deprecated.
|
| WarningListeners<S> |
Deprecated.
|
| WeakHashSet<E> |
A set of objects hold by weak references.
|
| WeakValueHashMap<K,V> |
A hashtable-based map implementation that uses weak references,
leaving memory when an entry is not used anymore.
|
| Workaround |
Annotates code containing workarounds for bugs or limitations in an external library.
|