@UML(identifier="MI_TransferFunctionTypeCode", specification=ISO_19115_2) public final class TransferFunctionType extends CodeList<TransferFunctionType>
CodeList.Filter| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
TransferFunctionTypes. |
@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
public static TransferFunctionType[] values()
TransferFunctionTypes.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.Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.