Uses of Class
org.opengis.metadata.content.TransferFunctionType
Packages that use TransferFunctionType
Package
Description
Description of the dataset content.
Conversions or transformations of multi-dimensional coordinate tuples.
Content information
(includes Feature catalogue and Coverage descriptions).
-
Uses of TransferFunctionType in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return TransferFunctionTypeModifier and TypeMethodDescriptionDefaultBand.getTransferFunctionType()Returns type of transfer function to be used when scaling a physical value for a given element.DefaultSampleDimension.getTransferFunctionType()Returns type of transfer function to be used when scaling a physical value for a given element.Methods in org.apache.sis.metadata.iso.content with parameters of type TransferFunctionTypeModifier and TypeMethodDescriptionvoidDefaultBand.setTransferFunctionType(TransferFunctionType newValue) Sets the type of transfer function to be used when scaling a physical value for a given element.voidDefaultSampleDimension.setTransferFunctionType(TransferFunctionType newValue) Sets the type of transfer function to be used when scaling a physical value for a given element. -
Uses of TransferFunctionType in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return TransferFunctionTypeModifier and TypeMethodDescriptionTransferFunction.getType()Returns the transfer function type (linear, logarithmic or exponential).Methods in org.apache.sis.referencing.operation.transform with parameters of type TransferFunctionTypeModifier and TypeMethodDescriptionvoidTransferFunction.setType(TransferFunctionType type) Sets the transfer function type. -
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 logarithmicMethods in org.opengis.metadata.content that return TransferFunctionTypeModifier and TypeMethodDescriptionTransferFunctionType.family()Returns the list of enumerations of the same kind as 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.