Uses of Enum Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.AngularUnit
Packages that use ArithmeticOperators.AngularUnit
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.AngularUnit in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.AngularUnitModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ArithmeticOperators.AngularUnit[]ArithmeticOperators.AngularUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type ArithmeticOperators.AngularUnitModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.cos(ArithmeticOperators.AngularUnit unit) Creates newAggregationExpressionthat calculates the cosine of a numeric value in the givenunit.static ArithmeticOperators.CosArithmeticOperators.Cos.cos(Object value, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the cosine of a value that is measured in the givenunit.ArithmeticOperators.ArithmeticOperatorFactory.cosh(ArithmeticOperators.AngularUnit unit) Creates newAggregationExpressionthat calculates the hyperbolic cosine of a numeric value.static ArithmeticOperators.CoshArithmeticOperators.Cosh.cosh(Object value, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic cosine of a value that is measured in the givenunit.static ArithmeticOperators.CoshArithmeticOperators.Cosh.coshOf(String fieldReference, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic cosine of a value that is measured in the givenunit.static ArithmeticOperators.CoshArithmeticOperators.Cosh.coshOf(AggregationExpression expression, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic cosine of a value that is measured in the givenunit.static ArithmeticOperators.CosArithmeticOperators.Cos.cosOf(String fieldReference, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the cosine of a value that is measured in the givenunit.static ArithmeticOperators.CosArithmeticOperators.Cos.cosOf(AggregationExpression expression, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the cosine of a value that is measured in the givenunit.ArithmeticOperators.ArithmeticOperatorFactory.sin(ArithmeticOperators.AngularUnit unit) Creates newAggregationExpressionthat calculates the sine of a numeric value in the givenunit.static ArithmeticOperators.SinArithmeticOperators.Sin.sin(Object value, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the sine of a value that is measured in the givenunit.ArithmeticOperators.ArithmeticOperatorFactory.sinh(ArithmeticOperators.AngularUnit unit) Creates newAggregationExpressionthat calculates the sine of a numeric value.static ArithmeticOperators.SinhArithmeticOperators.Sinh.sinh(Object value, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic sine of a value that is measured in the givenunit.static ArithmeticOperators.SinhArithmeticOperators.Sinh.sinhOf(String fieldReference, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic sine of a value that is measured in the givenunit.static ArithmeticOperators.SinhArithmeticOperators.Sinh.sinhOf(AggregationExpression expression, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic sine of a value that is measured in the givenunit.static ArithmeticOperators.SinArithmeticOperators.Sin.sinOf(String fieldReference, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the sine of a value that is measured in the givenunit.static ArithmeticOperators.SinArithmeticOperators.Sin.sinOf(AggregationExpression expression, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the sine of a value that is measured in the givenunit.ArithmeticOperators.ArithmeticOperatorFactory.tan(ArithmeticOperators.AngularUnit unit) Creates newAggregationExpressionthat calculates the tangent of a numeric value in the givenunit.static ArithmeticOperators.TanArithmeticOperators.Tan.tan(Object value, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the tangent of a value that is measured in the givenunit.ArithmeticOperators.ArithmeticOperatorFactory.tanh(ArithmeticOperators.AngularUnit unit) Creates newAggregationExpressionthat calculates the hyperbolic tangent of a numeric value.static ArithmeticOperators.TanhArithmeticOperators.Tanh.tanh(Object value, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic tangent of a value that is measured in the givenunit.static ArithmeticOperators.TanhArithmeticOperators.Tanh.tanhOf(String fieldReference, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic tangent of a value that is measured in the givenunit.static ArithmeticOperators.TanhArithmeticOperators.Tanh.tanhOf(AggregationExpression expression, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic tangent of a value that is measured in the givenunit.static ArithmeticOperators.TanArithmeticOperators.Tan.tanOf(String fieldReference, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the tangent of a value that is measured in the givenunit.static ArithmeticOperators.TanArithmeticOperators.Tan.tanOf(AggregationExpression expression, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the tangent of a value that is measured in the givenunit.