Package com.luciad.util.enumeration
Interface ILcdMorphingFunction<T,S>
public interface ILcdMorphingFunction<T,S>
This interface specifies a method that transforms a given object and
returns the result.
- See Also:
-
Method Summary
-
Method Details
-
morph
Transforms a given object and returns the result.- Parameters:
aObject
- the input object.- Returns:
- the resulting transformed object.
-