| Package | Description |
|---|---|
| org.opengis.metadata.content |
Content information
(includes Feature catalogue and Coverage descriptions).
|
| Modifier and Type | Field and Description |
|---|---|
static TransferFunctionType |
TransferFunctionType.EXPONENTIAL
Function used for transformation is exponential.
|
static TransferFunctionType |
TransferFunctionType.LINEAR
Function used for transformation is first order polynomial.
|
static TransferFunctionType |
TransferFunctionType.LOGARITHMIC
Function used for transformation is logarithmic
|
| Modifier and Type | Method and Description |
|---|---|
TransferFunctionType[] |
TransferFunctionType.family()
Returns the list of enumerations of the same kind than this enum.
|
TransferFunctionType |
Band.getTransferFunctionType()
Type of transfer function to be used when scaling a physical value for a given element.
|
static TransferFunctionType |
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[] |
TransferFunctionType.values()
Returns the list of
TransferFunctionTypes. |
Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.