Package org.apache.spark.sql.types
Class EdgeInterpolationAlgorithm.SPHERICAL$
Object
org.apache.spark.sql.types.EdgeInterpolationAlgorithm
org.apache.spark.sql.types.EdgeInterpolationAlgorithm.SPHERICAL$
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- EdgeInterpolationAlgorithm
public static class EdgeInterpolationAlgorithm.SPHERICAL$
extends EdgeInterpolationAlgorithm
implements scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.spark.sql.types.EdgeInterpolationAlgorithm
EdgeInterpolationAlgorithm.SPHERICAL$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EdgeInterpolationAlgorithm.SPHERICAL$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.spark.sql.types.EdgeInterpolationAlgorithm
fromString, valuesMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SPHERICAL$
public SPHERICAL$()
-