JavaScript is disabled on your browser.
Skip navigation links
LuciadLightspeed
2024.1.07
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
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:
TLcdMorphedEnumeration
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
S
morph
(
T
aObject)
Transforms a given object and returns the result.
Method Details
morph
S
morph
(
T
aObject)
Transforms a given object and returns the result.
Parameters:
aObject
- the input object.
Returns:
the resulting transformed object.