Uses of Class
org.opengis.metadata.content.TransferFunctionType
Package
Description
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
-
Uses of TransferFunctionType in org.opengis.metadata.content
Modifier and TypeFieldDescriptionstatic final TransferFunctionType
TransferFunctionType.EXPONENTIAL
Function used for transformation is exponential.static final TransferFunctionType
TransferFunctionType.LINEAR
Function used for transformation is first order polynomial.static final TransferFunctionType
TransferFunctionType.LOGARITHMIC
Function used for transformation is logarithmicModifier and TypeMethodDescriptionTransferFunctionType.family()
Returns the list of codes of the same kind as this code list element.default TransferFunctionType
SampleDimension.getTransferFunctionType()
Type of transfer function to be used when scaling a physical value for a given element.static TransferFunctionType
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 ofTransferFunctionType
s.