Uses of Class
org.opengis.metadata.content.TransferFunctionType
-
Packages that use TransferFunctionType Package Description org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions). -
-
Uses of TransferFunctionType in org.opengis.metadata.content
Fields in org.opengis.metadata.content declared as TransferFunctionType Modifier and Type Field Description static TransferFunctionTypeTransferFunctionType. EXPONENTIALFunction used for transformation is exponential.static TransferFunctionTypeTransferFunctionType. LINEARFunction used for transformation is first order polynomial.static TransferFunctionTypeTransferFunctionType. LOGARITHMICFunction used for transformation is logarithmicFields in org.opengis.metadata.content with type parameters of type TransferFunctionType Modifier and Type Field Description private static java.util.List<TransferFunctionType>TransferFunctionType. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.content that return TransferFunctionType Modifier and Type Method Description TransferFunctionType[]TransferFunctionType. family()Returns the list of enumerations of the same kind than this enum.TransferFunctionTypeBand. getTransferFunctionType()Type of transfer function to be used when scaling a physical value for a given element.static TransferFunctionTypeTransferFunctionType. valueOf(java.lang.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 ofTransferFunctionTypes.
-