Class EPSGParameterDomain

java.lang.Object
org.apache.sis.measure.Range<Double>
org.apache.sis.measure.NumberRange<Double>
org.apache.sis.internal.referencing.EPSGParameterDomain
All Implemented Interfaces:
Serializable, Formattable, CheckedContainer<Double>, Emptiable

public final class EPSGParameterDomain extends NumberRange<Double>
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
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For cross-version compatibility.
      See Also:
    • units

      public final Set<javax.measure.Unit<?>> units
      The units of measurement.
  • Constructor Details

    • EPSGParameterDomain

      public EPSGParameterDomain(Set<javax.measure.Unit<?>> units)
      Creates a new parameter descriptor for the given units.
      Parameters:
      units - the units.