Uses of Class
org.apache.sis.math.FunctionProperty
-
Packages that use FunctionProperty Package Description org.apache.sis.math A set of mathematical objects and algebraic utilities.org.apache.sis.util Simple data objects and miscellaneous utilities. -
-
Uses of FunctionProperty in org.apache.sis.math
Methods in org.apache.sis.math that return FunctionProperty Modifier and Type Method Description static FunctionProperty
FunctionProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static FunctionProperty[]
FunctionProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.sis.math with type arguments of type FunctionProperty Modifier and Type Method Description static 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 FunctionProperty Modifier and Type Method Description Set<FunctionProperty>
ObjectConverter. properties()
Returns the manner in which source values (S) are mapped to target values (T).
-