Uses of Class
org.opengis.metadata.content.TransferFunctionType
Packages that use TransferFunctionType
-
Uses of TransferFunctionType in org.opengis.metadata.content
Subclasses with type arguments of type TransferFunctionType in org.opengis.metadata.contentModifier and TypeClassDescriptionfinal classTransform function to be used when scaling a physical value for a given element.Fields in org.opengis.metadata.content declared as TransferFunctionTypeModifier and TypeFieldDescriptionstatic final TransferFunctionTypeTransferFunctionType.EXPONENTIALFunction used for transformation is exponential.static final TransferFunctionTypeTransferFunctionType.LINEARFunction used for transformation is first order polynomial.static final TransferFunctionTypeTransferFunctionType.LOGARITHMICFunction used for transformation is logarithmicFields in org.opengis.metadata.content with type parameters of type TransferFunctionTypeModifier and TypeFieldDescriptionprivate static final List<TransferFunctionType> TransferFunctionType.VALUESList of all enumerations of this type.Methods in org.opengis.metadata.content that return TransferFunctionTypeModifier and TypeMethodDescriptionTransferFunctionType.family()Returns the list of enumerations of the same kind than this enum.Band.getTransferFunctionType()Type of transfer function to be used when scaling a physical value for a given element.static TransferFunctionTypeReturns 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.