Package | Description |
---|---|
org.apache.sis.math |
A set of mathematical objects and algebraic utilities.
|
org.apache.sis.util |
Simple data objects and miscellaneous utilities.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FunctionProperty.isBijective(Set<FunctionProperty> properties)
Returns
true if a function having the given set of properties is bijective. |
static boolean |
FunctionProperty.isMonotonic(Set<FunctionProperty> properties)
Returns
true if a function having the given set of properties is monotonic. |
Modifier and Type | Method and Description |
---|---|
Set<FunctionProperty> |
ObjectConverter.properties()
Returns the manner in which source values (S) are mapped to target values
(T).
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.