Uses of Enum Class
dev.hardwood.metadata.LogicalType.EdgeInterpolationAlgorithm
Packages that use LogicalType.EdgeInterpolationAlgorithm
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
Uses of LogicalType.EdgeInterpolationAlgorithm in dev.hardwood.metadata
Subclasses with type arguments of type LogicalType.EdgeInterpolationAlgorithm in dev.hardwood.metadataModifier and TypeClassDescriptionstatic enumGeodesic formulations to model and compute the shortest path on Earth.Methods in dev.hardwood.metadata that return LogicalType.EdgeInterpolationAlgorithmModifier and TypeMethodDescriptionLogicalType.GeographyType.edgeInterpolation()Returns the value of theedgeInterpolationrecord component.Returns the enum constant of this class with the specified name.LogicalType.EdgeInterpolationAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.hardwood.metadata with parameters of type LogicalType.EdgeInterpolationAlgorithmModifierConstructorDescriptionGeographyType(String crs, LogicalType.EdgeInterpolationAlgorithm edgeInterpolation) Creates an instance of aGeographyTyperecord class.