See: Description
Class | Description |
---|---|
Angle |
An angle in decimal degrees.
|
AngleFormat |
Parses and formats angles according a specified pattern.
|
AngleFormat.Field |
Constants that are used as attribute keys in the iterator returned from
AngleFormat.formatToCharacterIterator(Object) . |
ElevationAngle |
The angular height of an object measured from the horizontal plane.
|
Latitude |
A latitude angle in decimal degrees.
|
Longitude |
A longitude angle in decimal degrees.
|
MeasurementRange<E extends Number & Comparable<? super E>> |
A range of numbers associated with a unit of measurement.
|
NumberRange<E extends Number & Comparable<? super E>> |
A range of numbers capable of widening conversions when performing range operations.
|
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 |
Constants that are used as attribute keys in the iterator returned from
RangeFormat.formatToCharacterIterator(Object) . |
Units |
Static methods working on
Unit instances, and some constants in addition to the
SI and NonSI ones. |
Annotation Type | Description |
---|---|
ValueRange |
The range of values assignable to a field, or to a JavaBean property.
|
Angle
and
Range
) and their formatters.
This package defines:
Angle
and its subclasses
(Longitude
,
Latitude
)Range
and its subclasses
(NumberRange
,
MeasurementRange
) or annotation
(ValueRange
AngleFormat
,
org.apache.sis.measure.CoordinateFormat
,
RangeFormat
)Defined in the sis-utility
module
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.