Class EPSGParameterDomain
- All Implemented Interfaces:
Serializable,Formattable,CheckedContainer<Double>,Emptiable
The domain of values of an EPSG parameter which accepts different units.
An example is the EPSG:8617 (Coordinate 1 of evaluation point) parameter,
which may be used in the EPSG database with either metres or degrees units.
- Since:
- 0.7
- Version:
- 0.7
- Author:
- Martin Desruisseaux (Geomatys)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEPSGParameterDomain(Set<javax.measure.Unit<?>> units) Creates a new parameter descriptor for the given units. -
Method Summary
Methods inherited from class org.apache.sis.measure.NumberRange
castOrCopy, castTo, containsAny, containsAny, create, create, create, create, create, create, create, createBestFit, createBestFit, createLeftBounded, getMaxDouble, getMaxDouble, getMedian, getMinDouble, getMinDouble, getSpan, intersectAny, intersectsAny, subtractAny, transform, unionAnyMethods inherited from class org.apache.sis.measure.Range
contains, contains, equals, formatTo, getElementType, getMaxValue, getMinValue, hashCode, intersect, intersects, isBounded, isEmpty, isMaxIncluded, isMinIncluded, subtract, toString, union
-
Field Details
-
units
The units of measurement.
-
-
Constructor Details
-
EPSGParameterDomain
Creates a new parameter descriptor for the given units.- Parameters:
units- the units.
-