Uses of Class
org.apache.pinot.segment.local.utils.GeometryType
-
Packages that use GeometryType Package Description org.apache.pinot.segment.local.utils -
-
Uses of GeometryType in org.apache.pinot.segment.local.utils
Methods in org.apache.pinot.segment.local.utils that return GeometryType Modifier and Type Method Description static GeometryTypeGeometryType. fromID(int id)Constructs the serialization type from the idstatic GeometryTypeGeometryType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeometryType[]GeometryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-