Uses of Class
org.sheinbergon.dremio.udf.gis.util.GeometryReparation.Parameters
-
Packages that use GeometryReparation.Parameters Package Description org.sheinbergon.dremio.udf.gis.util Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of GeometryReparation.Parameters in org.sheinbergon.dremio.udf.gis.util
Methods in org.sheinbergon.dremio.udf.gis.util that return GeometryReparation.Parameters Modifier and Type Method Description static GeometryReparation.ParametersGeometryReparation.Parameters. valueFrom(String value)static GeometryReparation.ParametersGeometryReparation.Parameters. valueOf(String name)Returns the enum constant of this type with the specified name.static GeometryReparation.Parameters[]GeometryReparation.Parameters. values()Returns an array containing the constants of this enum type, in the order they are declared.
-