|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PiecewiseTransform1D<T extends PiecewiseTransform1DElement>
The PiecewiseTransform1D
interface extends the Domain1D
adding transformation capabilities to it.
Method Summary | |
---|---|
double |
getDefaultValue()
The default value which will be returned when asked to transform a value outside the valid domain elements. |
boolean |
hasDefaultValue()
Indicates whether or not this PiecewiseTransform1D has a default value which
will be returned when asked to transform a value outside the valid domain elements. |
Methods inherited from interface Domain1D |
---|
findDomainElement, getApproximateDomainRange, getName, hasGaps |
Methods inherited from interface List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Methods inherited from interface MathTransform1D |
---|
derivative, inverse, transform |
Methods inherited from interface MathTransform |
---|
derivative, getSourceDimensions, getTargetDimensions, isIdentity, toWKT, transform, transform, transform, transform, transform |
Method Detail |
---|
boolean hasDefaultValue()
PiecewiseTransform1D
has a default value which
will be returned when asked to transform a value outside the valid domain elements.
boolean
to indicate whether or not this PiecewiseTransform1D
has a default value.double getDefaultValue()
In case hasDefaultValue()
return false
this value has no meaning.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |