Uses of Class
org.teiid.query.function.GeometryUtils.Ordinate
-
Packages that use GeometryUtils.Ordinate Package Description org.teiid.query.function -
-
Uses of GeometryUtils.Ordinate in org.teiid.query.function
Methods in org.teiid.query.function that return GeometryUtils.Ordinate Modifier and Type Method Description static GeometryUtils.Ordinate
GeometryUtils.Ordinate. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeometryUtils.Ordinate[]
GeometryUtils.Ordinate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.query.function with parameters of type GeometryUtils.Ordinate Modifier and Type Method Description static Double
GeometryUtils. ordinate(GeometryType geom, GeometryUtils.Ordinate ordinate)
-