Uses of Class
org.hibernate.spatial.CommonSpatialFunction.Type
-
Packages that use CommonSpatialFunction.Type Package Description org.hibernate.spatial -
-
Uses of CommonSpatialFunction.Type in org.hibernate.spatial
Methods in org.hibernate.spatial that return CommonSpatialFunction.Type Modifier and Type Method Description CommonSpatialFunction.Type
CommonSpatialFunction. getType()
static CommonSpatialFunction.Type
CommonSpatialFunction.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonSpatialFunction.Type[]
CommonSpatialFunction.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-