Uses of Enum Class
org.apache.sis.math.NumberType
Packages that use NumberType
-
Uses of NumberType in org.apache.sis.math
Subclasses with type arguments of type NumberType in org.apache.sis.mathModifier and TypeClassDescriptionenumType of numbers recognized by Apache SIS, together with primitive types by extension.Methods in org.apache.sis.math that return NumberTypeModifier and TypeMethodDescriptionstatic NumberTypeNumberType.forNumberClass(Class<?> type) Returns the enumeration value for the given numeric class.static NumberTypeNumberType.forNumberClasses(Class<?>... types) Returns an enumeration value capable to represent at least approximately all the given numeric classes.static NumberTypeReturns the enum constant of this class with the specified name.static NumberType[]NumberType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.math that return types with arguments of type NumberTypeModifier and TypeMethodDescriptionstatic Optional<NumberType> Returns the enumeration value for the given class.static Optional<NumberType> NumberType.forClasses(Class<?>... types) Returns an enumeration value capable to represent at least approximately all the given classes.Methods in org.apache.sis.math with parameters of type NumberTypeModifier and TypeMethodDescriptionbooleanNumberType.isConversionLossless(NumberType target) Returns whether conversion of values from this type to the specified type would be lossless.booleanNumberType.isNarrowerThan(NumberType other) Returns whether this type is considered narrower than the specified type.booleanNumberType.isWiderThan(NumberType other) Returns whether this type is considered wider than the specified type.