Uses of Enum Class
org.apache.sis.math.FunctionProperty
Packages that use FunctionProperty
Package
Description
A set of mathematical objects and algebraic utilities.
Simple data objects and miscellaneous utilities.
-
Uses of FunctionProperty in org.apache.sis.math
Methods in org.apache.sis.math that return FunctionPropertyModifier and TypeMethodDescriptionstatic FunctionProperty
Returns the enum constant of this class with the specified name.static FunctionProperty[]
FunctionProperty.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.sis.math with type arguments of type FunctionPropertyModifier and TypeMethodDescriptionstatic boolean
FunctionProperty.isBijective
(Set<FunctionProperty> properties) Returnstrue
if a function having the given set of properties is bijective.static boolean
FunctionProperty.isMonotonic
(Set<FunctionProperty> properties) Returnstrue
if a function having the given set of properties is monotonic. -
Uses of FunctionProperty in org.apache.sis.util
Methods in org.apache.sis.util that return types with arguments of type FunctionPropertyModifier and TypeMethodDescriptionObjectConverter.properties()
Returns the manner in which source values (S) are mapped to target values (T).