|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<TransferFunctionType>
TransferFunctionType
@UML(identifier="MI_TransferFunctionTypeCode", specification=ISO_19115_2) public final class TransferFunctionType
Transform function to be used when scaling a physical value for a given element.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class CodeList |
---|
CodeList.Filter |
Field Summary | |
---|---|
static TransferFunctionType |
EXPONENTIAL
Function used for transformation is exponential. |
static TransferFunctionType |
LINEAR
Function used for transformation is first order polynomial. |
static TransferFunctionType |
LOGARITHMIC
Function used for transformation is logarithmic |
Method Summary | |
---|---|
TransferFunctionType[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static TransferFunctionType |
valueOf(String code)
Returns the transfer function type that matches the given string, or returns a new one if none match it. |
static TransferFunctionType[] |
values()
Returns the list of TransferFunctionType s. |
Methods inherited from class CodeList |
---|
compareTo, equals, identifier, name, names, ordinal, readResolve, toString, valueOf, valueOf |
Methods inherited from class Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="linear", obligation=CONDITIONAL, specification=ISO_19115_2) public static final TransferFunctionType LINEAR
@UML(identifier="logarithmic", obligation=CONDITIONAL, specification=ISO_19115_2) public static final TransferFunctionType LOGARITHMIC
@UML(identifier="exponential", obligation=CONDITIONAL, specification=ISO_19115_2) public static final TransferFunctionType EXPONENTIAL
Method Detail |
---|
public static TransferFunctionType[] values()
TransferFunctionType
s.
public TransferFunctionType[] family()
family
in class CodeList<TransferFunctionType>
public static TransferFunctionType valueOf(String code)
code
- The name of the code to fetch or to create.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |